COLOR #C5E3D7

HEX: #C5E3D7
RGB: (197,227,215)

Renk bilgisi

#C5E3D7 contains red, green and blue colors in about the same proportion. #C5E3D7 ‘ nin web güvenlik rengi #CCCCCC (ya da #CCC) dir.

RGB renk modeli

#C5E3D7 color RGB value is (197,227,215).

  • kırmız ton 197;
  • yeşil ton 227;
  • mavi ton 215.
RGB:
(197,227,215)
(77%,89%,84%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 227 of 255 = 89%
B 215 of 255 = 84%

197
227
215

R + G + B ~ 83%. #C5E3D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 227 + 215 = 639 (100%)
R 197 of 639 ~ 30.83%
G 227 of 639 ~ 35.52%
B 215 of 639 ~ 33.65%

%30.83
%35.52
%33.65

CMYK RENK MODELİ

#C5E3D7 rengi CMYK tonu (13,0,5,11).

  • camgöbeği tonu 13.22%
  • eflatun tonu 0.00%
  • sarı tonu 5.29%
  • ana renk tonu 10.98%
CMYK:
(13,0,5,11)
C13M0Y5K11 
(13%,0%,5%,11%)
(0.13/0.00/0.05/0.11)	

CMYK yüzdeleri

%13.22
%0
%5.29
%10.98

Codes

Color #C5E3D7 in popluar color models

C5E3D7
RGB197227215
HSL156°34.88%83.14%
HSB/HSV156°13.22%89.02%
CMYK13.22%0.00%5.29%
10.98%

Color #C5E3D7 in popluar number systems.

HEXC5E3D7
Decimal197227215
Binary110001011110001111010111
Octal305343327

Shades and tints

Shades of #C5E3D7

#C5E3D7
(197,227,215)
#B4CFC4
(180,207,196)
#A3BBB1
(163,187,177)
#92A79E
(146,167,158)
#81938B
(129,147,139)
#707F78
(112,127,120)
#5F6B65
(95,107,101)
#4E5752
(78,87,82)
#3D433F
(61,67,63)
#2C2F2C
(44,47,44)
#1B1B19
(27,27,25)
#000000
(0,0,0)

Tints of #C5E3D7

#C5E3D7
(197,227,215)
#CAE5DA
(202,229,218)
#CFE7DD
(207,231,221)
#D4E9E0
(212,233,224)
#D9EBE3
(217,235,227)
#DEEDE6
(222,237,230)
#E3EFE9
(227,239,233)
#E8F1EC
(232,241,236)
#EDF3EF
(237,243,239)
#F2F5F2
(242,245,242)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E3D7 color. Also use rgb(197,227,215) instead hex code.

Text Font Color

.myTextColor { color: #C5E3D7; }

<p style="color:#C5E3D7">This sample text font color is #C5E3D7.</p>

This text font color is #C5E3D7.


Background Color

.myBgColor { background-color: #C5E3D7; }

<div style="background-color:#C5E3D7">Inner text</div>

This div background color is #C5E3D7.


Border color

.myBorderColor { border: 1px solid #C5E3D7; }

<div style="border:3px solid #C5E3D7">Div</div>

This div border color is #C5E3D7.


Opacity

.myOpacity80 { color: #C5E3D7; opacity: 0.8; }

<p style="color:#C5E3D7;opacity:0.8;">80%</p>

Text with #C5E3D7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5E3D7;}

<p style="text-shadow: 3px 3px 1px #C5E3D7">Text here.</p>

This text has shadow with #C5E3D7 color.

.textShadow {text-shadow: 3px 3px 1px #C5E3D7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5E3D7, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5E3D7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5E3D7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5E3D7, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5E3D7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C5E3D7;
  -webkit-box-shadow:	1px 1px 3px 2px #C5E3D7;
  box-shadow:		1px 1px 3px 2px #C5E3D7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5E3D7;
-webkit-box-shadow: 1px 1px 3px 2px #C5E3D7;
box-shadow:1px 1px 3px 2px #C5E3D7;">
Div content here</div>
This div box has shadow with color #C5E3D7.

Preview

Color preview on black background

This text has color #C5E3D7 on black background.


Color preview on white background

This text has color #C5E3D7 on white background.



Black color preview on #C5E3D7 background

This text has black color on #C5E3D7 background.


White color preview on #C5E3D7 background

This text has white color on #C5E3D7 background.