COLOR #C2E1AF

HEX: #C2E1AF
RGB: (194,225,175)

Color info

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

RGB color model

#C2E1AF color RGB value is (194,225,175).

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

RGB channels and saturation

R 194 of 255 = 76%
G 225 of 255 = 88%
B 175 of 255 = 69%

194
225
175

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

Portions of RGB colors in percentages

R + G + B =
194 + 225 + 175 = 594 (100%)
R 194 of 594 ~ 32.66%
G 225 of 594 ~ 37.88%
B 175 of 594 ~ 29.46%

%32.66
%37.88
%29.46

CMYK color model

#C2E1AF color CMYK value is (14,0,22,12).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK:
(14,0,22,12)
C14M0Y22K12 
(14%,0%,22%,12%)
(0.14/0.00/0.22/0.12)	

CMYK percentages

%13.78
%0
%22.22
%11.76

Codes

Color #C2E1AF in popluar color models

C2E1AF
RGB194225175
HSL97°45.45%78.43%
HSB/HSV97°22.22%88.24%
CMYK13.78%0.00%22.22%
11.76%

Color #C2E1AF in popluar number systems.

HEXC2E1AF
Decimal194225175
Binary110000101110000110101111
Octal302341257

Shades and tints

Shades of #C2E1AF

#C2E1AF
(194,225,175)
#B1CDA0
(177,205,160)
#A0B991
(160,185,145)
#8FA582
(143,165,130)
#7E9173
(126,145,115)
#6D7D64
(109,125,100)
#5C6955
(92,105,85)
#4B5546
(75,85,70)
#3A4137
(58,65,55)
#292D28
(41,45,40)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2E1AF

#C2E1AF
(194,225,175)
#C7E3B6
(199,227,182)
#CCE5BD
(204,229,189)
#D1E7C4
(209,231,196)
#D6E9CB
(214,233,203)
#DBEBD2
(219,235,210)
#E0EDD9
(224,237,217)
#E5EFE0
(229,239,224)
#EAF1E7
(234,241,231)
#EFF3EE
(239,243,238)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2E1AF; }

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

This text font color is #C2E1AF.


Background Color

.myBgColor { background-color: #C2E1AF; }

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

This div background color is #C2E1AF.


Border color

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

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

This div border color is #C2E1AF.


Opacity

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

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

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

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

This text has shadow with #C2E1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2E1AF on black background.


Color preview on white background

This text has color #C2E1AF on white background.



Black color preview on #C2E1AF background

This text has black color on #C2E1AF background.


White color preview on #C2E1AF background

This text has white color on #C2E1AF background.