COLOR #C7E2B3

HEX: #C7E2B3
RGB: (199,226,179)

Color info

#C7E2B3 contains red, green and blue colors in about the same proportion. Web safe color of #C7E2B3 is #CCCC99 (or #CC9).

RGB color model

#C7E2B3 color RGB value is (199,226,179).

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

RGB channels and saturation

R 199 of 255 = 78%
G 226 of 255 = 89%
B 179 of 255 = 70%

199
226
179

R + G + B ~ 79%. #C7E2B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 226 + 179 = 604 (100%)
R 199 of 604 ~ 32.95%
G 226 of 604 ~ 37.42%
B 179 of 604 ~ 29.64%

%32.95
%37.42
%29.64

CMYK color model

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

  • cyan value is 11.95%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(12,0,21,11)
C12M0Y21K11 
(12%,0%,21%,11%)
(0.12/0.00/0.21/0.11)	

CMYK percentages

%11.95
%0
%20.8
%11.37

Codes

Color #C7E2B3 in popluar color models

C7E2B3
RGB199226179
HSL94°44.76%79.41%
HSB/HSV94°20.80%88.63%
CMYK11.95%0.00%20.80%
11.37%

Color #C7E2B3 in popluar number systems.

HEXC7E2B3
Decimal199226179
Binary110001111110001010110011
Octal307342263

Shades and tints

Shades of #C7E2B3

#C7E2B3
(199,226,179)
#B5CEA3
(181,206,163)
#A3BA93
(163,186,147)
#91A683
(145,166,131)
#7F9273
(127,146,115)
#6D7E63
(109,126,99)
#5B6A53
(91,106,83)
#495643
(73,86,67)
#374233
(55,66,51)
#252E23
(37,46,35)
#131A13
(19,26,19)
#000000
(0,0,0)

Tints of #C7E2B3

#C7E2B3
(199,226,179)
#CCE4B9
(204,228,185)
#D1E6BF
(209,230,191)
#D6E8C5
(214,232,197)
#DBEACB
(219,234,203)
#E0ECD1
(224,236,209)
#E5EED7
(229,238,215)
#EAF0DD
(234,240,221)
#EFF2E3
(239,242,227)
#F4F4E9
(244,244,233)
#F9F6EF
(249,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7E2B3; }

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

This text font color is #C7E2B3.


Background Color

.myBgColor { background-color: #C7E2B3; }

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

This div background color is #C7E2B3.


Border color

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

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

This div border color is #C7E2B3.


Opacity

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

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

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

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

This text has shadow with #C7E2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E2B3 on black background.


Color preview on white background

This text has color #C7E2B3 on white background.



Black color preview on #C7E2B3 background

This text has black color on #C7E2B3 background.


White color preview on #C7E2B3 background

This text has white color on #C7E2B3 background.