COLOR #C7E2CA

HEX: #C7E2CA
RGB: (199,226,202)

Color info

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

RGB color model

#C7E2CA color RGB value is (199,226,202).

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

RGB channels and saturation

R 199 of 255 = 78%
G 226 of 255 = 89%
B 202 of 255 = 79%

199
226
202

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

Portions of RGB colors in percentages

R + G + B =
199 + 226 + 202 = 627 (100%)
R 199 of 627 ~ 31.74%
G 226 of 627 ~ 36.04%
B 202 of 627 ~ 32.22%

%31.74
%36.04
%32.22

CMYK color model

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

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 11.37%
CMYK:
(12,0,11,11)
C12M0Y11K11 
(12%,0%,11%,11%)
(0.12/0.00/0.11/0.11)	

CMYK percentages

%11.95
%0
%10.62
%11.37

Codes

Color #C7E2CA in popluar color models

C7E2CA
RGB199226202
HSL127°31.76%83.33%
HSB/HSV127°11.95%88.63%
CMYK11.95%0.00%10.62%
11.37%

Color #C7E2CA in popluar number systems.

HEXC7E2CA
Decimal199226202
Binary110001111110001011001010
Octal307342312

Shades and tints

Shades of #C7E2CA

#C7E2CA
(199,226,202)
#B5CEB8
(181,206,184)
#A3BAA6
(163,186,166)
#91A694
(145,166,148)
#7F9282
(127,146,130)
#6D7E70
(109,126,112)
#5B6A5E
(91,106,94)
#49564C
(73,86,76)
#37423A
(55,66,58)
#252E28
(37,46,40)
#131A16
(19,26,22)
#000000
(0,0,0)

Tints of #C7E2CA

#C7E2CA
(199,226,202)
#CCE4CE
(204,228,206)
#D1E6D2
(209,230,210)
#D6E8D6
(214,232,214)
#DBEADA
(219,234,218)
#E0ECDE
(224,236,222)
#E5EEE2
(229,238,226)
#EAF0E6
(234,240,230)
#EFF2EA
(239,242,234)
#F4F4EE
(244,244,238)
#F9F6F2
(249,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2CA; }

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

This text font color is #C7E2CA.


Background Color

.myBgColor { background-color: #C7E2CA; }

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

This div background color is #C7E2CA.


Border color

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

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

This div border color is #C7E2CA.


Opacity

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

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

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

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

This text has shadow with #C7E2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E2CA on black background.


Color preview on white background

This text has color #C7E2CA on white background.



Black color preview on #C7E2CA background

This text has black color on #C7E2CA background.


White color preview on #C7E2CA background

This text has white color on #C7E2CA background.