COLOR #C0CBB2

HEX: #C0CBB2
RGB: (192,203,178)

Color info

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

RGB color model

#C0CBB2 color RGB value is (192,203,178).

  • red value is 192;
  • green value is 203;
  • blue value is 178.
RGB:
(192,203,178)
(75%,80%,70%)

RGB channels and saturation

R 192 of 255 = 75%
G 203 of 255 = 80%
B 178 of 255 = 70%

192
203
178

R + G + B ~ 75%. #C0CBB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 203 + 178 = 573 (100%)
R 192 of 573 ~ 33.51%
G 203 of 573 ~ 35.43%
B 178 of 573 ~ 31.06%

%33.51
%35.43
%31.06

CMYK color model

#C0CBB2 color CMYK value is (5,0,12,20).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 12.32%
  • key color value is 20.39%
CMYK:
(5,0,12,20)
C5M0Y12K20 
(5%,0%,12%,20%)
(0.05/0.00/0.12/0.20)	

CMYK percentages

%5.42
%0
%12.32
%20.39

Codes

Color #C0CBB2 in popluar color models

C0CBB2
RGB192203178
HSL86°19.38%74.71%
HSB/HSV86°12.32%79.61%
CMYK5.42%0.00%12.32%
20.39%

Color #C0CBB2 in popluar number systems.

HEXC0CBB2
Decimal192203178
Binary110000001100101110110010
Octal300313262

Shades and tints

Shades of #C0CBB2

#C0CBB2
(192,203,178)
#AFB9A2
(175,185,162)
#9EA792
(158,167,146)
#8D9582
(141,149,130)
#7C8372
(124,131,114)
#6B7162
(107,113,98)
#5A5F52
(90,95,82)
#494D42
(73,77,66)
#383B32
(56,59,50)
#272922
(39,41,34)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #C0CBB2

#C0CBB2
(192,203,178)
#C5CFB9
(197,207,185)
#CAD3C0
(202,211,192)
#CFD7C7
(207,215,199)
#D4DBCE
(212,219,206)
#D9DFD5
(217,223,213)
#DEE3DC
(222,227,220)
#E3E7E3
(227,231,227)
#E8EBEA
(232,235,234)
#EDEFF1
(237,239,241)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CBB2 color. Also use rgb(192,203,178) instead hex code.

Text Font Color

.myTextColor { color: #C0CBB2; }

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

This text font color is #C0CBB2.


Background Color

.myBgColor { background-color: #C0CBB2; }

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

This div background color is #C0CBB2.


Border color

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

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

This div border color is #C0CBB2.


Opacity

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

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

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

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

This text has shadow with #C0CBB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CBB2 on black background.


Color preview on white background

This text has color #C0CBB2 on white background.



Black color preview on #C0CBB2 background

This text has black color on #C0CBB2 background.


White color preview on #C0CBB2 background

This text has white color on #C0CBB2 background.