COLOR #C4D2CA

HEX: #C4D2CA
RGB: (196,210,202)

Color info

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

RGB color model

#C4D2CA color RGB value is (196,210,202).

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

RGB channels and saturation

R 196 of 255 = 77%
G 210 of 255 = 82%
B 202 of 255 = 79%

196
210
202

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

Portions of RGB colors in percentages

R + G + B =
196 + 210 + 202 = 608 (100%)
R 196 of 608 ~ 32.24%
G 210 of 608 ~ 34.54%
B 202 of 608 ~ 33.22%

%32.24
%34.54
%33.22

CMYK color model

#C4D2CA color CMYK value is (7,0,4,18).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(7,0,4,18)
C7M0Y4K18 
(7%,0%,4%,18%)
(0.07/0.00/0.04/0.18)	

CMYK percentages

%6.67
%0
%3.81
%17.65

Codes

Color #C4D2CA in popluar color models

C4D2CA
RGB196210202
HSL146°13.46%79.61%
HSB/HSV146°6.67%82.35%
CMYK6.67%0.00%3.81%
17.65%

Color #C4D2CA in popluar number systems.

HEXC4D2CA
Decimal196210202
Binary110001001101001011001010
Octal304322312

Shades and tints

Shades of #C4D2CA

#C4D2CA
(196,210,202)
#B3BFB8
(179,191,184)
#A2ACA6
(162,172,166)
#919994
(145,153,148)
#808682
(128,134,130)
#6F7370
(111,115,112)
#5E605E
(94,96,94)
#4D4D4C
(77,77,76)
#3C3A3A
(60,58,58)
#2B2728
(43,39,40)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #C4D2CA

#C4D2CA
(196,210,202)
#C9D6CE
(201,214,206)
#CEDAD2
(206,218,210)
#D3DED6
(211,222,214)
#D8E2DA
(216,226,218)
#DDE6DE
(221,230,222)
#E2EAE2
(226,234,226)
#E7EEE6
(231,238,230)
#ECF2EA
(236,242,234)
#F1F6EE
(241,246,238)
#F6FAF2
(246,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D2CA; }

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

This text font color is #C4D2CA.


Background Color

.myBgColor { background-color: #C4D2CA; }

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

This div background color is #C4D2CA.


Border color

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

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

This div border color is #C4D2CA.


Opacity

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

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

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

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

This text has shadow with #C4D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4D2CA on black background.


Color preview on white background

This text has color #C4D2CA on white background.



Black color preview on #C4D2CA background

This text has black color on #C4D2CA background.


White color preview on #C4D2CA background

This text has white color on #C4D2CA background.