COLOR #C0D9B1

HEX: #C0D9B1
RGB: (192,217,177)

Color info

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

RGB color model

#C0D9B1 color RGB value is (192,217,177).

  • red value is 192;
  • green value is 217;
  • blue value is 177.
RGB:
(192,217,177)
(75%,85%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 217 of 255 = 85%
B 177 of 255 = 69%

192
217
177

R + G + B ~ 76%. #C0D9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 217 + 177 = 586 (100%)
R 192 of 586 ~ 32.76%
G 217 of 586 ~ 37.03%
B 177 of 586 ~ 30.2%

%32.76
%37.03
%30.2

CMYK color model

#C0D9B1 color CMYK value is (12,0,18,15).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 18.43%
  • key color value is 14.90%
CMYK:
(12,0,18,15)
C12M0Y18K15 
(12%,0%,18%,15%)
(0.12/0.00/0.18/0.15)	

CMYK percentages

%11.52
%0
%18.43
%14.9

Codes

Color #C0D9B1 in popluar color models

C0D9B1
RGB192217177
HSL98°34.48%77.25%
HSB/HSV98°18.43%85.10%
CMYK11.52%0.00%18.43%
14.90%

Color #C0D9B1 in popluar number systems.

HEXC0D9B1
Decimal192217177
Binary110000001101100110110001
Octal300331261

Shades and tints

Shades of #C0D9B1

#C0D9B1
(192,217,177)
#AFC6A1
(175,198,161)
#9EB391
(158,179,145)
#8DA081
(141,160,129)
#7C8D71
(124,141,113)
#6B7A61
(107,122,97)
#5A6751
(90,103,81)
#495441
(73,84,65)
#384131
(56,65,49)
#272E21
(39,46,33)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #C0D9B1

#C0D9B1
(192,217,177)
#C5DCB8
(197,220,184)
#CADFBF
(202,223,191)
#CFE2C6
(207,226,198)
#D4E5CD
(212,229,205)
#D9E8D4
(217,232,212)
#DEEBDB
(222,235,219)
#E3EEE2
(227,238,226)
#E8F1E9
(232,241,233)
#EDF4F0
(237,244,240)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D9B1 color. Also use rgb(192,217,177) instead hex code.

Text Font Color

.myTextColor { color: #C0D9B1; }

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

This text font color is #C0D9B1.


Background Color

.myBgColor { background-color: #C0D9B1; }

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

This div background color is #C0D9B1.


Border color

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

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

This div border color is #C0D9B1.


Opacity

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

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

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

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

This text has shadow with #C0D9B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D9B1 on black background.


Color preview on white background

This text has color #C0D9B1 on white background.



Black color preview on #C0D9B1 background

This text has black color on #C0D9B1 background.


White color preview on #C0D9B1 background

This text has white color on #C0D9B1 background.