COLOR #C0B3DB

HEX: #C0B3DB
RGB: (192,179,219)

Color info

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

RGB color model

#C0B3DB color RGB value is (192,179,219).

  • red value is 192;
  • green value is 179;
  • blue value is 219.
RGB:
(192,179,219)
(75%,70%,86%)

RGB channels and saturation

R 192 of 255 = 75%
G 179 of 255 = 70%
B 219 of 255 = 86%

192
179
219

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

Portions of RGB colors in percentages

R + G + B =
192 + 179 + 219 = 590 (100%)
R 192 of 590 ~ 32.54%
G 179 of 590 ~ 30.34%
B 219 of 590 ~ 37.12%

%32.54
%30.34
%37.12

CMYK color model

#C0B3DB color CMYK value is (12,18,0,14).

  • cyan value is 12.33%
  • magenta value is 18.26%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(12,18,0,14)
C12M18Y0K14 
(12%,18%,0%,14%)
(0.12/0.18/0.00/0.14)	

CMYK percentages

%12.33
%18.26
%0
%14.12

Codes

Color #C0B3DB in popluar color models

C0B3DB
RGB192179219
HSL260°35.71%78.04%
HSB/HSV260°18.26%85.88%
CMYK12.33%18.26%0.00%
14.12%

Color #C0B3DB in popluar number systems.

HEXC0B3DB
Decimal192179219
Binary110000001011001111011011
Octal300263333

Shades and tints

Shades of #C0B3DB

#C0B3DB
(192,179,219)
#AFA3C8
(175,163,200)
#9E93B5
(158,147,181)
#8D83A2
(141,131,162)
#7C738F
(124,115,143)
#6B637C
(107,99,124)
#5A5369
(90,83,105)
#494356
(73,67,86)
#383343
(56,51,67)
#272330
(39,35,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #C0B3DB

#C0B3DB
(192,179,219)
#C5B9DE
(197,185,222)
#CABFE1
(202,191,225)
#CFC5E4
(207,197,228)
#D4CBE7
(212,203,231)
#D9D1EA
(217,209,234)
#DED7ED
(222,215,237)
#E3DDF0
(227,221,240)
#E8E3F3
(232,227,243)
#EDE9F6
(237,233,246)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B3DB; }

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

This text font color is #C0B3DB.


Background Color

.myBgColor { background-color: #C0B3DB; }

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

This div background color is #C0B3DB.


Border color

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

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

This div border color is #C0B3DB.


Opacity

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

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

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

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

This text has shadow with #C0B3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B3DB on black background.


Color preview on white background

This text has color #C0B3DB on white background.



Black color preview on #C0B3DB background

This text has black color on #C0B3DB background.


White color preview on #C0B3DB background

This text has white color on #C0B3DB background.