COLOR #C4D6CA

HEX: #C4D6CA
RGB: (196,214,202)

Color info

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

RGB color model

#C4D6CA color RGB value is (196,214,202).

  • red value is 196;
  • green value is 214;
  • blue value is 202.
RGB:
(196,214,202)
(77%,84%,79%)

RGB channels and saturation

R 196 of 255 = 77%
G 214 of 255 = 84%
B 202 of 255 = 79%

196
214
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 214 + 202 = 612 (100%)
R 196 of 612 ~ 32.03%
G 214 of 612 ~ 34.97%
B 202 of 612 ~ 33.01%

%32.03
%34.97
%33.01

CMYK color model

#C4D6CA color CMYK value is (8,0,6,16).

  • cyan value is 8.41%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 16.08%
CMYK:
(8,0,6,16)
C8M0Y6K16 
(8%,0%,6%,16%)
(0.08/0.00/0.06/0.16)	

CMYK percentages

%8.41
%0
%5.61
%16.08

Codes

Color #C4D6CA in popluar color models

C4D6CA
RGB196214202
HSL140°18.00%80.39%
HSB/HSV140°8.41%83.92%
CMYK8.41%0.00%5.61%
16.08%

Color #C4D6CA in popluar number systems.

HEXC4D6CA
Decimal196214202
Binary110001001101011011001010
Octal304326312

Shades and tints

Shades of #C4D6CA

#C4D6CA
(196,214,202)
#B3C3B8
(179,195,184)
#A2B0A6
(162,176,166)
#919D94
(145,157,148)
#808A82
(128,138,130)
#6F7770
(111,119,112)
#5E645E
(94,100,94)
#4D514C
(77,81,76)
#3C3E3A
(60,62,58)
#2B2B28
(43,43,40)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #C4D6CA

#C4D6CA
(196,214,202)
#C9D9CE
(201,217,206)
#CEDCD2
(206,220,210)
#D3DFD6
(211,223,214)
#D8E2DA
(216,226,218)
#DDE5DE
(221,229,222)
#E2E8E2
(226,232,226)
#E7EBE6
(231,235,230)
#ECEEEA
(236,238,234)
#F1F1EE
(241,241,238)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D6CA color. Also use rgb(196,214,202) instead hex code.

Text Font Color

.myTextColor { color: #C4D6CA; }

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

This text font color is #C4D6CA.


Background Color

.myBgColor { background-color: #C4D6CA; }

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

This div background color is #C4D6CA.


Border color

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

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

This div border color is #C4D6CA.


Opacity

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

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

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

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

This text has shadow with #C4D6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D6CA on black background.


Color preview on white background

This text has color #C4D6CA on white background.



Black color preview on #C4D6CA background

This text has black color on #C4D6CA background.


White color preview on #C4D6CA background

This text has white color on #C4D6CA background.