COLOR #C0E6AE

HEX: #C0E6AE RGB: (192,230,174)

Color info

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

RGB color model

#C0E6AE color RGB value is (192,230,174).

RGB: (192,230,174) (75%, 90%, 68%)

RGB channels and saturation

R 192 of 255 = 75%
G 230 of 255 = 90%
B 174 of 255 = 68%

192
230
174

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

Portions of RGB colors in percentages

R + G + B = 192 + 230 + 174 = 596 (100%)
R 192 of 596 ~ 32.21%
G 230 of 596 ~ 38.59%
B 174 of 596 ~ 29.19'%

%32.21
%38.59
%29.19

CMYK color model

#C0E6AE color CMYK value is (17,0,24,10).

  • cyan value is 16.52%
  • magenta value is 0.00%
  • yellow value is 24.35%
  • key color value is 9.80%

CMYK: (17,0,24,10)
C17M0Y24K10 (17%, 0%, 24%, 10%)
(0.17 / 0.00 / 0.24 / 0.10)

CMYK percentages

%16.52
%0
%24.35
%9.8

Codes

Color #C0E6AE in popluar color models

C0 E6 AE
RGB 192 230 174
HSL 101° 52.83% 79.22%
HSB/HSV 101° 24.35% 90.20%
CMYK 16.52% 0.00% 24.35%
9.80%

Color #C0E6AE in popluar number systems.

HEX C0 E6 AE
Decimal 192 230 174
Binary 11000000 11100110 10101110
Octal 300 346 256

Shades and tints

Shades of #C0E6AE

#C0E6AE
(192,230,174)
#AFD29F
(175,210,159)
#9EBE90
(158,190,144)
#8DAA81
(141,170,129)
#7C9672
(124,150,114)
#6B8263
(107,130,99)
#5A6E54
(90,110,84)
#495A45
(73,90,69)
#384636
(56,70,54)
#273227
(39,50,39)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #C0E6AE

#C0E6AE
(192,230,174)
#C5E8B5
(197,232,181)
#CAEABC
(202,234,188)
#CFECC3
(207,236,195)
#D4EECA
(212,238,202)
#D9F0D1
(217,240,209)
#DEF2D8
(222,242,216)
#E3F4DF
(227,244,223)
#E8F6E6
(232,246,230)
#EDF8ED
(237,248,237)
#F2FAF4
(242,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0E6AE color. Also use rgb(192,230,174) instead hex code.

Text Font Color

.myTextColor { color: #C0E6AE; }

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

This text font color is #C0E6AE.

Background Color

.myBgColor { background-color: #C0E6AE; }

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

This div background color is #C0E6AE.

Border color

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

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

This div border color is #C0E6AE.

Opacity

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

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

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

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

This text has shadow with #C0E6AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0E6AE.

Preview

Color preview on black background

This text has color #C0E6AE on black background.


Color preview on white background

This text has color #C0E6AE on white background.


Black color preview on #C0E6AE background

This text has black color on #C0E6AE background.


White color preview on #C0E6AE background

This text has white color on #C0E6AE background.


Related colors

Complementary color

Complementary color for #hex is #3F1951.


I love getcolorcode.com

Triadic colors

1 #AEC0E6 and #E6AEC0 with #C0E6AE are triadic colors.

2 #AEE6C0 and #E6C0AE with #C0E6AE are triadic colors.