COLOR #C0B0DE

HEX: #C0B0DE
RGB: (192,176,222)

Color info

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

RGB color model

#C0B0DE color RGB value is (192,176,222).

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

RGB channels and saturation

R 192 of 255 = 75%
G 176 of 255 = 69%
B 222 of 255 = 87%

192
176
222

R + G + B ~ 77%. #C0B0DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 176 + 222 = 590 (100%)
R 192 of 590 ~ 32.54%
G 176 of 590 ~ 29.83%
B 222 of 590 ~ 37.63%

%32.54
%29.83
%37.63

CMYK color model

#C0B0DE color CMYK value is (14,21,0,13).

  • cyan value is 13.51%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(14,21,0,13)
C14M21Y0K13 
(14%,21%,0%,13%)
(0.14/0.21/0.00/0.13)	

CMYK percentages

%13.51
%20.72
%0
%12.94

Codes

Color #C0B0DE in popluar color models

C0B0DE
RGB192176222
HSL261°41.07%78.04%
HSB/HSV261°20.72%87.06%
CMYK13.51%20.72%0.00%
12.94%

Color #C0B0DE in popluar number systems.

HEXC0B0DE
Decimal192176222
Binary110000001011000011011110
Octal300260336

Shades and tints

Shades of #C0B0DE

#C0B0DE
(192,176,222)
#AFA0CA
(175,160,202)
#9E90B6
(158,144,182)
#8D80A2
(141,128,162)
#7C708E
(124,112,142)
#6B607A
(107,96,122)
#5A5066
(90,80,102)
#494052
(73,64,82)
#38303E
(56,48,62)
#27202A
(39,32,42)
#161016
(22,16,22)
#000000
(0,0,0)

Tints of #C0B0DE

#C0B0DE
(192,176,222)
#C5B7E1
(197,183,225)
#CABEE4
(202,190,228)
#CFC5E7
(207,197,231)
#D4CCEA
(212,204,234)
#D9D3ED
(217,211,237)
#DEDAF0
(222,218,240)
#E3E1F3
(227,225,243)
#E8E8F6
(232,232,246)
#EDEFF9
(237,239,249)
#F2F6FC
(242,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B0DE; }

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

This text font color is #C0B0DE.


Background Color

.myBgColor { background-color: #C0B0DE; }

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

This div background color is #C0B0DE.


Border color

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

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

This div border color is #C0B0DE.


Opacity

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

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

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

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

This text has shadow with #C0B0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B0DE on black background.


Color preview on white background

This text has color #C0B0DE on white background.



Black color preview on #C0B0DE background

This text has black color on #C0B0DE background.


White color preview on #C0B0DE background

This text has white color on #C0B0DE background.