COLOR #C0B3DA

HEX: #C0B3DA
RGB: (192,179,218)

Color info

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

RGB color model

#C0B3DA color RGB value is (192,179,218).

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

RGB channels and saturation

R 192 of 255 = 75%
G 179 of 255 = 70%
B 218 of 255 = 85%

192
179
218

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

Portions of RGB colors in percentages

R + G + B =
192 + 179 + 218 = 589 (100%)
R 192 of 589 ~ 32.6%
G 179 of 589 ~ 30.39%
B 218 of 589 ~ 37.01%

%32.6
%30.39
%37.01

CMYK color model

#C0B3DA color CMYK value is (12,18,0,15).

  • cyan value is 11.93%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(12,18,0,15)
C12M18Y0K15 
(12%,18%,0%,15%)
(0.12/0.18/0.00/0.15)	

CMYK percentages

%11.93
%17.89
%0
%14.51

Codes

Color #C0B3DA in popluar color models

C0B3DA
RGB192179218
HSL260°34.51%77.84%
HSB/HSV260°17.89%85.49%
CMYK11.93%17.89%0.00%
14.51%

Color #C0B3DA in popluar number systems.

HEXC0B3DA
Decimal192179218
Binary110000001011001111011010
Octal300263332

Shades and tints

Shades of #C0B3DA

#C0B3DA
(192,179,218)
#AFA3C7
(175,163,199)
#9E93B4
(158,147,180)
#8D83A1
(141,131,161)
#7C738E
(124,115,142)
#6B637B
(107,99,123)
#5A5368
(90,83,104)
#494355
(73,67,85)
#383342
(56,51,66)
#27232F
(39,35,47)
#16131C
(22,19,28)
#000000
(0,0,0)

Tints of #C0B3DA

#C0B3DA
(192,179,218)
#C5B9DD
(197,185,221)
#CABFE0
(202,191,224)
#CFC5E3
(207,197,227)
#D4CBE6
(212,203,230)
#D9D1E9
(217,209,233)
#DED7EC
(222,215,236)
#E3DDEF
(227,221,239)
#E8E3F2
(232,227,242)
#EDE9F5
(237,233,245)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B3DA; }

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

This text font color is #C0B3DA.


Background Color

.myBgColor { background-color: #C0B3DA; }

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

This div background color is #C0B3DA.


Border color

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

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

This div border color is #C0B3DA.


Opacity

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

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

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

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

This text has shadow with #C0B3DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B3DA on black background.


Color preview on white background

This text has color #C0B3DA on white background.



Black color preview on #C0B3DA background

This text has black color on #C0B3DA background.


White color preview on #C0B3DA background

This text has white color on #C0B3DA background.