COLOR #C7CDC0

HEX: #C7CDC0
RGB: (199,205,192)

Color info

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

RGB color model

#C7CDC0 color RGB value is (199,205,192).

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

RGB channels and saturation

R 199 of 255 = 78%
G 205 of 255 = 80%
B 192 of 255 = 75%

199
205
192

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

Portions of RGB colors in percentages

R + G + B =
199 + 205 + 192 = 596 (100%)
R 199 of 596 ~ 33.39%
G 205 of 596 ~ 34.4%
B 192 of 596 ~ 32.21%

%33.39
%34.4
%32.21

CMYK color model

#C7CDC0 color CMYK value is (3,0,6,20).

  • cyan value is 2.93%
  • magenta value is 0.00%
  • yellow value is 6.34%
  • key color value is 19.61%
CMYK:
(3,0,6,20)
C3M0Y6K20 
(3%,0%,6%,20%)
(0.03/0.00/0.06/0.20)	

CMYK percentages

%2.93
%0
%6.34
%19.61

Codes

Color #C7CDC0 in popluar color models

C7CDC0
RGB199205192
HSL88°11.50%77.84%
HSB/HSV88°6.34%80.39%
CMYK2.93%0.00%6.34%
19.61%

Color #C7CDC0 in popluar number systems.

HEXC7CDC0
Decimal199205192
Binary110001111100110111000000
Octal307315300

Shades and tints

Shades of #C7CDC0

#C7CDC0
(199,205,192)
#B5BBAF
(181,187,175)
#A3A99E
(163,169,158)
#91978D
(145,151,141)
#7F857C
(127,133,124)
#6D736B
(109,115,107)
#5B615A
(91,97,90)
#494F49
(73,79,73)
#373D38
(55,61,56)
#252B27
(37,43,39)
#131916
(19,25,22)
#000000
(0,0,0)

Tints of #C7CDC0

#C7CDC0
(199,205,192)
#CCD1C5
(204,209,197)
#D1D5CA
(209,213,202)
#D6D9CF
(214,217,207)
#DBDDD4
(219,221,212)
#E0E1D9
(224,225,217)
#E5E5DE
(229,229,222)
#EAE9E3
(234,233,227)
#EFEDE8
(239,237,232)
#F4F1ED
(244,241,237)
#F9F5F2
(249,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7CDC0; }

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

This text font color is #C7CDC0.


Background Color

.myBgColor { background-color: #C7CDC0; }

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

This div background color is #C7CDC0.


Border color

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

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

This div border color is #C7CDC0.


Opacity

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

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

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

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

This text has shadow with #C7CDC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7CDC0 on black background.


Color preview on white background

This text has color #C7CDC0 on white background.



Black color preview on #C7CDC0 background

This text has black color on #C7CDC0 background.


White color preview on #C7CDC0 background

This text has white color on #C7CDC0 background.