COLOR #C0D19B

HEX: #C0D19B
RGB: (192,209,155)

Color info

#C0D19B contains red, green and blue colors in about the same proportion. Web safe color of #C0D19B is #CCCC99 (or #CC9).

RGB color model

#C0D19B color RGB value is (192,209,155).

  • red value is 192;
  • green value is 209;
  • blue value is 155.
RGB:
(192,209,155)
(75%,82%,61%)

RGB channels and saturation

R 192 of 255 = 75%
G 209 of 255 = 82%
B 155 of 255 = 61%

192
209
155

R + G + B ~ 73%. #C0D19B is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 209 + 155 = 556 (100%)
R 192 of 556 ~ 34.53%
G 209 of 556 ~ 37.59%
B 155 of 556 ~ 27.88%

%34.53
%37.59
%27.88

CMYK color model

#C0D19B color CMYK value is (8,0,26,18).

  • cyan value is 8.13%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 18.04%
CMYK:
(8,0,26,18)
C8M0Y26K18 
(8%,0%,26%,18%)
(0.08/0.00/0.26/0.18)	

CMYK percentages

%8.13
%0
%25.84
%18.04

Codes

Color #C0D19B in popluar color models

C0D19B
RGB192209155
HSL79°36.99%71.37%
HSB/HSV79°25.84%81.96%
CMYK8.13%0.00%25.84%
18.04%

Color #C0D19B in popluar number systems.

HEXC0D19B
Decimal192209155
Binary110000001101000110011011
Octal300321233

Shades and tints

Shades of #C0D19B

#C0D19B
(192,209,155)
#AFBE8D
(175,190,141)
#9EAB7F
(158,171,127)
#8D9871
(141,152,113)
#7C8563
(124,133,99)
#6B7255
(107,114,85)
#5A5F47
(90,95,71)
#494C39
(73,76,57)
#38392B
(56,57,43)
#27261D
(39,38,29)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #C0D19B

#C0D19B
(192,209,155)
#C5D5A4
(197,213,164)
#CAD9AD
(202,217,173)
#CFDDB6
(207,221,182)
#D4E1BF
(212,225,191)
#D9E5C8
(217,229,200)
#DEE9D1
(222,233,209)
#E3EDDA
(227,237,218)
#E8F1E3
(232,241,227)
#EDF5EC
(237,245,236)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D19B color. Also use rgb(192,209,155) instead hex code.

Text Font Color

.myTextColor { color: #C0D19B; }

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

This text font color is #C0D19B.


Background Color

.myBgColor { background-color: #C0D19B; }

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

This div background color is #C0D19B.


Border color

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

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

This div border color is #C0D19B.


Opacity

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

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

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

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

This text has shadow with #C0D19B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D19B on black background.


Color preview on white background

This text has color #C0D19B on white background.



Black color preview on #C0D19B background

This text has black color on #C0D19B background.


White color preview on #C0D19B background

This text has white color on #C0D19B background.