COLOR #C7D1CD

HEX: #C7D1CD
RGB: (199,209,205)

Color info

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

RGB color model

#C7D1CD color RGB value is (199,209,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 209 of 255 = 82%
B 205 of 255 = 80%

199
209
205

R + G + B ~ 80%. #C7D1CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 209 + 205 = 613 (100%)
R 199 of 613 ~ 32.46%
G 209 of 613 ~ 34.09%
B 205 of 613 ~ 33.44%

%32.46
%34.09
%33.44

CMYK color model

#C7D1CD color CMYK value is (5,0,2,18).

  • cyan value is 4.78%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(5,0,2,18)
C5M0Y2K18 
(5%,0%,2%,18%)
(0.05/0.00/0.02/0.18)	

CMYK percentages

%4.78
%0
%1.91
%18.04

Codes

Color #C7D1CD in popluar color models

C7D1CD
RGB199209205
HSL156°9.80%80.00%
HSB/HSV156°4.78%81.96%
CMYK4.78%0.00%1.91%
18.04%

Color #C7D1CD in popluar number systems.

HEXC7D1CD
Decimal199209205
Binary110001111101000111001101
Octal307321315

Shades and tints

Shades of #C7D1CD

#C7D1CD
(199,209,205)
#B5BEBB
(181,190,187)
#A3ABA9
(163,171,169)
#919897
(145,152,151)
#7F8585
(127,133,133)
#6D7273
(109,114,115)
#5B5F61
(91,95,97)
#494C4F
(73,76,79)
#37393D
(55,57,61)
#25262B
(37,38,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #C7D1CD

#C7D1CD
(199,209,205)
#CCD5D1
(204,213,209)
#D1D9D5
(209,217,213)
#D6DDD9
(214,221,217)
#DBE1DD
(219,225,221)
#E0E5E1
(224,229,225)
#E5E9E5
(229,233,229)
#EAEDE9
(234,237,233)
#EFF1ED
(239,241,237)
#F4F5F1
(244,245,241)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D1CD; }

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

This text font color is #C7D1CD.


Background Color

.myBgColor { background-color: #C7D1CD; }

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

This div background color is #C7D1CD.


Border color

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

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

This div border color is #C7D1CD.


Opacity

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

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

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

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

This text has shadow with #C7D1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D1CD on black background.


Color preview on white background

This text has color #C7D1CD on white background.



Black color preview on #C7D1CD background

This text has black color on #C7D1CD background.


White color preview on #C7D1CD background

This text has white color on #C7D1CD background.