COLOR #C5D6E5

HEX: #C5D6E5
RGB: (197,214,229)

Renk bilgisi

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

RGB renk modeli

#C5D6E5 color RGB value is (197,214,229).

  • kırmız ton 197;
  • yeşil ton 214;
  • mavi ton 229.
RGB:
(197,214,229)
(77%,84%,90%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 214 of 255 = 84%
B 229 of 255 = 90%

197
214
229

R + G + B ~ 84%. #C5D6E5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 214 + 229 = 640 (100%)
R 197 of 640 ~ 30.78%
G 214 of 640 ~ 33.44%
B 229 of 640 ~ 35.78%

%30.78
%33.44
%35.78

CMYK RENK MODELİ

#C5D6E5 rengi CMYK tonu (14,7,0,10).

  • camgöbeği tonu 13.97%
  • eflatun tonu 6.55%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(14,7,0,10)
C14M7Y0K10 
(14%,7%,0%,10%)
(0.14/0.07/0.00/0.10)	

CMYK yüzdeleri

%13.97
%6.55
%0
%10.2

Codes

Color #C5D6E5 in popluar color models

C5D6E5
RGB197214229
HSL208°38.10%83.53%
HSB/HSV208°13.97%89.80%
CMYK13.97%6.55%0.00%
10.20%

Color #C5D6E5 in popluar number systems.

HEXC5D6E5
Decimal197214229
Binary110001011101011011100101
Octal305326345

Shades and tints

Shades of #C5D6E5

#C5D6E5
(197,214,229)
#B4C3D1
(180,195,209)
#A3B0BD
(163,176,189)
#929DA9
(146,157,169)
#818A95
(129,138,149)
#707781
(112,119,129)
#5F646D
(95,100,109)
#4E5159
(78,81,89)
#3D3E45
(61,62,69)
#2C2B31
(44,43,49)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #C5D6E5

#C5D6E5
(197,214,229)
#CAD9E7
(202,217,231)
#CFDCE9
(207,220,233)
#D4DFEB
(212,223,235)
#D9E2ED
(217,226,237)
#DEE5EF
(222,229,239)
#E3E8F1
(227,232,241)
#E8EBF3
(232,235,243)
#EDEEF5
(237,238,245)
#F2F1F7
(242,241,247)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D6E5 color. Also use rgb(197,214,229) instead hex code.

Text Font Color

.myTextColor { color: #C5D6E5; }

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

This text font color is #C5D6E5.


Background Color

.myBgColor { background-color: #C5D6E5; }

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

This div background color is #C5D6E5.


Border color

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

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

This div border color is #C5D6E5.


Opacity

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

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

Text with #C5D6E5 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 #C5D6E5;}

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

This text has shadow with #C5D6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D6E5 on black background.


Color preview on white background

This text has color #C5D6E5 on white background.



Black color preview on #C5D6E5 background

This text has black color on #C5D6E5 background.


White color preview on #C5D6E5 background

This text has white color on #C5D6E5 background.