COLOR #C7D5CA

HEX: #C7D5CA RGB: (199,213,202)

Color info

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

RGB color model

#C7D5CA color RGB value is (199,213,202).

RGB: (199,213,202) (78%, 84%, 79%)

RGB channels and saturation

R 199 of 255 = 78%
G 213 of 255 = 84%
B 202 of 255 = 79%

199
213
202

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

Portions of RGB colors in percentages

R + G + B = 199 + 213 + 202 = 614 (100%)
R 199 of 614 ~ 32.41%
G 213 of 614 ~ 34.69%
B 202 of 614 ~ 32.9'%

%32.41
%34.69
%32.9

CMYK color model

#C7D5CA color CMYK value is (7,0,5,16).

  • cyan value is 6.57%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%

CMYK: (7,0,5,16)
C7M0Y5K16 (7%, 0%, 5%, 16%)
(0.07 / 0.00 / 0.05 / 0.16)

CMYK percentages

%6.57
%0
%5.16
%16.47

Codes

Color #C7D5CA in popluar color models

C7 D5 CA
RGB 199 213 202
HSL 133° 14.29% 80.78%
HSB/HSV 133° 6.57% 83.53%
CMYK 6.57% 0.00% 5.16%
16.47%

Color #C7D5CA in popluar number systems.

HEX C7 D5 CA
Decimal 199 213 202
Binary 11000111 11010101 11001010
Octal 307 325 312

Shades and tints

Shades of #C7D5CA

#C7D5CA
(199,213,202)
#B5C2B8
(181,194,184)
#A3AFA6
(163,175,166)
#919C94
(145,156,148)
#7F8982
(127,137,130)
#6D7670
(109,118,112)
#5B635E
(91,99,94)
#49504C
(73,80,76)
#373D3A
(55,61,58)
#252A28
(37,42,40)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #C7D5CA

#C7D5CA
(199,213,202)
#CCD8CE
(204,216,206)
#D1DBD2
(209,219,210)
#D6DED6
(214,222,214)
#DBE1DA
(219,225,218)
#E0E4DE
(224,228,222)
#E5E7E2
(229,231,226)
#EAEAE6
(234,234,230)
#EFEDEA
(239,237,234)
#F4F0EE
(244,240,238)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D5CA color. Also use rgb(199,213,202) instead hex code.

Text Font Color

.myTextColor { color: #C7D5CA; }

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

This text font color is #C7D5CA.

Background Color

.myBgColor { background-color: #C7D5CA; }

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

This div background color is #C7D5CA.

Border color

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

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

This div border color is #C7D5CA.

Opacity

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

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

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

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

This text has shadow with #C7D5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D5CA.

Preview

Color preview on black background

This text has color #C7D5CA on black background.


Color preview on white background

This text has color #C7D5CA on white background.


Black color preview on #C7D5CA background

This text has black color on #C7D5CA background.


White color preview on #C7D5CA background

This text has white color on #C7D5CA background.


Related colors

Complementary color

Complementary color for #hex is #382A35.


I love getcolorcode.com

Triadic colors

1 #CAC7D5 and #D5CAC7 with #C7D5CA are triadic colors.

2 #CAD5C7 and #D5C7CA with #C7D5CA are triadic colors.