COLOR #C7E2B9

HEX: #C7E2B9
RGB: (199,226,185)

Color info

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

RGB color model

#C7E2B9 color RGB value is (199,226,185).

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

RGB channels and saturation

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

199
226
185

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

Portions of RGB colors in percentages

R + G + B =
199 + 226 + 185 = 610 (100%)
R 199 of 610 ~ 32.62%
G 226 of 610 ~ 37.05%
B 185 of 610 ~ 30.33%

%32.62
%37.05
%30.33

CMYK color model

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

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 11.37%
CMYK:
(12,0,18,11)
C12M0Y18K11 
(12%,0%,18%,11%)
(0.12/0.00/0.18/0.11)	

CMYK percentages

%11.95
%0
%18.14
%11.37

Codes

Color #C7E2B9 in popluar color models

C7E2B9
RGB199226185
HSL100°41.41%80.59%
HSB/HSV100°18.14%88.63%
CMYK11.95%0.00%18.14%
11.37%

Color #C7E2B9 in popluar number systems.

HEXC7E2B9
Decimal199226185
Binary110001111110001010111001
Octal307342271

Shades and tints

Shades of #C7E2B9

#C7E2B9
(199,226,185)
#B5CEA9
(181,206,169)
#A3BA99
(163,186,153)
#91A689
(145,166,137)
#7F9279
(127,146,121)
#6D7E69
(109,126,105)
#5B6A59
(91,106,89)
#495649
(73,86,73)
#374239
(55,66,57)
#252E29
(37,46,41)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #C7E2B9

#C7E2B9
(199,226,185)
#CCE4BF
(204,228,191)
#D1E6C5
(209,230,197)
#D6E8CB
(214,232,203)
#DBEAD1
(219,234,209)
#E0ECD7
(224,236,215)
#E5EEDD
(229,238,221)
#EAF0E3
(234,240,227)
#EFF2E9
(239,242,233)
#F4F4EF
(244,244,239)
#F9F6F5
(249,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2B9; }

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

This text font color is #C7E2B9.


Background Color

.myBgColor { background-color: #C7E2B9; }

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

This div background color is #C7E2B9.


Border color

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

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

This div border color is #C7E2B9.


Opacity

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

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

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

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

This text has shadow with #C7E2B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E2B9 on black background.


Color preview on white background

This text has color #C7E2B9 on white background.



Black color preview on #C7E2B9 background

This text has black color on #C7E2B9 background.


White color preview on #C7E2B9 background

This text has white color on #C7E2B9 background.