COLOR #C0B5D4

HEX: #C0B5D4
RGB: (192,181,212)

Color info

#C0B5D4 contains red, green and blue colors in about the same proportion. Web safe color of #C0B5D4 is #CCCCCC (or #CCC).

RGB color model

#C0B5D4 color RGB value is (192,181,212).

  • red value is 192;
  • green value is 181;
  • blue value is 212.
RGB:
(192,181,212)
(75%,71%,83%)

RGB channels and saturation

R 192 of 255 = 75%
G 181 of 255 = 71%
B 212 of 255 = 83%

192
181
212

R + G + B ~ 76%. #C0B5D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 181 + 212 = 585 (100%)
R 192 of 585 ~ 32.82%
G 181 of 585 ~ 30.94%
B 212 of 585 ~ 36.24%

%32.82
%30.94
%36.24

CMYK color model

#C0B5D4 color CMYK value is (9,15,0,17).

  • cyan value is 9.43%
  • magenta value is 14.62%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(9,15,0,17)
C9M15Y0K17 
(9%,15%,0%,17%)
(0.09/0.15/0.00/0.17)	

CMYK percentages

%9.43
%14.62
%0
%16.86

Codes

Color #C0B5D4 in popluar color models

C0B5D4
RGB192181212
HSL261°26.50%77.06%
HSB/HSV261°14.62%83.14%
CMYK9.43%14.62%0.00%
16.86%

Color #C0B5D4 in popluar number systems.

HEXC0B5D4
Decimal192181212
Binary110000001011010111010100
Octal300265324

Shades and tints

Shades of #C0B5D4

#C0B5D4
(192,181,212)
#AFA5C1
(175,165,193)
#9E95AE
(158,149,174)
#8D859B
(141,133,155)
#7C7588
(124,117,136)
#6B6575
(107,101,117)
#5A5562
(90,85,98)
#49454F
(73,69,79)
#38353C
(56,53,60)
#272529
(39,37,41)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C0B5D4

#C0B5D4
(192,181,212)
#C5BBD7
(197,187,215)
#CAC1DA
(202,193,218)
#CFC7DD
(207,199,221)
#D4CDE0
(212,205,224)
#D9D3E3
(217,211,227)
#DED9E6
(222,217,230)
#E3DFE9
(227,223,233)
#E8E5EC
(232,229,236)
#EDEBEF
(237,235,239)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B5D4 color. Also use rgb(192,181,212) instead hex code.

Text Font Color

.myTextColor { color: #C0B5D4; }

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

This text font color is #C0B5D4.


Background Color

.myBgColor { background-color: #C0B5D4; }

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

This div background color is #C0B5D4.


Border color

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

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

This div border color is #C0B5D4.


Opacity

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

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

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

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

This text has shadow with #C0B5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B5D4 on black background.


Color preview on white background

This text has color #C0B5D4 on white background.



Black color preview on #C0B5D4 background

This text has black color on #C0B5D4 background.


White color preview on #C0B5D4 background

This text has white color on #C0B5D4 background.