COLOR #C0D6B0

HEX: #C0D6B0
RGB: (192,214,176)

Color info

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

RGB color model

#C0D6B0 color RGB value is (192,214,176).

  • red value is 192;
  • green value is 214;
  • blue value is 176.
RGB:
(192,214,176)
(75%,84%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 214 of 255 = 84%
B 176 of 255 = 69%

192
214
176

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

Portions of RGB colors in percentages

R + G + B =
192 + 214 + 176 = 582 (100%)
R 192 of 582 ~ 32.99%
G 214 of 582 ~ 36.77%
B 176 of 582 ~ 30.24%

%32.99
%36.77
%30.24

CMYK color model

#C0D6B0 color CMYK value is (10,0,18,16).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 16.08%
CMYK:
(10,0,18,16)
C10M0Y18K16 
(10%,0%,18%,16%)
(0.10/0.00/0.18/0.16)	

CMYK percentages

%10.28
%0
%17.76
%16.08

Codes

Color #C0D6B0 in popluar color models

C0D6B0
RGB192214176
HSL95°31.67%76.47%
HSB/HSV95°17.76%83.92%
CMYK10.28%0.00%17.76%
16.08%

Color #C0D6B0 in popluar number systems.

HEXC0D6B0
Decimal192214176
Binary110000001101011010110000
Octal300326260

Shades and tints

Shades of #C0D6B0

#C0D6B0
(192,214,176)
#AFC3A0
(175,195,160)
#9EB090
(158,176,144)
#8D9D80
(141,157,128)
#7C8A70
(124,138,112)
#6B7760
(107,119,96)
#5A6450
(90,100,80)
#495140
(73,81,64)
#383E30
(56,62,48)
#272B20
(39,43,32)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #C0D6B0

#C0D6B0
(192,214,176)
#C5D9B7
(197,217,183)
#CADCBE
(202,220,190)
#CFDFC5
(207,223,197)
#D4E2CC
(212,226,204)
#D9E5D3
(217,229,211)
#DEE8DA
(222,232,218)
#E3EBE1
(227,235,225)
#E8EEE8
(232,238,232)
#EDF1EF
(237,241,239)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D6B0 color. Also use rgb(192,214,176) instead hex code.

Text Font Color

.myTextColor { color: #C0D6B0; }

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

This text font color is #C0D6B0.


Background Color

.myBgColor { background-color: #C0D6B0; }

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

This div background color is #C0D6B0.


Border color

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

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

This div border color is #C0D6B0.


Opacity

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

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

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

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

This text has shadow with #C0D6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D6B0 on black background.


Color preview on white background

This text has color #C0D6B0 on white background.



Black color preview on #C0D6B0 background

This text has black color on #C0D6B0 background.


White color preview on #C0D6B0 background

This text has white color on #C0D6B0 background.