COLOR #C7E1B5

HEX: #C7E1B5
RGB: (199,225,181)

Color info

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

RGB color model

#C7E1B5 color RGB value is (199,225,181).

  • red value is 199;
  • green value is 225;
  • blue value is 181.
RGB:
(199,225,181)
(78%,88%,71%)

RGB channels and saturation

R 199 of 255 = 78%
G 225 of 255 = 88%
B 181 of 255 = 71%

199
225
181

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

Portions of RGB colors in percentages

R + G + B =
199 + 225 + 181 = 605 (100%)
R 199 of 605 ~ 32.89%
G 225 of 605 ~ 37.19%
B 181 of 605 ~ 29.92%

%32.89
%37.19
%29.92

CMYK color model

#C7E1B5 color CMYK value is (12,0,20,12).

  • cyan value is 11.56%
  • magenta value is 0.00%
  • yellow value is 19.56%
  • key color value is 11.76%
CMYK:
(12,0,20,12)
C12M0Y20K12 
(12%,0%,20%,12%)
(0.12/0.00/0.20/0.12)	

CMYK percentages

%11.56
%0
%19.56
%11.76

Codes

Color #C7E1B5 in popluar color models

C7E1B5
RGB199225181
HSL95°42.31%79.61%
HSB/HSV95°19.56%88.24%
CMYK11.56%0.00%19.56%
11.76%

Color #C7E1B5 in popluar number systems.

HEXC7E1B5
Decimal199225181
Binary110001111110000110110101
Octal307341265

Shades and tints

Shades of #C7E1B5

#C7E1B5
(199,225,181)
#B5CDA5
(181,205,165)
#A3B995
(163,185,149)
#91A585
(145,165,133)
#7F9175
(127,145,117)
#6D7D65
(109,125,101)
#5B6955
(91,105,85)
#495545
(73,85,69)
#374135
(55,65,53)
#252D25
(37,45,37)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #C7E1B5

#C7E1B5
(199,225,181)
#CCE3BB
(204,227,187)
#D1E5C1
(209,229,193)
#D6E7C7
(214,231,199)
#DBE9CD
(219,233,205)
#E0EBD3
(224,235,211)
#E5EDD9
(229,237,217)
#EAEFDF
(234,239,223)
#EFF1E5
(239,241,229)
#F4F3EB
(244,243,235)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E1B5 color. Also use rgb(199,225,181) instead hex code.

Text Font Color

.myTextColor { color: #C7E1B5; }

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

This text font color is #C7E1B5.


Background Color

.myBgColor { background-color: #C7E1B5; }

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

This div background color is #C7E1B5.


Border color

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

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

This div border color is #C7E1B5.


Opacity

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

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

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

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

This text has shadow with #C7E1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7E1B5 on black background.


Color preview on white background

This text has color #C7E1B5 on white background.



Black color preview on #C7E1B5 background

This text has black color on #C7E1B5 background.


White color preview on #C7E1B5 background

This text has white color on #C7E1B5 background.