COLOR #C7D2C4

HEX: #C7D2C4
RGB: (199,210,196)

Color info

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

RGB color model

#C7D2C4 color RGB value is (199,210,196).

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

RGB channels and saturation

R 199 of 255 = 78%
G 210 of 255 = 82%
B 196 of 255 = 77%

199
210
196

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

Portions of RGB colors in percentages

R + G + B =
199 + 210 + 196 = 605 (100%)
R 199 of 605 ~ 32.89%
G 210 of 605 ~ 34.71%
B 196 of 605 ~ 32.4%

%32.89
%34.71
%32.4

CMYK color model

#C7D2C4 color CMYK value is (5,0,7,18).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 17.65%
CMYK:
(5,0,7,18)
C5M0Y7K18 
(5%,0%,7%,18%)
(0.05/0.00/0.07/0.18)	

CMYK percentages

%5.24
%0
%6.67
%17.65

Codes

Color #C7D2C4 in popluar color models

C7D2C4
RGB199210196
HSL107°13.46%79.61%
HSB/HSV107°6.67%82.35%
CMYK5.24%0.00%6.67%
17.65%

Color #C7D2C4 in popluar number systems.

HEXC7D2C4
Decimal199210196
Binary110001111101001011000100
Octal307322304

Shades and tints

Shades of #C7D2C4

#C7D2C4
(199,210,196)
#B5BFB3
(181,191,179)
#A3ACA2
(163,172,162)
#919991
(145,153,145)
#7F8680
(127,134,128)
#6D736F
(109,115,111)
#5B605E
(91,96,94)
#494D4D
(73,77,77)
#373A3C
(55,58,60)
#25272B
(37,39,43)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #C7D2C4

#C7D2C4
(199,210,196)
#CCD6C9
(204,214,201)
#D1DACE
(209,218,206)
#D6DED3
(214,222,211)
#DBE2D8
(219,226,216)
#E0E6DD
(224,230,221)
#E5EAE2
(229,234,226)
#EAEEE7
(234,238,231)
#EFF2EC
(239,242,236)
#F4F6F1
(244,246,241)
#F9FAF6
(249,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D2C4; }

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

This text font color is #C7D2C4.


Background Color

.myBgColor { background-color: #C7D2C4; }

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

This div background color is #C7D2C4.


Border color

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

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

This div border color is #C7D2C4.


Opacity

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

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

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

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

This text has shadow with #C7D2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D2C4 on black background.


Color preview on white background

This text has color #C7D2C4 on white background.



Black color preview on #C7D2C4 background

This text has black color on #C7D2C4 background.


White color preview on #C7D2C4 background

This text has white color on #C7D2C4 background.