COLOR #C7E2D2

HEX: #C7E2D2
RGB: (199,226,210)

Color info

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

RGB color model

#C7E2D2 color RGB value is (199,226,210).

  • red value is 199;
  • green value is 226;
  • blue value is 210.
RGB:
(199,226,210)
(78%,89%,82%)

RGB channels and saturation

R 199 of 255 = 78%
G 226 of 255 = 89%
B 210 of 255 = 82%

199
226
210

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

Portions of RGB colors in percentages

R + G + B =
199 + 226 + 210 = 635 (100%)
R 199 of 635 ~ 31.34%
G 226 of 635 ~ 35.59%
B 210 of 635 ~ 33.07%

%31.34
%35.59
%33.07

CMYK color model

#C7E2D2 color CMYK value is (12,0,7,11).

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 7.08%
  • key color value is 11.37%
CMYK:
(12,0,7,11)
C12M0Y7K11 
(12%,0%,7%,11%)
(0.12/0.00/0.07/0.11)	

CMYK percentages

%11.95
%0
%7.08
%11.37

Codes

Color #C7E2D2 in popluar color models

C7E2D2
RGB199226210
HSL144°31.76%83.33%
HSB/HSV144°11.95%88.63%
CMYK11.95%0.00%7.08%
11.37%

Color #C7E2D2 in popluar number systems.

HEXC7E2D2
Decimal199226210
Binary110001111110001011010010
Octal307342322

Shades and tints

Shades of #C7E2D2

#C7E2D2
(199,226,210)
#B5CEBF
(181,206,191)
#A3BAAC
(163,186,172)
#91A699
(145,166,153)
#7F9286
(127,146,134)
#6D7E73
(109,126,115)
#5B6A60
(91,106,96)
#49564D
(73,86,77)
#37423A
(55,66,58)
#252E27
(37,46,39)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #C7E2D2

#C7E2D2
(199,226,210)
#CCE4D6
(204,228,214)
#D1E6DA
(209,230,218)
#D6E8DE
(214,232,222)
#DBEAE2
(219,234,226)
#E0ECE6
(224,236,230)
#E5EEEA
(229,238,234)
#EAF0EE
(234,240,238)
#EFF2F2
(239,242,242)
#F4F4F6
(244,244,246)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2D2; }

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

This text font color is #C7E2D2.


Background Color

.myBgColor { background-color: #C7E2D2; }

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

This div background color is #C7E2D2.


Border color

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

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

This div border color is #C7E2D2.


Opacity

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

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

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

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

This text has shadow with #C7E2D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E2D2 on black background.


Color preview on white background

This text has color #C7E2D2 on white background.



Black color preview on #C7E2D2 background

This text has black color on #C7E2D2 background.


White color preview on #C7E2D2 background

This text has white color on #C7E2D2 background.