COLOR #C0EFA9

HEX: #C0EFA9
RGB: (192,239,169)

Color info

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

RGB color model

#C0EFA9 color RGB value is (192,239,169).

  • red value is 192;
  • green value is 239;
  • blue value is 169.
RGB:
(192,239,169)
(75%,94%,66%)

RGB channels and saturation

R 192 of 255 = 75%
G 239 of 255 = 94%
B 169 of 255 = 66%

192
239
169

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

Portions of RGB colors in percentages

R + G + B =
192 + 239 + 169 = 600 (100%)
R 192 of 600 ~ 32%
G 239 of 600 ~ 39.83%
B 169 of 600 ~ 28.17%

%32
%39.83
%28.17

CMYK color model

#C0EFA9 color CMYK value is (20,0,29,6).

  • cyan value is 19.67%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 6.27%
CMYK:
(20,0,29,6)
C20M0Y29K6 
(20%,0%,29%,6%)
(0.20/0.00/0.29/0.06)	

CMYK percentages

%19.67
%0
%29.29
%6.27

Codes

Color #C0EFA9 in popluar color models

C0EFA9
RGB192239169
HSL100°68.63%80.00%
HSB/HSV100°29.29%93.73%
CMYK19.67%0.00%29.29%
6.27%

Color #C0EFA9 in popluar number systems.

HEXC0EFA9
Decimal192239169
Binary110000001110111110101001
Octal300357251

Shades and tints

Shades of #C0EFA9

#C0EFA9
(192,239,169)
#AFDA9A
(175,218,154)
#9EC58B
(158,197,139)
#8DB07C
(141,176,124)
#7C9B6D
(124,155,109)
#6B865E
(107,134,94)
#5A714F
(90,113,79)
#495C40
(73,92,64)
#384731
(56,71,49)
#273222
(39,50,34)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #C0EFA9

#C0EFA9
(192,239,169)
#C5F0B0
(197,240,176)
#CAF1B7
(202,241,183)
#CFF2BE
(207,242,190)
#D4F3C5
(212,243,197)
#D9F4CC
(217,244,204)
#DEF5D3
(222,245,211)
#E3F6DA
(227,246,218)
#E8F7E1
(232,247,225)
#EDF8E8
(237,248,232)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0EFA9 color. Also use rgb(192,239,169) instead hex code.

Text Font Color

.myTextColor { color: #C0EFA9; }

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

This text font color is #C0EFA9.


Background Color

.myBgColor { background-color: #C0EFA9; }

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

This div background color is #C0EFA9.


Border color

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

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

This div border color is #C0EFA9.


Opacity

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

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

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

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

This text has shadow with #C0EFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0EFA9 on black background.


Color preview on white background

This text has color #C0EFA9 on white background.



Black color preview on #C0EFA9 background

This text has black color on #C0EFA9 background.


White color preview on #C0EFA9 background

This text has white color on #C0EFA9 background.