COLOR #C2E8BD

HEX: #C2E8BD RGB: (194,232,189)

Color info

#C2E8BD contains red, green and blue colors in about the same proportion. Web safe color of #C2E8BD is #CCFFCC (or #CFC).

RGB color model

#C2E8BD color RGB value is (194,232,189).

RGB: (194,232,189) (76%, 91%, 74%)

RGB channels and saturation

R 194 of 255 = 76%
G 232 of 255 = 91%
B 189 of 255 = 74%

194
232
189

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

Portions of RGB colors in percentages

R + G + B = 194 + 232 + 189 = 615 (100%)
R 194 of 615 ~ 31.54%
G 232 of 615 ~ 37.72%
B 189 of 615 ~ 30.73'%

%31.54
%37.72
%30.73

CMYK color model

#C2E8BD color CMYK value is (16,0,19,9).

  • cyan value is 16.38%
  • magenta value is 0.00%
  • yellow value is 18.53%
  • key color value is 9.02%
CMYK: (16,0,19,9) C16M0Y19K9 (16%,0%,19%,9%) (0.16/0.00/0.19/0.09) 

CMYK percentages

%16.38
%0
%18.53
%9.02

Codes

Color #C2E8BD in popluar color models

C2 E8 BD
RGB 194 232 189
HSL 113° 48.31% 82.55%
HSB/HSV 113° 18.53% 90.98%
CMYK 16.38% 0.00% 18.53%
9.02%

Color #C2E8BD in popluar number systems.

HEX C2 E8 BD
Decimal 194 232 189
Binary 11000010 11101000 10111101
Octal 302 350 275

Shades and tints

Shades of #C2E8BD

#C2E8BD
(194,232,189)
#B1D3AC
(177,211,172)
#A0BE9B
(160,190,155)
#8FA98A
(143,169,138)
#7E9479
(126,148,121)
#6D7F68
(109,127,104)
#5C6A57
(92,106,87)
#4B5546
(75,85,70)
#3A4035
(58,64,53)
#292B24
(41,43,36)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #C2E8BD

#C2E8BD
(194,232,189)
#C7EAC3
(199,234,195)
#CCECC9
(204,236,201)
#D1EECF
(209,238,207)
#D6F0D5
(214,240,213)
#DBF2DB
(219,242,219)
#E0F4E1
(224,244,225)
#E5F6E7
(229,246,231)
#EAF8ED
(234,248,237)
#EFFAF3
(239,250,243)
#F4FCF9
(244,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2E8BD color. Also use rgb(194,232,189) instead hex code.

Text Font Color

.myTextColor { color: #C2E8BD; }

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

This text font color is #C2E8BD.

Background Color

.myBgColor { background-color: #C2E8BD; }

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

This div background color is #C2E8BD.

Border color

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

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

This div border color is #C2E8BD.

Opacity

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

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

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

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

This text has shadow with #C2E8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2E8BD.

Preview

Color preview on black background

This text has color #C2E8BD on black background.


Color preview on white background

This text has color #C2E8BD on white background.


Black color preview on #C2E8BD background

This text has black color on #C2E8BD background.


White color preview on #C2E8BD background

This text has white color on #C2E8BD background.


Related colors

Complementary color

Complementary color for #hex is #3D1742.


I love getcolorcode.com

Triadic colors

1 #BDC2E8 and #E8BDC2 with #C2E8BD are triadic colors.

2 #BDE8C2 and #E8C2BD with #C2E8BD are triadic colors.