COLOR #C7D7CD

HEX: #C7D7CD
RGB: (199,215,205)

Color info

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

RGB color model

#C7D7CD color RGB value is (199,215,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 215 of 255 = 84%
B 205 of 255 = 80%

199
215
205

R + G + B ~ 81%. #C7D7CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 215 + 205 = 619 (100%)
R 199 of 619 ~ 32.15%
G 215 of 619 ~ 34.73%
B 205 of 619 ~ 33.12%

%32.15
%34.73
%33.12

CMYK color model

#C7D7CD color CMYK value is (7,0,5,16).

  • cyan value is 7.44%
  • magenta value is 0.00%
  • yellow value is 4.65%
  • key color value is 15.69%
CMYK:
(7,0,5,16)
C7M0Y5K16 
(7%,0%,5%,16%)
(0.07/0.00/0.05/0.16)	

CMYK percentages

%7.44
%0
%4.65
%15.69

Codes

Color #C7D7CD in popluar color models

C7D7CD
RGB199215205
HSL143°16.67%81.18%
HSB/HSV143°7.44%84.31%
CMYK7.44%0.00%4.65%
15.69%

Color #C7D7CD in popluar number systems.

HEXC7D7CD
Decimal199215205
Binary110001111101011111001101
Octal307327315

Shades and tints

Shades of #C7D7CD

#C7D7CD
(199,215,205)
#B5C4BB
(181,196,187)
#A3B1A9
(163,177,169)
#919E97
(145,158,151)
#7F8B85
(127,139,133)
#6D7873
(109,120,115)
#5B6561
(91,101,97)
#49524F
(73,82,79)
#373F3D
(55,63,61)
#252C2B
(37,44,43)
#131919
(19,25,25)
#000000
(0,0,0)

Tints of #C7D7CD

#C7D7CD
(199,215,205)
#CCDAD1
(204,218,209)
#D1DDD5
(209,221,213)
#D6E0D9
(214,224,217)
#DBE3DD
(219,227,221)
#E0E6E1
(224,230,225)
#E5E9E5
(229,233,229)
#EAECE9
(234,236,233)
#EFEFED
(239,239,237)
#F4F2F1
(244,242,241)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D7CD; }

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

This text font color is #C7D7CD.


Background Color

.myBgColor { background-color: #C7D7CD; }

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

This div background color is #C7D7CD.


Border color

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

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

This div border color is #C7D7CD.


Opacity

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

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

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

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

This text has shadow with #C7D7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D7CD on black background.


Color preview on white background

This text has color #C7D7CD on white background.



Black color preview on #C7D7CD background

This text has black color on #C7D7CD background.


White color preview on #C7D7CD background

This text has white color on #C7D7CD background.