COLOR #C7E2BB

HEX: #C7E2BB
RGB: (199,226,187)

Color info

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

RGB color model

#C7E2BB color RGB value is (199,226,187).

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

RGB channels and saturation

R 199 of 255 = 78%
G 226 of 255 = 89%
B 187 of 255 = 73%

199
226
187

R + G + B ~ 80%. #C7E2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 226 + 187 = 612 (100%)
R 199 of 612 ~ 32.52%
G 226 of 612 ~ 36.93%
B 187 of 612 ~ 30.56%

%32.52
%36.93
%30.56

CMYK color model

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

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK:
(12,0,17,11)
C12M0Y17K11 
(12%,0%,17%,11%)
(0.12/0.00/0.17/0.11)	

CMYK percentages

%11.95
%0
%17.26
%11.37

Codes

Color #C7E2BB in popluar color models

C7E2BB
RGB199226187
HSL102°40.21%80.98%
HSB/HSV102°17.26%88.63%
CMYK11.95%0.00%17.26%
11.37%

Color #C7E2BB in popluar number systems.

HEXC7E2BB
Decimal199226187
Binary110001111110001010111011
Octal307342273

Shades and tints

Shades of #C7E2BB

#C7E2BB
(199,226,187)
#B5CEAA
(181,206,170)
#A3BA99
(163,186,153)
#91A688
(145,166,136)
#7F9277
(127,146,119)
#6D7E66
(109,126,102)
#5B6A55
(91,106,85)
#495644
(73,86,68)
#374233
(55,66,51)
#252E22
(37,46,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #C7E2BB

#C7E2BB
(199,226,187)
#CCE4C1
(204,228,193)
#D1E6C7
(209,230,199)
#D6E8CD
(214,232,205)
#DBEAD3
(219,234,211)
#E0ECD9
(224,236,217)
#E5EEDF
(229,238,223)
#EAF0E5
(234,240,229)
#EFF2EB
(239,242,235)
#F4F4F1
(244,244,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2BB; }

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

This text font color is #C7E2BB.


Background Color

.myBgColor { background-color: #C7E2BB; }

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

This div background color is #C7E2BB.


Border color

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

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

This div border color is #C7E2BB.


Opacity

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

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

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

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

This text has shadow with #C7E2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E2BB on black background.


Color preview on white background

This text has color #C7E2BB on white background.



Black color preview on #C7E2BB background

This text has black color on #C7E2BB background.


White color preview on #C7E2BB background

This text has white color on #C7E2BB background.