COLOR #C5CED4

HEX: #C5CED4 RGB: (197,206,212)

Color info

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

RGB color model

#C5CED4 color RGB value is (197,206,212).

RGB: (197,206,212) (77%, 81%, 83%)

RGB channels and saturation

R 197 of 255 = 77%
G 206 of 255 = 81%
B 212 of 255 = 83%

197
206
212

R + G + B ~ 80%. #C5CED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 206 + 212 = 615 (100%)
R 197 of 615 ~ 32.03%
G 206 of 615 ~ 33.5%
B 212 of 615 ~ 34.47'%

%32.03
%33.5
%34.47

CMYK color model

#C5CED4 color CMYK value is (7,3,0,17).

  • cyan value is 7.08%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (7,3,0,17)
C7M3Y0K17 (7%, 3%, 0%, 17%)
(0.07 / 0.03 / 0.00 / 0.17)

CMYK percentages

%7.08
%2.83
%0
%16.86

Codes

Color #C5CED4 in popluar color models

C5 CE D4
RGB 197 206 212
HSL 204° 14.85% 80.20%
HSB/HSV 204° 7.08% 83.14%
CMYK 7.08% 2.83% 0.00%
16.86%

Color #C5CED4 in popluar number systems.

HEX C5 CE D4
Decimal 197 206 212
Binary 11000101 11001110 11010100
Octal 305 316 324

Shades and tints

Shades of #C5CED4

#C5CED4
(197,206,212)
#B4BCC1
(180,188,193)
#A3AAAE
(163,170,174)
#92989B
(146,152,155)
#818688
(129,134,136)
#707475
(112,116,117)
#5F6262
(95,98,98)
#4E504F
(78,80,79)
#3D3E3C
(61,62,60)
#2C2C29
(44,44,41)
#1B1A16
(27,26,22)
#000000
(0,0,0)

Tints of #C5CED4

#C5CED4
(197,206,212)
#CAD2D7
(202,210,215)
#CFD6DA
(207,214,218)
#D4DADD
(212,218,221)
#D9DEE0
(217,222,224)
#DEE2E3
(222,226,227)
#E3E6E6
(227,230,230)
#E8EAE9
(232,234,233)
#EDEEEC
(237,238,236)
#F2F2EF
(242,242,239)
#F7F6F2
(247,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CED4; }

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

This text font color is #C5CED4.

Background Color

.myBgColor { background-color: #C5CED4; }

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

This div background color is #C5CED4.

Border color

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

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

This div border color is #C5CED4.

Opacity

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

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

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

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

This text has shadow with #C5CED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CED4.

Preview

Color preview on black background

This text has color #C5CED4 on black background.


Color preview on white background

This text has color #C5CED4 on white background.


Black color preview on #C5CED4 background

This text has black color on #C5CED4 background.


White color preview on #C5CED4 background

This text has white color on #C5CED4 background.


Related colors

Complementary color

Complementary color for #hex is #3A312B.


I love getcolorcode.com

Triadic colors

1 #D4C5CE and #CED4C5 with #C5CED4 are triadic colors.

2 #D4CEC5 and #CEC5D4 with #C5CED4 are triadic colors.