COLOR #C5CEE3

HEX: #C5CEE3
RGB: (197,206,227)

Color info

#C5CEE3 contains red, green and blue colors in about the same proportion. Web safe color of #C5CEE3 is #CCCCCC (or #CCC).

RGB color model

#C5CEE3 color RGB value is (197,206,227).

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

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 227 of 255 = 89%

197
206
227

R + G + B ~ 82%. #C5CEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 227 = 630 (100%)
R 197 of 630 ~ 31.27%
G 206 of 630 ~ 32.7%
B 227 of 630 ~ 36.03%

%31.27
%32.7
%36.03

CMYK color model

#C5CEE3 color CMYK value is (13,9,0,11).

  • cyan value is 13.22%
  • magenta value is 9.25%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(13,9,0,11)
C13M9Y0K11 
(13%,9%,0%,11%)
(0.13/0.09/0.00/0.11)	

CMYK percentages

%13.22
%9.25
%0
%10.98

Codes

Color #C5CEE3 in popluar color models

C5CEE3
RGB197206227
HSL222°34.88%83.14%
HSB/HSV222°13.22%89.02%
CMYK13.22%9.25%0.00%
10.98%

Color #C5CEE3 in popluar number systems.

HEXC5CEE3
Decimal197206227
Binary110001011100111011100011
Octal305316343

Shades and tints

Shades of #C5CEE3

#C5CEE3
(197,206,227)
#B4BCCF
(180,188,207)
#A3AABB
(163,170,187)
#9298A7
(146,152,167)
#818693
(129,134,147)
#70747F
(112,116,127)
#5F626B
(95,98,107)
#4E5057
(78,80,87)
#3D3E43
(61,62,67)
#2C2C2F
(44,44,47)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #C5CEE3

#C5CEE3
(197,206,227)
#CAD2E5
(202,210,229)
#CFD6E7
(207,214,231)
#D4DAE9
(212,218,233)
#D9DEEB
(217,222,235)
#DEE2ED
(222,226,237)
#E3E6EF
(227,230,239)
#E8EAF1
(232,234,241)
#EDEEF3
(237,238,243)
#F2F2F5
(242,242,245)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEE3; }

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

This text font color is #C5CEE3.


Background Color

.myBgColor { background-color: #C5CEE3; }

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

This div background color is #C5CEE3.


Border color

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

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

This div border color is #C5CEE3.


Opacity

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

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

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

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

This text has shadow with #C5CEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEE3 on black background.


Color preview on white background

This text has color #C5CEE3 on white background.



Black color preview on #C5CEE3 background

This text has black color on #C5CEE3 background.


White color preview on #C5CEE3 background

This text has white color on #C5CEE3 background.