COLOR #C7DECD

HEX: #C7DECD
RGB: (199,222,205)

Color info

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

RGB color model

#C7DECD color RGB value is (199,222,205).

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

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 205 of 255 = 80%

199
222
205

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

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 205 = 626 (100%)
R 199 of 626 ~ 31.79%
G 222 of 626 ~ 35.46%
B 205 of 626 ~ 32.75%

%31.79
%35.46
%32.75

CMYK color model

#C7DECD color CMYK value is (10,0,8,13).

  • cyan value is 10.36%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 12.94%
CMYK:
(10,0,8,13)
C10M0Y8K13 
(10%,0%,8%,13%)
(0.10/0.00/0.08/0.13)	

CMYK percentages

%10.36
%0
%7.66
%12.94

Codes

Color #C7DECD in popluar color models

C7DECD
RGB199222205
HSL136°25.84%82.55%
HSB/HSV136°10.36%87.06%
CMYK10.36%0.00%7.66%
12.94%

Color #C7DECD in popluar number systems.

HEXC7DECD
Decimal199222205
Binary110001111101111011001101
Octal307336315

Shades and tints

Shades of #C7DECD

#C7DECD
(199,222,205)
#B5CABB
(181,202,187)
#A3B6A9
(163,182,169)
#91A297
(145,162,151)
#7F8E85
(127,142,133)
#6D7A73
(109,122,115)
#5B6661
(91,102,97)
#49524F
(73,82,79)
#373E3D
(55,62,61)
#252A2B
(37,42,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7DECD

#C7DECD
(199,222,205)
#CCE1D1
(204,225,209)
#D1E4D5
(209,228,213)
#D6E7D9
(214,231,217)
#DBEADD
(219,234,221)
#E0EDE1
(224,237,225)
#E5F0E5
(229,240,229)
#EAF3E9
(234,243,233)
#EFF6ED
(239,246,237)
#F4F9F1
(244,249,241)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DECD; }

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

This text font color is #C7DECD.


Background Color

.myBgColor { background-color: #C7DECD; }

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

This div background color is #C7DECD.


Border color

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

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

This div border color is #C7DECD.


Opacity

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

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

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

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

This text has shadow with #C7DECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DECD on black background.


Color preview on white background

This text has color #C7DECD on white background.



Black color preview on #C7DECD background

This text has black color on #C7DECD background.


White color preview on #C7DECD background

This text has white color on #C7DECD background.