COLOR #C0D080

HEX: #C0D080
RGB: (192,208,128)

Color info

#C0D080 contains mainly red and green colors. Web safe color of #C0D080 is #CCCC66 (or #CC6).

RGB color model

#C0D080 color RGB value is (192,208,128).

  • red value is 192;
  • green value is 208;
  • blue value is 128.
RGB:
(192,208,128)
(75%,82%,50%)

RGB channels and saturation

R 192 of 255 = 75%
G 208 of 255 = 82%
B 128 of 255 = 50%

192
208
128

R + G + B ~ 69%. #C0D080 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 208 + 128 = 528 (100%)
R 192 of 528 ~ 36.36%
G 208 of 528 ~ 39.39%
B 128 of 528 ~ 24.24%

%36.36
%39.39
%24.24

CMYK color model

#C0D080 color CMYK value is (8,0,38,18).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 18.43%
CMYK:
(8,0,38,18)
C8M0Y38K18 
(8%,0%,38%,18%)
(0.08/0.00/0.38/0.18)	

CMYK percentages

%7.69
%0
%38.46
%18.43

Codes

Color #C0D080 in popluar color models

C0D080
RGB192208128
HSL72°45.98%65.88%
HSB/HSV72°38.46%81.57%
CMYK7.69%0.00%38.46%
18.43%

Color #C0D080 in popluar number systems.

HEXC0D080
Decimal192208128
Binary110000001101000010000000
Octal300320200

Shades and tints

Shades of #C0D080

#C0D080
(192,208,128)
#AFBE75
(175,190,117)
#9EAC6A
(158,172,106)
#8D9A5F
(141,154,95)
#7C8854
(124,136,84)
#6B7649
(107,118,73)
#5A643E
(90,100,62)
#495233
(73,82,51)
#384028
(56,64,40)
#272E1D
(39,46,29)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #C0D080

#C0D080
(192,208,128)
#C5D48B
(197,212,139)
#CAD896
(202,216,150)
#CFDCA1
(207,220,161)
#D4E0AC
(212,224,172)
#D9E4B7
(217,228,183)
#DEE8C2
(222,232,194)
#E3ECCD
(227,236,205)
#E8F0D8
(232,240,216)
#EDF4E3
(237,244,227)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D080 color. Also use rgb(192,208,128) instead hex code.

Text Font Color

.myTextColor { color: #C0D080; }

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

This text font color is #C0D080.


Background Color

.myBgColor { background-color: #C0D080; }

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

This div background color is #C0D080.


Border color

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

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

This div border color is #C0D080.


Opacity

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

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

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

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

This text has shadow with #C0D080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D080 on black background.


Color preview on white background

This text has color #C0D080 on white background.



Black color preview on #C0D080 background

This text has black color on #C0D080 background.


White color preview on #C0D080 background

This text has white color on #C0D080 background.