COLOR #C0B0BD

HEX: #C0B0BD
RGB: (192,176,189)

Color info

#C0B0BD contains red, green and blue colors in about the same proportion. Web safe color of #C0B0BD is #CC99CC (or #C9C).

RGB color model

#C0B0BD color RGB value is (192,176,189).

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

RGB channels and saturation

R 192 of 255 = 75%
G 176 of 255 = 69%
B 189 of 255 = 74%

192
176
189

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

Portions of RGB colors in percentages

R + G + B =
192 + 176 + 189 = 557 (100%)
R 192 of 557 ~ 34.47%
G 176 of 557 ~ 31.6%
B 189 of 557 ~ 33.93%

%34.47
%31.6
%33.93

CMYK color model

#C0B0BD color CMYK value is (0,8,2,25).

  • cyan value is 0.00%
  • magenta value is 8.33%
  • yellow value is 1.56%
  • key color value is 24.71%
CMYK:
(0,8,2,25)
C0M8Y2K25 
(0%,8%,2%,25%)
(0.00/0.08/0.02/0.25)	

CMYK percentages

%0
%8.33
%1.56
%24.71

Codes

Color #C0B0BD in popluar color models

C0B0BD
RGB192176189
HSL311°11.27%72.16%
HSB/HSV311°8.33%75.29%
CMYK0.00%8.33%1.56%
24.71%

Color #C0B0BD in popluar number systems.

HEXC0B0BD
Decimal192176189
Binary110000001011000010111101
Octal300260275

Shades and tints

Shades of #C0B0BD

#C0B0BD
(192,176,189)
#AFA0AC
(175,160,172)
#9E909B
(158,144,155)
#8D808A
(141,128,138)
#7C7079
(124,112,121)
#6B6068
(107,96,104)
#5A5057
(90,80,87)
#494046
(73,64,70)
#383035
(56,48,53)
#272024
(39,32,36)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C0B0BD

#C0B0BD
(192,176,189)
#C5B7C3
(197,183,195)
#CABEC9
(202,190,201)
#CFC5CF
(207,197,207)
#D4CCD5
(212,204,213)
#D9D3DB
(217,211,219)
#DEDAE1
(222,218,225)
#E3E1E7
(227,225,231)
#E8E8ED
(232,232,237)
#EDEFF3
(237,239,243)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B0BD; }

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

This text font color is #C0B0BD.


Background Color

.myBgColor { background-color: #C0B0BD; }

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

This div background color is #C0B0BD.


Border color

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

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

This div border color is #C0B0BD.


Opacity

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

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

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

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

This text has shadow with #C0B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B0BD on black background.


Color preview on white background

This text has color #C0B0BD on white background.



Black color preview on #C0B0BD background

This text has black color on #C0B0BD background.


White color preview on #C0B0BD background

This text has white color on #C0B0BD background.