COLOR #C0F6AE

HEX: #C0F6AE
RGB: (192,246,174)

Color info

#C0F6AE contains mainly red and green colors. Web safe color of #C0F6AE is #CCFF99 (or #CF9).

RGB color model

#C0F6AE color RGB value is (192,246,174).

  • red value is 192;
  • green value is 246;
  • blue value is 174.
RGB:
(192,246,174)
(75%,96%,68%)

RGB channels and saturation

R 192 of 255 = 75%
G 246 of 255 = 96%
B 174 of 255 = 68%

192
246
174

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

Portions of RGB colors in percentages

R + G + B =
192 + 246 + 174 = 612 (100%)
R 192 of 612 ~ 31.37%
G 246 of 612 ~ 40.2%
B 174 of 612 ~ 28.43%

%31.37
%40.2
%28.43

CMYK color model

#C0F6AE color CMYK value is (22,0,29,4).

  • cyan value is 21.95%
  • magenta value is 0.00%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(22,0,29,4)
C22M0Y29K4 
(22%,0%,29%,4%)
(0.22/0.00/0.29/0.04)	

CMYK percentages

%21.95
%0
%29.27
%3.53

Codes

Color #C0F6AE in popluar color models

C0F6AE
RGB192246174
HSL105°80.00%82.35%
HSB/HSV105°29.27%96.47%
CMYK21.95%0.00%29.27%
3.53%

Color #C0F6AE in popluar number systems.

HEXC0F6AE
Decimal192246174
Binary110000001111011010101110
Octal300366256

Shades and tints

Shades of #C0F6AE

#C0F6AE
(192,246,174)
#AFE09F
(175,224,159)
#9ECA90
(158,202,144)
#8DB481
(141,180,129)
#7C9E72
(124,158,114)
#6B8863
(107,136,99)
#5A7254
(90,114,84)
#495C45
(73,92,69)
#384636
(56,70,54)
#273027
(39,48,39)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #C0F6AE

#C0F6AE
(192,246,174)
#C5F6B5
(197,246,181)
#CAF6BC
(202,246,188)
#CFF6C3
(207,246,195)
#D4F6CA
(212,246,202)
#D9F6D1
(217,246,209)
#DEF6D8
(222,246,216)
#E3F6DF
(227,246,223)
#E8F6E6
(232,246,230)
#EDF6ED
(237,246,237)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0F6AE; }

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

This text font color is #C0F6AE.


Background Color

.myBgColor { background-color: #C0F6AE; }

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

This div background color is #C0F6AE.


Border color

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

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

This div border color is #C0F6AE.


Opacity

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

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

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

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

This text has shadow with #C0F6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0F6AE on black background.


Color preview on white background

This text has color #C0F6AE on white background.



Black color preview on #C0F6AE background

This text has black color on #C0F6AE background.


White color preview on #C0F6AE background

This text has white color on #C0F6AE background.