COLOR #C0D088

HEX: #C0D088
RGB: (192,208,136)

Color info

#C0D088 contains mainly red and green colors. Web safe color of #C0D088 is #CCCC99 (or #CC9).

RGB color model

#C0D088 color RGB value is (192,208,136).

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

RGB channels and saturation

R 192 of 255 = 75%
G 208 of 255 = 82%
B 136 of 255 = 53%

192
208
136

R + G + B ~ 70%. #C0D088 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 208 + 136 = 536 (100%)
R 192 of 536 ~ 35.82%
G 208 of 536 ~ 38.81%
B 136 of 536 ~ 25.37%

%35.82
%38.81
%25.37

CMYK color model

#C0D088 color CMYK value is (8,0,35,18).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 18.43%
CMYK:
(8,0,35,18)
C8M0Y35K18 
(8%,0%,35%,18%)
(0.08/0.00/0.35/0.18)	

CMYK percentages

%7.69
%0
%34.62
%18.43

Codes

Color #C0D088 in popluar color models

C0D088
RGB192208136
HSL73°43.37%67.45%
HSB/HSV73°34.62%81.57%
CMYK7.69%0.00%34.62%
18.43%

Color #C0D088 in popluar number systems.

HEXC0D088
Decimal192208136
Binary110000001101000010001000
Octal300320210

Shades and tints

Shades of #C0D088

#C0D088
(192,208,136)
#AFBE7C
(175,190,124)
#9EAC70
(158,172,112)
#8D9A64
(141,154,100)
#7C8858
(124,136,88)
#6B764C
(107,118,76)
#5A6440
(90,100,64)
#495234
(73,82,52)
#384028
(56,64,40)
#272E1C
(39,46,28)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #C0D088

#C0D088
(192,208,136)
#C5D492
(197,212,146)
#CAD89C
(202,216,156)
#CFDCA6
(207,220,166)
#D4E0B0
(212,224,176)
#D9E4BA
(217,228,186)
#DEE8C4
(222,232,196)
#E3ECCE
(227,236,206)
#E8F0D8
(232,240,216)
#EDF4E2
(237,244,226)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D088; }

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

This text font color is #C0D088.


Background Color

.myBgColor { background-color: #C0D088; }

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

This div background color is #C0D088.


Border color

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

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

This div border color is #C0D088.


Opacity

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

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

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

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

This text has shadow with #C0D088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D088 on black background.


Color preview on white background

This text has color #C0D088 on white background.



Black color preview on #C0D088 background

This text has black color on #C0D088 background.


White color preview on #C0D088 background

This text has white color on #C0D088 background.