COLOR #C0B5D7

HEX: #C0B5D7
RGB: (192,181,215)

Color info

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

RGB color model

#C0B5D7 color RGB value is (192,181,215).

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

RGB channels and saturation

R 192 of 255 = 75%
G 181 of 255 = 71%
B 215 of 255 = 84%

192
181
215

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

Portions of RGB colors in percentages

R + G + B =
192 + 181 + 215 = 588 (100%)
R 192 of 588 ~ 32.65%
G 181 of 588 ~ 30.78%
B 215 of 588 ~ 36.56%

%32.65
%30.78
%36.56

CMYK color model

#C0B5D7 color CMYK value is (11,16,0,16).

  • cyan value is 10.70%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,16,0,16)
C11M16Y0K16 
(11%,16%,0%,16%)
(0.11/0.16/0.00/0.16)	

CMYK percentages

%10.7
%15.81
%0
%15.69

Codes

Color #C0B5D7 in popluar color models

C0B5D7
RGB192181215
HSL259°29.82%77.65%
HSB/HSV259°15.81%84.31%
CMYK10.70%15.81%0.00%
15.69%

Color #C0B5D7 in popluar number systems.

HEXC0B5D7
Decimal192181215
Binary110000001011010111010111
Octal300265327

Shades and tints

Shades of #C0B5D7

#C0B5D7
(192,181,215)
#AFA5C4
(175,165,196)
#9E95B1
(158,149,177)
#8D859E
(141,133,158)
#7C758B
(124,117,139)
#6B6578
(107,101,120)
#5A5565
(90,85,101)
#494552
(73,69,82)
#38353F
(56,53,63)
#27252C
(39,37,44)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #C0B5D7

#C0B5D7
(192,181,215)
#C5BBDA
(197,187,218)
#CAC1DD
(202,193,221)
#CFC7E0
(207,199,224)
#D4CDE3
(212,205,227)
#D9D3E6
(217,211,230)
#DED9E9
(222,217,233)
#E3DFEC
(227,223,236)
#E8E5EF
(232,229,239)
#EDEBF2
(237,235,242)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B5D7; }

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

This text font color is #C0B5D7.


Background Color

.myBgColor { background-color: #C0B5D7; }

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

This div background color is #C0B5D7.


Border color

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

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

This div border color is #C0B5D7.


Opacity

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

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

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

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

This text has shadow with #C0B5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0B5D7 on black background.


Color preview on white background

This text has color #C0B5D7 on white background.



Black color preview on #C0B5D7 background

This text has black color on #C0B5D7 background.


White color preview on #C0B5D7 background

This text has white color on #C0B5D7 background.