COLOR #C4D7CA

HEX: #C4D7CA RGB: (196,215,202)

Color info

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

RGB color model

#C4D7CA color RGB value is (196,215,202).

RGB: (196,215,202) (77%, 84%, 79%)

RGB channels and saturation

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

196
215
202

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

Portions of RGB colors in percentages

R + G + B = 196 + 215 + 202 = 613 (100%)
R 196 of 613 ~ 31.97%
G 215 of 613 ~ 35.07%
B 202 of 613 ~ 32.95'%

%31.97
%35.07
%32.95

CMYK color model

#C4D7CA color CMYK value is (9,0,6,16).

  • cyan value is 8.84%
  • magenta value is 0.00%
  • yellow value is 6.05%
  • key color value is 15.69%

CMYK: (9,0,6,16)
C9M0Y6K16 (9%, 0%, 6%, 16%)
(0.09 / 0.00 / 0.06 / 0.16)

CMYK percentages

%8.84
%0
%6.05
%15.69

Codes

Color #C4D7CA in popluar color models

C4 D7 CA
RGB 196 215 202
HSL 139° 19.19% 80.59%
HSB/HSV 139° 8.84% 84.31%
CMYK 8.84% 0.00% 6.05%
15.69%

Color #C4D7CA in popluar number systems.

HEX C4 D7 CA
Decimal 196 215 202
Binary 11000100 11010111 11001010
Octal 304 327 312

Shades and tints

Shades of #C4D7CA

#C4D7CA
(196,215,202)
#B3C4B8
(179,196,184)
#A2B1A6
(162,177,166)
#919E94
(145,158,148)
#808B82
(128,139,130)
#6F7870
(111,120,112)
#5E655E
(94,101,94)
#4D524C
(77,82,76)
#3C3F3A
(60,63,58)
#2B2C28
(43,44,40)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #C4D7CA

#C4D7CA
(196,215,202)
#C9DACE
(201,218,206)
#CEDDD2
(206,221,210)
#D3E0D6
(211,224,214)
#D8E3DA
(216,227,218)
#DDE6DE
(221,230,222)
#E2E9E2
(226,233,226)
#E7ECE6
(231,236,230)
#ECEFEA
(236,239,234)
#F1F2EE
(241,242,238)
#F6F5F2
(246,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4D7CA; }

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

This text font color is #C4D7CA.

Background Color

.myBgColor { background-color: #C4D7CA; }

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

This div background color is #C4D7CA.

Border color

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

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

This div border color is #C4D7CA.

Opacity

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

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

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

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

This text has shadow with #C4D7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D7CA.

Preview

Color preview on black background

This text has color #C4D7CA on black background.


Color preview on white background

This text has color #C4D7CA on white background.


Black color preview on #C4D7CA background

This text has black color on #C4D7CA background.


White color preview on #C4D7CA background

This text has white color on #C4D7CA background.


Related colors

Complementary color

Complementary color for #hex is #3B2835.


I love getcolorcode.com

Triadic colors

1 #CAC4D7 and #D7CAC4 with #C4D7CA are triadic colors.

2 #CAD7C4 and #D7C4CA with #C4D7CA are triadic colors.