COLOR #C0E2AB

HEX: #C0E2AB RGB: (192,226,171)

Color info

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

RGB color model

#C0E2AB color RGB value is (192,226,171).

RGB: (192,226,171) (75%, 89%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 226 of 255 = 89%
B 171 of 255 = 67%

192
226
171

R + G + B ~ 77%. #C0E2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 226 + 171 = 589 (100%)
R 192 of 589 ~ 32.6%
G 226 of 589 ~ 38.37%
B 171 of 589 ~ 29.03'%

%32.6
%38.37
%29.03

CMYK color model

#C0E2AB color CMYK value is (15,0,24,11).

  • cyan value is 15.04%
  • magenta value is 0.00%
  • yellow value is 24.34%
  • key color value is 11.37%
CMYK: (15,0,24,11) C15M0Y24K11 (15%,0%,24%,11%) (0.15/0.00/0.24/0.11) 

CMYK percentages

%15.04
%0
%24.34
%11.37

Codes

Color #C0E2AB in popluar color models

C0 E2 AB
RGB 192 226 171
HSL 97° 48.67% 77.84%
HSB/HSV 97° 24.34% 88.63%
CMYK 15.04% 0.00% 24.34%
11.37%

Color #C0E2AB in popluar number systems.

HEX C0 E2 AB
Decimal 192 226 171
Binary 11000000 11100010 10101011
Octal 300 342 253

Shades and tints

Shades of #C0E2AB

#C0E2AB
(192,226,171)
#AFCE9C
(175,206,156)
#9EBA8D
(158,186,141)
#8DA67E
(141,166,126)
#7C926F
(124,146,111)
#6B7E60
(107,126,96)
#5A6A51
(90,106,81)
#495642
(73,86,66)
#384233
(56,66,51)
#272E24
(39,46,36)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #C0E2AB

#C0E2AB
(192,226,171)
#C5E4B2
(197,228,178)
#CAE6B9
(202,230,185)
#CFE8C0
(207,232,192)
#D4EAC7
(212,234,199)
#D9ECCE
(217,236,206)
#DEEED5
(222,238,213)
#E3F0DC
(227,240,220)
#E8F2E3
(232,242,227)
#EDF4EA
(237,244,234)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E2AB color. Also use rgb(192,226,171) instead hex code.

Text Font Color

.myTextColor { color: #C0E2AB; }

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

This text font color is #C0E2AB.

Background Color

.myBgColor { background-color: #C0E2AB; }

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

This div background color is #C0E2AB.

Border color

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

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

This div border color is #C0E2AB.

Opacity

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

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

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

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

This text has shadow with #C0E2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E2AB.

Preview

Color preview on black background

This text has color #C0E2AB on black background.


Color preview on white background

This text has color #C0E2AB on white background.


Black color preview on #C0E2AB background

This text has black color on #C0E2AB background.


White color preview on #C0E2AB background

This text has white color on #C0E2AB background.


Related colors

Complementary color

Complementary color for #hex is #3F1D54.


I love getcolorcode.com

Triadic colors

1 #ABC0E2 and #E2ABC0 with #C0E2AB are triadic colors.

2 #ABE2C0 and #E2C0AB with #C0E2AB are triadic colors.