COLOR #C0CBBD

HEX: #C0CBBD
RGB: (192,203,189)

Color info

#C0CBBD contains red, green and blue colors in about the same proportion. Web safe color of #C0CBBD is #CCCCCC (or #CCC).

RGB color model

#C0CBBD color RGB value is (192,203,189).

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

RGB channels and saturation

R 192 of 255 = 75%
G 203 of 255 = 80%
B 189 of 255 = 74%

192
203
189

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

Portions of RGB colors in percentages

R + G + B =
192 + 203 + 189 = 584 (100%)
R 192 of 584 ~ 32.88%
G 203 of 584 ~ 34.76%
B 189 of 584 ~ 32.36%

%32.88
%34.76
%32.36

CMYK color model

#C0CBBD color CMYK value is (5,0,7,20).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 20.39%
CMYK:
(5,0,7,20)
C5M0Y7K20 
(5%,0%,7%,20%)
(0.05/0.00/0.07/0.20)	

CMYK percentages

%5.42
%0
%6.9
%20.39

Codes

Color #C0CBBD in popluar color models

C0CBBD
RGB192203189
HSL107°11.86%76.86%
HSB/HSV107°6.90%79.61%
CMYK5.42%0.00%6.90%
20.39%

Color #C0CBBD in popluar number systems.

HEXC0CBBD
Decimal192203189
Binary110000001100101110111101
Octal300313275

Shades and tints

Shades of #C0CBBD

#C0CBBD
(192,203,189)
#AFB9AC
(175,185,172)
#9EA79B
(158,167,155)
#8D958A
(141,149,138)
#7C8379
(124,131,121)
#6B7168
(107,113,104)
#5A5F57
(90,95,87)
#494D46
(73,77,70)
#383B35
(56,59,53)
#272924
(39,41,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #C0CBBD

#C0CBBD
(192,203,189)
#C5CFC3
(197,207,195)
#CAD3C9
(202,211,201)
#CFD7CF
(207,215,207)
#D4DBD5
(212,219,213)
#D9DFDB
(217,223,219)
#DEE3E1
(222,227,225)
#E3E7E7
(227,231,231)
#E8EBED
(232,235,237)
#EDEFF3
(237,239,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CBBD; }

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

This text font color is #C0CBBD.


Background Color

.myBgColor { background-color: #C0CBBD; }

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

This div background color is #C0CBBD.


Border color

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

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

This div border color is #C0CBBD.


Opacity

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

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

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

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

This text has shadow with #C0CBBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CBBD on black background.


Color preview on white background

This text has color #C0CBBD on white background.



Black color preview on #C0CBBD background

This text has black color on #C0CBBD background.


White color preview on #C0CBBD background

This text has white color on #C0CBBD background.