COLOR #C5D6EE

HEX: #C5D6EE
RGB: (197,214,238)

Renk bilgisi

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

RGB renk modeli

#C5D6EE color RGB value is (197,214,238).

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

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 214 of 255 = 84%
B 238 of 255 = 93%

197
214
238

R + G + B ~ 85%. #C5D6EE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 214 + 238 = 649 (100%)
R 197 of 649 ~ 30.35%
G 214 of 649 ~ 32.97%
B 238 of 649 ~ 36.67%

%30.35
%32.97
%36.67

CMYK RENK MODELİ

#C5D6EE rengi CMYK tonu (17,10,0,7).

  • camgöbeği tonu 17.23%
  • eflatun tonu 10.08%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(17,10,0,7)
C17M10Y0K7 
(17%,10%,0%,7%)
(0.17/0.10/0.00/0.07)	

CMYK yüzdeleri

%17.23
%10.08
%0
%6.67

Codes

Color #C5D6EE in popluar color models

C5D6EE
RGB197214238
HSL215°54.67%85.29%
HSB/HSV215°17.23%93.33%
CMYK17.23%10.08%0.00%
6.67%

Color #C5D6EE in popluar number systems.

HEXC5D6EE
Decimal197214238
Binary110001011101011011101110
Octal305326356

Shades and tints

Shades of #C5D6EE

#C5D6EE
(197,214,238)
#B4C3D9
(180,195,217)
#A3B0C4
(163,176,196)
#929DAF
(146,157,175)
#818A9A
(129,138,154)
#707785
(112,119,133)
#5F6470
(95,100,112)
#4E515B
(78,81,91)
#3D3E46
(61,62,70)
#2C2B31
(44,43,49)
#1B181C
(27,24,28)
#000000
(0,0,0)

Tints of #C5D6EE

#C5D6EE
(197,214,238)
#CAD9EF
(202,217,239)
#CFDCF0
(207,220,240)
#D4DFF1
(212,223,241)
#D9E2F2
(217,226,242)
#DEE5F3
(222,229,243)
#E3E8F4
(227,232,244)
#E8EBF5
(232,235,245)
#EDEEF6
(237,238,246)
#F2F1F7
(242,241,247)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D6EE; }

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

This text font color is #C5D6EE.


Background Color

.myBgColor { background-color: #C5D6EE; }

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

This div background color is #C5D6EE.


Border color

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

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

This div border color is #C5D6EE.


Opacity

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

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

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

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

This text has shadow with #C5D6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D6EE on black background.


Color preview on white background

This text has color #C5D6EE on white background.



Black color preview on #C5D6EE background

This text has black color on #C5D6EE background.


White color preview on #C5D6EE background

This text has white color on #C5D6EE background.