COLOR #C5CEEC

HEX: #C5CEEC
RGB: (197,206,236)

Color info

#C5CEEC contains red, green and blue colors in about the same proportion. Web safe color of #C5CEEC is #CCCCFF (or #CCF).

RGB color model

#C5CEEC color RGB value is (197,206,236).

  • red value is 197;
  • green value is 206;
  • blue value is 236.
RGB:
(197,206,236)
(77%,81%,93%)

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 236 of 255 = 93%

197
206
236

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 236 = 639 (100%)
R 197 of 639 ~ 30.83%
G 206 of 639 ~ 32.24%
B 236 of 639 ~ 36.93%

%30.83
%32.24
%36.93

CMYK color model

#C5CEEC color CMYK value is (17,13,0,7).

  • cyan value is 16.53%
  • magenta value is 12.71%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(17,13,0,7)
C17M13Y0K7 
(17%,13%,0%,7%)
(0.17/0.13/0.00/0.07)	

CMYK percentages

%16.53
%12.71
%0
%7.45

Codes

Color #C5CEEC in popluar color models

C5CEEC
RGB197206236
HSL226°50.65%84.90%
HSB/HSV226°16.53%92.55%
CMYK16.53%12.71%0.00%
7.45%

Color #C5CEEC in popluar number systems.

HEXC5CEEC
Decimal197206236
Binary110001011100111011101100
Octal305316354

Shades and tints

Shades of #C5CEEC

#C5CEEC
(197,206,236)
#B4BCD7
(180,188,215)
#A3AAC2
(163,170,194)
#9298AD
(146,152,173)
#818698
(129,134,152)
#707483
(112,116,131)
#5F626E
(95,98,110)
#4E5059
(78,80,89)
#3D3E44
(61,62,68)
#2C2C2F
(44,44,47)
#1B1A1A
(27,26,26)
#000000
(0,0,0)

Tints of #C5CEEC

#C5CEEC
(197,206,236)
#CAD2ED
(202,210,237)
#CFD6EE
(207,214,238)
#D4DAEF
(212,218,239)
#D9DEF0
(217,222,240)
#DEE2F1
(222,226,241)
#E3E6F2
(227,230,242)
#E8EAF3
(232,234,243)
#EDEEF4
(237,238,244)
#F2F2F5
(242,242,245)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CEEC color. Also use rgb(197,206,236) instead hex code.

Text Font Color

.myTextColor { color: #C5CEEC; }

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

This text font color is #C5CEEC.


Background Color

.myBgColor { background-color: #C5CEEC; }

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

This div background color is #C5CEEC.


Border color

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

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

This div border color is #C5CEEC.


Opacity

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

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

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

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

This text has shadow with #C5CEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEEC on black background.


Color preview on white background

This text has color #C5CEEC on white background.



Black color preview on #C5CEEC background

This text has black color on #C5CEEC background.


White color preview on #C5CEEC background

This text has white color on #C5CEEC background.