COLOR #C7D2C0

HEX: #C7D2C0
RGB: (199,210,192)

Color info

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

RGB color model

#C7D2C0 color RGB value is (199,210,192).

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

RGB channels and saturation

R 199 of 255 = 78%
G 210 of 255 = 82%
B 192 of 255 = 75%

199
210
192

R + G + B ~ 78%. #C7D2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 210 + 192 = 601 (100%)
R 199 of 601 ~ 33.11%
G 210 of 601 ~ 34.94%
B 192 of 601 ~ 31.95%

%33.11
%34.94
%31.95

CMYK color model

#C7D2C0 color CMYK value is (5,0,9,18).

  • cyan value is 5.24%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 17.65%
CMYK:
(5,0,9,18)
C5M0Y9K18 
(5%,0%,9%,18%)
(0.05/0.00/0.09/0.18)	

CMYK percentages

%5.24
%0
%8.57
%17.65

Codes

Color #C7D2C0 in popluar color models

C7D2C0
RGB199210192
HSL97°16.67%78.82%
HSB/HSV97°8.57%82.35%
CMYK5.24%0.00%8.57%
17.65%

Color #C7D2C0 in popluar number systems.

HEXC7D2C0
Decimal199210192
Binary110001111101001011000000
Octal307322300

Shades and tints

Shades of #C7D2C0

#C7D2C0
(199,210,192)
#B5BFAF
(181,191,175)
#A3AC9E
(163,172,158)
#91998D
(145,153,141)
#7F867C
(127,134,124)
#6D736B
(109,115,107)
#5B605A
(91,96,90)
#494D49
(73,77,73)
#373A38
(55,58,56)
#252727
(37,39,39)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #C7D2C0

#C7D2C0
(199,210,192)
#CCD6C5
(204,214,197)
#D1DACA
(209,218,202)
#D6DECF
(214,222,207)
#DBE2D4
(219,226,212)
#E0E6D9
(224,230,217)
#E5EADE
(229,234,222)
#EAEEE3
(234,238,227)
#EFF2E8
(239,242,232)
#F4F6ED
(244,246,237)
#F9FAF2
(249,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D2C0; }

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

This text font color is #C7D2C0.


Background Color

.myBgColor { background-color: #C7D2C0; }

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

This div background color is #C7D2C0.


Border color

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

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

This div border color is #C7D2C0.


Opacity

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

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

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

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

This text has shadow with #C7D2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D2C0 on black background.


Color preview on white background

This text has color #C7D2C0 on white background.



Black color preview on #C7D2C0 background

This text has black color on #C7D2C0 background.


White color preview on #C7D2C0 background

This text has white color on #C7D2C0 background.