COLOR #C7D0C2

HEX: #C7D0C2
RGB: (199,208,194)

Color info

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

RGB color model

#C7D0C2 color RGB value is (199,208,194).

  • red value is 199;
  • green value is 208;
  • blue value is 194.
RGB:
(199,208,194)
(78%,82%,76%)

RGB channels and saturation

R 199 of 255 = 78%
G 208 of 255 = 82%
B 194 of 255 = 76%

199
208
194

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

Portions of RGB colors in percentages

R + G + B =
199 + 208 + 194 = 601 (100%)
R 199 of 601 ~ 33.11%
G 208 of 601 ~ 34.61%
B 194 of 601 ~ 32.28%

%33.11
%34.61
%32.28

CMYK color model

#C7D0C2 color CMYK value is (4,0,7,18).

  • cyan value is 4.33%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 18.43%
CMYK:
(4,0,7,18)
C4M0Y7K18 
(4%,0%,7%,18%)
(0.04/0.00/0.07/0.18)	

CMYK percentages

%4.33
%0
%6.73
%18.43

Codes

Color #C7D0C2 in popluar color models

C7D0C2
RGB199208194
HSL99°12.96%78.82%
HSB/HSV99°6.73%81.57%
CMYK4.33%0.00%6.73%
18.43%

Color #C7D0C2 in popluar number systems.

HEXC7D0C2
Decimal199208194
Binary110001111101000011000010
Octal307320302

Shades and tints

Shades of #C7D0C2

#C7D0C2
(199,208,194)
#B5BEB1
(181,190,177)
#A3ACA0
(163,172,160)
#919A8F
(145,154,143)
#7F887E
(127,136,126)
#6D766D
(109,118,109)
#5B645C
(91,100,92)
#49524B
(73,82,75)
#37403A
(55,64,58)
#252E29
(37,46,41)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #C7D0C2

#C7D0C2
(199,208,194)
#CCD4C7
(204,212,199)
#D1D8CC
(209,216,204)
#D6DCD1
(214,220,209)
#DBE0D6
(219,224,214)
#E0E4DB
(224,228,219)
#E5E8E0
(229,232,224)
#EAECE5
(234,236,229)
#EFF0EA
(239,240,234)
#F4F4EF
(244,244,239)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D0C2 color. Also use rgb(199,208,194) instead hex code.

Text Font Color

.myTextColor { color: #C7D0C2; }

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

This text font color is #C7D0C2.


Background Color

.myBgColor { background-color: #C7D0C2; }

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

This div background color is #C7D0C2.


Border color

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

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

This div border color is #C7D0C2.


Opacity

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

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

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

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

This text has shadow with #C7D0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D0C2 on black background.


Color preview on white background

This text has color #C7D0C2 on white background.



Black color preview on #C7D0C2 background

This text has black color on #C7D0C2 background.


White color preview on #C7D0C2 background

This text has white color on #C7D0C2 background.