COLOR #C7DED1

HEX: #C7DED1
RGB: (199,222,209)

Color info

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

RGB color model

#C7DED1 color RGB value is (199,222,209).

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

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 209 of 255 = 82%

199
222
209

R + G + B ~ 82%. #C7DED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 209 = 630 (100%)
R 199 of 630 ~ 31.59%
G 222 of 630 ~ 35.24%
B 209 of 630 ~ 33.17%

%31.59
%35.24
%33.17

CMYK color model

#C7DED1 color CMYK value is (10,0,6,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 5.86%
  • key color value is 12.94%
CMYK:
(10,0,6,13)
C10M0Y6K13 
(10%,0%,6%,13%)
(0.10/0.00/0.06/0.13)	

CMYK percentages

%10.36
%0
%5.86
%12.94

Codes

Color #C7DED1 in popluar color models

C7DED1
RGB199222209
HSL146°25.84%82.55%
HSB/HSV146°10.36%87.06%
CMYK10.36%0.00%5.86%
12.94%

Color #C7DED1 in popluar number systems.

HEXC7DED1
Decimal199222209
Binary110001111101111011010001
Octal307336321

Shades and tints

Shades of #C7DED1

#C7DED1
(199,222,209)
#B5CABE
(181,202,190)
#A3B6AB
(163,182,171)
#91A298
(145,162,152)
#7F8E85
(127,142,133)
#6D7A72
(109,122,114)
#5B665F
(91,102,95)
#49524C
(73,82,76)
#373E39
(55,62,57)
#252A26
(37,42,38)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #C7DED1

#C7DED1
(199,222,209)
#CCE1D5
(204,225,213)
#D1E4D9
(209,228,217)
#D6E7DD
(214,231,221)
#DBEAE1
(219,234,225)
#E0EDE5
(224,237,229)
#E5F0E9
(229,240,233)
#EAF3ED
(234,243,237)
#EFF6F1
(239,246,241)
#F4F9F5
(244,249,245)
#F9FCF9
(249,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DED1; }

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

This text font color is #C7DED1.


Background Color

.myBgColor { background-color: #C7DED1; }

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

This div background color is #C7DED1.


Border color

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

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

This div border color is #C7DED1.


Opacity

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

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

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

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

This text has shadow with #C7DED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DED1 on black background.


Color preview on white background

This text has color #C7DED1 on white background.



Black color preview on #C7DED1 background

This text has black color on #C7DED1 background.


White color preview on #C7DED1 background

This text has white color on #C7DED1 background.