COLOR #C0D37B

HEX: #C0D37B
RGB: (192,211,123)

Color info

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

RGB color model

#C0D37B color RGB value is (192,211,123).

  • red value is 192;
  • green value is 211;
  • blue value is 123.
RGB:
(192,211,123)
(75%,83%,48%)

RGB channels and saturation

R 192 of 255 = 75%
G 211 of 255 = 83%
B 123 of 255 = 48%

192
211
123

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

Portions of RGB colors in percentages

R + G + B =
192 + 211 + 123 = 526 (100%)
R 192 of 526 ~ 36.5%
G 211 of 526 ~ 40.11%
B 123 of 526 ~ 23.38%

%36.5
%40.11
%23.38

CMYK color model

#C0D37B color CMYK value is (9,0,42,17).

  • cyan value is 9.00%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 17.25%
CMYK:
(9,0,42,17)
C9M0Y42K17 
(9%,0%,42%,17%)
(0.09/0.00/0.42/0.17)	

CMYK percentages

%9
%0
%41.71
%17.25

Codes

Color #C0D37B in popluar color models

C0D37B
RGB192211123
HSL73°50.00%65.49%
HSB/HSV73°41.71%82.75%
CMYK9.00%0.00%41.71%
17.25%

Color #C0D37B in popluar number systems.

HEXC0D37B
Decimal192211123
Binary11000000110100111111011
Octal300323173

Shades and tints

Shades of #C0D37B

#C0D37B
(192,211,123)
#AFC070
(175,192,112)
#9EAD65
(158,173,101)
#8D9A5A
(141,154,90)
#7C874F
(124,135,79)
#6B7444
(107,116,68)
#5A6139
(90,97,57)
#494E2E
(73,78,46)
#383B23
(56,59,35)
#272818
(39,40,24)
#16150D
(22,21,13)
#000000
(0,0,0)

Tints of #C0D37B

#C0D37B
(192,211,123)
#C5D787
(197,215,135)
#CADB93
(202,219,147)
#CFDF9F
(207,223,159)
#D4E3AB
(212,227,171)
#D9E7B7
(217,231,183)
#DEEBC3
(222,235,195)
#E3EFCF
(227,239,207)
#E8F3DB
(232,243,219)
#EDF7E7
(237,247,231)
#F2FBF3
(242,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D37B color. Also use rgb(192,211,123) instead hex code.

Text Font Color

.myTextColor { color: #C0D37B; }

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

This text font color is #C0D37B.


Background Color

.myBgColor { background-color: #C0D37B; }

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

This div background color is #C0D37B.


Border color

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

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

This div border color is #C0D37B.


Opacity

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

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

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

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

This text has shadow with #C0D37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D37B on black background.


Color preview on white background

This text has color #C0D37B on white background.



Black color preview on #C0D37B background

This text has black color on #C0D37B background.


White color preview on #C0D37B background

This text has white color on #C0D37B background.