COLOR #C5CEDE

HEX: #C5CEDE
RGB: (197,206,222)

Color info

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

RGB color model

#C5CEDE color RGB value is (197,206,222).

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

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 222 of 255 = 87%

197
206
222

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

Portions of RGB colors in percentages

R + G + B =
197 + 206 + 222 = 625 (100%)
R 197 of 625 ~ 31.52%
G 206 of 625 ~ 32.96%
B 222 of 625 ~ 35.52%

%31.52
%32.96
%35.52

CMYK color model

#C5CEDE color CMYK value is (11,7,0,13).

  • cyan value is 11.26%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,7,0,13)
C11M7Y0K13 
(11%,7%,0%,13%)
(0.11/0.07/0.00/0.13)	

CMYK percentages

%11.26
%7.21
%0
%12.94

Codes

Color #C5CEDE in popluar color models

C5CEDE
RGB197206222
HSL218°27.47%82.16%
HSB/HSV218°11.26%87.06%
CMYK11.26%7.21%0.00%
12.94%

Color #C5CEDE in popluar number systems.

HEXC5CEDE
Decimal197206222
Binary110001011100111011011110
Octal305316336

Shades and tints

Shades of #C5CEDE

#C5CEDE
(197,206,222)
#B4BCCA
(180,188,202)
#A3AAB6
(163,170,182)
#9298A2
(146,152,162)
#81868E
(129,134,142)
#70747A
(112,116,122)
#5F6266
(95,98,102)
#4E5052
(78,80,82)
#3D3E3E
(61,62,62)
#2C2C2A
(44,44,42)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #C5CEDE

#C5CEDE
(197,206,222)
#CAD2E1
(202,210,225)
#CFD6E4
(207,214,228)
#D4DAE7
(212,218,231)
#D9DEEA
(217,222,234)
#DEE2ED
(222,226,237)
#E3E6F0
(227,230,240)
#E8EAF3
(232,234,243)
#EDEEF6
(237,238,246)
#F2F2F9
(242,242,249)
#F7F6FC
(247,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEDE; }

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

This text font color is #C5CEDE.


Background Color

.myBgColor { background-color: #C5CEDE; }

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

This div background color is #C5CEDE.


Border color

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

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

This div border color is #C5CEDE.


Opacity

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

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

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

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

This text has shadow with #C5CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CEDE on black background.


Color preview on white background

This text has color #C5CEDE on white background.



Black color preview on #C5CEDE background

This text has black color on #C5CEDE background.


White color preview on #C5CEDE background

This text has white color on #C5CEDE background.