COLOR #C7E8CD

HEX: #C7E8CD RGB: (199,232,205)

Color info

#C7E8CD contains red, green and blue colors in about the same proportion. Web safe color of #C7E8CD is #CCFFCC (or #CFC).

RGB color model

#C7E8CD color RGB value is (199,232,205).

RGB: (199,232,205) (78%, 91%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 232 of 255 = 91%
B 205 of 255 = 80%

199
232
205

R + G + B ~ 83%. #C7E8CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 232 + 205 = 636 (100%)
R 199 of 636 ~ 31.29%
G 232 of 636 ~ 36.48%
B 205 of 636 ~ 32.23'%

%31.29
%36.48
%32.23

CMYK color model

#C7E8CD color CMYK value is (14,0,12,9).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 9.02%
CMYK: (14,0,12,9) C14M0Y12K9 (14%,0%,12%,9%) (0.14/0.00/0.12/0.09) 

CMYK percentages

%14.22
%0
%11.64
%9.02

Codes

Color #C7E8CD in popluar color models

C7 E8 CD
RGB 199 232 205
HSL 131° 41.77% 84.51%
HSB/HSV 131° 14.22% 90.98%
CMYK 14.22% 0.00% 11.64%
9.02%

Color #C7E8CD in popluar number systems.

HEX C7 E8 CD
Decimal 199 232 205
Binary 11000111 11101000 11001101
Octal 307 350 315

Shades and tints

Shades of #C7E8CD

#C7E8CD
(199,232,205)
#B5D3BB
(181,211,187)
#A3BEA9
(163,190,169)
#91A997
(145,169,151)
#7F9485
(127,148,133)
#6D7F73
(109,127,115)
#5B6A61
(91,106,97)
#49554F
(73,85,79)
#37403D
(55,64,61)
#252B2B
(37,43,43)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #C7E8CD

#C7E8CD
(199,232,205)
#CCEAD1
(204,234,209)
#D1ECD5
(209,236,213)
#D6EED9
(214,238,217)
#DBF0DD
(219,240,221)
#E0F2E1
(224,242,225)
#E5F4E5
(229,244,229)
#EAF6E9
(234,246,233)
#EFF8ED
(239,248,237)
#F4FAF1
(244,250,241)
#F9FCF5
(249,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E8CD; }

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

This text font color is #C7E8CD.

Background Color

.myBgColor { background-color: #C7E8CD; }

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

This div background color is #C7E8CD.

Border color

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

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

This div border color is #C7E8CD.

Opacity

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

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

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

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

This text has shadow with #C7E8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E8CD.

Preview

Color preview on black background

This text has color #C7E8CD on black background.


Color preview on white background

This text has color #C7E8CD on white background.


Black color preview on #C7E8CD background

This text has black color on #C7E8CD background.


White color preview on #C7E8CD background

This text has white color on #C7E8CD background.


Related colors

Complementary color

Complementary color for #hex is #381732.


I love getcolorcode.com

Triadic colors

1 #CDC7E8 and #E8CDC7 with #C7E8CD are triadic colors.

2 #CDE8C7 and #E8C7CD with #C7E8CD are triadic colors.