COLOR #C2E1B5

HEX: #C2E1B5
RGB: (194,225,181)

Color info

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

RGB color model

#C2E1B5 color RGB value is (194,225,181).

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

RGB channels and saturation

R 194 of 255 = 76%
G 225 of 255 = 88%
B 181 of 255 = 71%

194
225
181

R + G + B ~ 78%. #C2E1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 225 + 181 = 600 (100%)
R 194 of 600 ~ 32.33%
G 225 of 600 ~ 37.5%
B 181 of 600 ~ 30.17%

%32.33
%37.5
%30.17

CMYK color model

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

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 19.56%
  • key color value is 11.76%
CMYK:
(14,0,20,12)
C14M0Y20K12 
(14%,0%,20%,12%)
(0.14/0.00/0.20/0.12)	

CMYK percentages

%13.78
%0
%19.56
%11.76

Codes

Color #C2E1B5 in popluar color models

C2E1B5
RGB194225181
HSL102°42.31%79.61%
HSB/HSV102°19.56%88.24%
CMYK13.78%0.00%19.56%
11.76%

Color #C2E1B5 in popluar number systems.

HEXC2E1B5
Decimal194225181
Binary110000101110000110110101
Octal302341265

Shades and tints

Shades of #C2E1B5

#C2E1B5
(194,225,181)
#B1CDA5
(177,205,165)
#A0B995
(160,185,149)
#8FA585
(143,165,133)
#7E9175
(126,145,117)
#6D7D65
(109,125,101)
#5C6955
(92,105,85)
#4B5545
(75,85,69)
#3A4135
(58,65,53)
#292D25
(41,45,37)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #C2E1B5

#C2E1B5
(194,225,181)
#C7E3BB
(199,227,187)
#CCE5C1
(204,229,193)
#D1E7C7
(209,231,199)
#D6E9CD
(214,233,205)
#DBEBD3
(219,235,211)
#E0EDD9
(224,237,217)
#E5EFDF
(229,239,223)
#EAF1E5
(234,241,229)
#EFF3EB
(239,243,235)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E1B5; }

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

This text font color is #C2E1B5.


Background Color

.myBgColor { background-color: #C2E1B5; }

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

This div background color is #C2E1B5.


Border color

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

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

This div border color is #C2E1B5.


Opacity

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

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

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

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

This text has shadow with #C2E1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E1B5 on black background.


Color preview on white background

This text has color #C2E1B5 on white background.



Black color preview on #C2E1B5 background

This text has black color on #C2E1B5 background.


White color preview on #C2E1B5 background

This text has white color on #C2E1B5 background.