COLOR #CB9DB5

HEX: #CB9DB5
RGB: (203,157,181)

Color info

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

RGB color model

#CB9DB5 color RGB value is (203,157,181).

  • red value is 203;
  • green value is 157;
  • blue value is 181.
RGB:
(203,157,181)
(80%,62%,71%)

RGB channels and saturation

R 203 of 255 = 80%
G 157 of 255 = 62%
B 181 of 255 = 71%

203
157
181

R + G + B ~ 71%. #CB9DB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 157 + 181 = 541 (100%)
R 203 of 541 ~ 37.52%
G 157 of 541 ~ 29.02%
B 181 of 541 ~ 33.46%

%37.52
%29.02
%33.46

CMYK color model

#CB9DB5 color CMYK value is (0,23,11,20).

  • cyan value is 0.00%
  • magenta value is 22.66%
  • yellow value is 10.84%
  • key color value is 20.39%
CMYK:
(0,23,11,20)
C0M23Y11K20 
(0%,23%,11%,20%)
(0.00/0.23/0.11/0.20)	

CMYK percentages

%0
%22.66
%10.84
%20.39

Codes

Color #CB9DB5 in popluar color models

CB9DB5
RGB203157181
HSL329°30.67%70.59%
HSB/HSV329°22.66%79.61%
CMYK0.00%22.66%10.84%
20.39%

Color #CB9DB5 in popluar number systems.

HEXCB9DB5
Decimal203157181
Binary110010111001110110110101
Octal313235265

Shades and tints

Shades of #CB9DB5

#CB9DB5
(203,157,181)
#B98FA5
(185,143,165)
#A78195
(167,129,149)
#957385
(149,115,133)
#836575
(131,101,117)
#715765
(113,87,101)
#5F4955
(95,73,85)
#4D3B45
(77,59,69)
#3B2D35
(59,45,53)
#291F25
(41,31,37)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #CB9DB5

#CB9DB5
(203,157,181)
#CFA5BB
(207,165,187)
#D3ADC1
(211,173,193)
#D7B5C7
(215,181,199)
#DBBDCD
(219,189,205)
#DFC5D3
(223,197,211)
#E3CDD9
(227,205,217)
#E7D5DF
(231,213,223)
#EBDDE5
(235,221,229)
#EFE5EB
(239,229,235)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9DB5 color. Also use rgb(203,157,181) instead hex code.

Text Font Color

.myTextColor { color: #CB9DB5; }

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

This text font color is #CB9DB5.


Background Color

.myBgColor { background-color: #CB9DB5; }

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

This div background color is #CB9DB5.


Border color

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

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

This div border color is #CB9DB5.


Opacity

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

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

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

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

This text has shadow with #CB9DB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9DB5 on black background.


Color preview on white background

This text has color #CB9DB5 on white background.



Black color preview on #CB9DB5 background

This text has black color on #CB9DB5 background.


White color preview on #CB9DB5 background

This text has white color on #CB9DB5 background.