COLOR #C7D2CA

HEX: #C7D2CA
RGB: (199,210,202)

Color info

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

RGB color model

#C7D2CA color RGB value is (199,210,202).

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

RGB channels and saturation

R 199 of 255 = 78%
G 210 of 255 = 82%
B 202 of 255 = 79%

199
210
202

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

Portions of RGB colors in percentages

R + G + B =
199 + 210 + 202 = 611 (100%)
R 199 of 611 ~ 32.57%
G 210 of 611 ~ 34.37%
B 202 of 611 ~ 33.06%

%32.57
%34.37
%33.06

CMYK color model

#C7D2CA color CMYK value is (5,0,4,18).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%
CMYK:
(5,0,4,18)
C5M0Y4K18 
(5%,0%,4%,18%)
(0.05/0.00/0.04/0.18)	

CMYK percentages

%5.24
%0
%3.81
%17.65

Codes

Color #C7D2CA in popluar color models

C7D2CA
RGB199210202
HSL136°10.89%80.20%
HSB/HSV136°5.24%82.35%
CMYK5.24%0.00%3.81%
17.65%

Color #C7D2CA in popluar number systems.

HEXC7D2CA
Decimal199210202
Binary110001111101001011001010
Octal307322312

Shades and tints

Shades of #C7D2CA

#C7D2CA
(199,210,202)
#B5BFB8
(181,191,184)
#A3ACA6
(163,172,166)
#919994
(145,153,148)
#7F8682
(127,134,130)
#6D7370
(109,115,112)
#5B605E
(91,96,94)
#494D4C
(73,77,76)
#373A3A
(55,58,58)
#252728
(37,39,40)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #C7D2CA

#C7D2CA
(199,210,202)
#CCD6CE
(204,214,206)
#D1DAD2
(209,218,210)
#D6DED6
(214,222,214)
#DBE2DA
(219,226,218)
#E0E6DE
(224,230,222)
#E5EAE2
(229,234,226)
#EAEEE6
(234,238,230)
#EFF2EA
(239,242,234)
#F4F6EE
(244,246,238)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D2CA; }

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

This text font color is #C7D2CA.


Background Color

.myBgColor { background-color: #C7D2CA; }

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

This div background color is #C7D2CA.


Border color

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

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

This div border color is #C7D2CA.


Opacity

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

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

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

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

This text has shadow with #C7D2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D2CA on black background.


Color preview on white background

This text has color #C7D2CA on white background.



Black color preview on #C7D2CA background

This text has black color on #C7D2CA background.


White color preview on #C7D2CA background

This text has white color on #C7D2CA background.