COLOR #C7E2CD

HEX: #C7E2CD RGB: (199,226,205)

Color info

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

RGB color model

#C7E2CD color RGB value is (199,226,205).

RGB: (199,226,205) (78%, 89%, 80%)

RGB channels and saturation

R 199 of 255 = 78%
G 226 of 255 = 89%
B 205 of 255 = 80%

199
226
205

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

Portions of RGB colors in percentages

R + G + B = 199 + 226 + 205 = 630 (100%)
R 199 of 630 ~ 31.59%
G 226 of 630 ~ 35.87%
B 205 of 630 ~ 32.54'%

%31.59
%35.87
%32.54

CMYK color model

#C7E2CD color CMYK value is (12,0,9,11).

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 9.29%
  • key color value is 11.37%

CMYK: (12,0,9,11)
C12M0Y9K11 (12%, 0%, 9%, 11%)
(0.12 / 0.00 / 0.09 / 0.11)

CMYK percentages

%11.95
%0
%9.29
%11.37

Codes

Color #C7E2CD in popluar color models

C7 E2 CD
RGB 199 226 205
HSL 133° 31.76% 83.33%
HSB/HSV 133° 11.95% 88.63%
CMYK 11.95% 0.00% 9.29%
11.37%

Color #C7E2CD in popluar number systems.

HEX C7 E2 CD
Decimal 199 226 205
Binary 11000111 11100010 11001101
Octal 307 342 315

Shades and tints

Shades of #C7E2CD

#C7E2CD
(199,226,205)
#B5CEBB
(181,206,187)
#A3BAA9
(163,186,169)
#91A697
(145,166,151)
#7F9285
(127,146,133)
#6D7E73
(109,126,115)
#5B6A61
(91,106,97)
#49564F
(73,86,79)
#37423D
(55,66,61)
#252E2B
(37,46,43)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #C7E2CD

#C7E2CD
(199,226,205)
#CCE4D1
(204,228,209)
#D1E6D5
(209,230,213)
#D6E8D9
(214,232,217)
#DBEADD
(219,234,221)
#E0ECE1
(224,236,225)
#E5EEE5
(229,238,229)
#EAF0E9
(234,240,233)
#EFF2ED
(239,242,237)
#F4F4F1
(244,244,241)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2CD; }

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

This text font color is #C7E2CD.

Background Color

.myBgColor { background-color: #C7E2CD; }

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

This div background color is #C7E2CD.

Border color

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

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

This div border color is #C7E2CD.

Opacity

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

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

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

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

This text has shadow with #C7E2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7E2CD.

Preview

Color preview on black background

This text has color #C7E2CD on black background.


Color preview on white background

This text has color #C7E2CD on white background.


Black color preview on #C7E2CD background

This text has black color on #C7E2CD background.


White color preview on #C7E2CD background

This text has white color on #C7E2CD background.


Related colors

Complementary color

Complementary color for #hex is #381D32.


I love getcolorcode.com

Triadic colors

1 #CDC7E2 and #E2CDC7 with #C7E2CD are triadic colors.

2 #CDE2C7 and #E2C7CD with #C7E2CD are triadic colors.