COLOR #C0B0DB

HEX: #C0B0DB RGB: (192,176,219)

Color info

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

RGB color model

#C0B0DB color RGB value is (192,176,219).

RGB: (192,176,219) (75%, 69%, 86%)

RGB channels and saturation

R 192 of 255 = 75%
G 176 of 255 = 69%
B 219 of 255 = 86%

192
176
219

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

Portions of RGB colors in percentages

R + G + B = 192 + 176 + 219 = 587 (100%)
R 192 of 587 ~ 32.71%
G 176 of 587 ~ 29.98%
B 219 of 587 ~ 37.31'%

%32.71
%29.98
%37.31

CMYK color model

#C0B0DB color CMYK value is (12,20,0,14).

  • cyan value is 12.33%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (12,20,0,14) C12M20Y0K14 (12%,20%,0%,14%) (0.12/0.20/0.00/0.14) 

CMYK percentages

%12.33
%19.63
%0
%14.12

Codes

Color #C0B0DB in popluar color models

C0 B0 DB
RGB 192 176 219
HSL 262° 37.39% 77.45%
HSB/HSV 262° 19.63% 85.88%
CMYK 12.33% 19.63% 0.00%
14.12%

Color #C0B0DB in popluar number systems.

HEX C0 B0 DB
Decimal 192 176 219
Binary 11000000 10110000 11011011
Octal 300 260 333

Shades and tints

Shades of #C0B0DB

#C0B0DB
(192,176,219)
#AFA0C8
(175,160,200)
#9E90B5
(158,144,181)
#8D80A2
(141,128,162)
#7C708F
(124,112,143)
#6B607C
(107,96,124)
#5A5069
(90,80,105)
#494056
(73,64,86)
#383043
(56,48,67)
#272030
(39,32,48)
#16101D
(22,16,29)
#000000
(0,0,0)

Tints of #C0B0DB

#C0B0DB
(192,176,219)
#C5B7DE
(197,183,222)
#CABEE1
(202,190,225)
#CFC5E4
(207,197,228)
#D4CCE7
(212,204,231)
#D9D3EA
(217,211,234)
#DEDAED
(222,218,237)
#E3E1F0
(227,225,240)
#E8E8F3
(232,232,243)
#EDEFF6
(237,239,246)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B0DB; }

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

This text font color is #C0B0DB.

Background Color

.myBgColor { background-color: #C0B0DB; }

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

This div background color is #C0B0DB.

Border color

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

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

This div border color is #C0B0DB.

Opacity

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

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

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

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

This text has shadow with #C0B0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B0DB.

Preview

Color preview on black background

This text has color #C0B0DB on black background.


Color preview on white background

This text has color #C0B0DB on white background.


Black color preview on #C0B0DB background

This text has black color on #C0B0DB background.


White color preview on #C0B0DB background

This text has white color on #C0B0DB background.


Related colors

Complementary color

Complementary color for #hex is #3F4F24.


I love getcolorcode.com

Triadic colors

1 #DBC0B0 and #B0DBC0 with #C0B0DB are triadic colors.

2 #DBB0C0 and #B0C0DB with #C0B0DB are triadic colors.