COLOR #C5D6CC

HEX: #C5D6CC RGB: (197,214,204)

Color info

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

RGB color model

#C5D6CC color RGB value is (197,214,204).

RGB: (197,214,204) (77%, 84%, 80%)

RGB channels and saturation

R 197 of 255 = 77%
G 214 of 255 = 84%
B 204 of 255 = 80%

197
214
204

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

Portions of RGB colors in percentages

R + G + B = 197 + 214 + 204 = 615 (100%)
R 197 of 615 ~ 32.03%
G 214 of 615 ~ 34.8%
B 204 of 615 ~ 33.17'%

%32.03
%34.8
%33.17

CMYK color model

#C5D6CC color CMYK value is (8,0,5,16).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 4.67%
  • key color value is 16.08%

CMYK: (8,0,5,16)
C8M0Y5K16 (8%, 0%, 5%, 16%)
(0.08 / 0.00 / 0.05 / 0.16)

CMYK percentages

%7.94
%0
%4.67
%16.08

Codes

Color #C5D6CC in popluar color models

C5 D6 CC
RGB 197 214 204
HSL 145° 17.17% 80.59%
HSB/HSV 145° 7.94% 83.92%
CMYK 7.94% 0.00% 4.67%
16.08%

Color #C5D6CC in popluar number systems.

HEX C5 D6 CC
Decimal 197 214 204
Binary 11000101 11010110 11001100
Octal 305 326 314

Shades and tints

Shades of #C5D6CC

#C5D6CC
(197,214,204)
#B4C3BA
(180,195,186)
#A3B0A8
(163,176,168)
#929D96
(146,157,150)
#818A84
(129,138,132)
#707772
(112,119,114)
#5F6460
(95,100,96)
#4E514E
(78,81,78)
#3D3E3C
(61,62,60)
#2C2B2A
(44,43,42)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #C5D6CC

#C5D6CC
(197,214,204)
#CAD9D0
(202,217,208)
#CFDCD4
(207,220,212)
#D4DFD8
(212,223,216)
#D9E2DC
(217,226,220)
#DEE5E0
(222,229,224)
#E3E8E4
(227,232,228)
#E8EBE8
(232,235,232)
#EDEEEC
(237,238,236)
#F2F1F0
(242,241,240)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D6CC color. Also use rgb(197,214,204) instead hex code.

Text Font Color

.myTextColor { color: #C5D6CC; }

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

This text font color is #C5D6CC.

Background Color

.myBgColor { background-color: #C5D6CC; }

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

This div background color is #C5D6CC.

Border color

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

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

This div border color is #C5D6CC.

Opacity

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

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

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

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

This text has shadow with #C5D6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D6CC.

Preview

Color preview on black background

This text has color #C5D6CC on black background.


Color preview on white background

This text has color #C5D6CC on white background.


Black color preview on #C5D6CC background

This text has black color on #C5D6CC background.


White color preview on #C5D6CC background

This text has white color on #C5D6CC background.


Related colors

Complementary color

Complementary color for #hex is #3A2933.


I love getcolorcode.com

Triadic colors

1 #CCC5D6 and #D6CCC5 with #C5D6CC are triadic colors.

2 #CCD6C5 and #D6C5CC with #C5D6CC are triadic colors.