COLOR #C5CEC9

HEX: #C5CEC9 RGB: (197,206,201)

Color info

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

RGB color model

#C5CEC9 color RGB value is (197,206,201).

RGB: (197,206,201) (77%, 81%, 79%)

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 201 of 255 = 79%

197
206
201

R + G + B ~ 79%. #C5CEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 206 + 201 = 604 (100%)
R 197 of 604 ~ 32.62%
G 206 of 604 ~ 34.11%
B 201 of 604 ~ 33.28'%

%32.62
%34.11
%33.28

CMYK color model

#C5CEC9 color CMYK value is (4,0,2,19).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK: (4,0,2,19) C4M0Y2K19 (4%,0%,2%,19%) (0.04/0.00/0.02/0.19) 

CMYK percentages

%4.37
%0
%2.43
%19.22

Codes

Color #C5CEC9 in popluar color models

C5 CE C9
RGB 197 206 201
HSL 147° 8.41% 79.02%
HSB/HSV 147° 4.37% 80.78%
CMYK 4.37% 0.00% 2.43%
19.22%

Color #C5CEC9 in popluar number systems.

HEX C5 CE C9
Decimal 197 206 201
Binary 11000101 11001110 11001001
Octal 305 316 311

Shades and tints

Shades of #C5CEC9

#C5CEC9
(197,206,201)
#B4BCB7
(180,188,183)
#A3AAA5
(163,170,165)
#929893
(146,152,147)
#818681
(129,134,129)
#70746F
(112,116,111)
#5F625D
(95,98,93)
#4E504B
(78,80,75)
#3D3E39
(61,62,57)
#2C2C27
(44,44,39)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #C5CEC9

#C5CEC9
(197,206,201)
#CAD2CD
(202,210,205)
#CFD6D1
(207,214,209)
#D4DAD5
(212,218,213)
#D9DED9
(217,222,217)
#DEE2DD
(222,226,221)
#E3E6E1
(227,230,225)
#E8EAE5
(232,234,229)
#EDEEE9
(237,238,233)
#F2F2ED
(242,242,237)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CEC9; }

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

This text font color is #C5CEC9.

Background Color

.myBgColor { background-color: #C5CEC9; }

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

This div background color is #C5CEC9.

Border color

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

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

This div border color is #C5CEC9.

Opacity

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

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

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

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

This text has shadow with #C5CEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CEC9.

Preview

Color preview on black background

This text has color #C5CEC9 on black background.


Color preview on white background

This text has color #C5CEC9 on white background.


Black color preview on #C5CEC9 background

This text has black color on #C5CEC9 background.


White color preview on #C5CEC9 background

This text has white color on #C5CEC9 background.


Related colors

Complementary color

Complementary color for #hex is #3A3136.


I love getcolorcode.com

Triadic colors

1 #C9C5CE and #CEC9C5 with #C5CEC9 are triadic colors.

2 #C9CEC5 and #CEC5C9 with #C5CEC9 are triadic colors.