COLOR #CB9DB0

HEX: #CB9DB0
RGB: (203,157,176)

Color info

#CB9DB0 contains red, green and blue colors in about the same proportion. Web safe color of #CB9DB0 is #CC9999 (or #C99).

RGB color model

#CB9DB0 color RGB value is (203,157,176).

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

RGB channels and saturation

R 203 of 255 = 80%
G 157 of 255 = 62%
B 176 of 255 = 69%

203
157
176

R + G + B ~ 70%. #CB9DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 157 + 176 = 536 (100%)
R 203 of 536 ~ 37.87%
G 157 of 536 ~ 29.29%
B 176 of 536 ~ 32.84%

%37.87
%29.29
%32.84

CMYK color model

#CB9DB0 color CMYK value is (0,23,13,20).

  • cyan value is 0.00%
  • magenta value is 22.66%
  • yellow value is 13.30%
  • key color value is 20.39%
CMYK:
(0,23,13,20)
C0M23Y13K20 
(0%,23%,13%,20%)
(0.00/0.23/0.13/0.20)	

CMYK percentages

%0
%22.66
%13.3
%20.39

Codes

Color #CB9DB0 in popluar color models

CB9DB0
RGB203157176
HSL335°30.67%70.59%
HSB/HSV335°22.66%79.61%
CMYK0.00%22.66%13.30%
20.39%

Color #CB9DB0 in popluar number systems.

HEXCB9DB0
Decimal203157176
Binary110010111001110110110000
Octal313235260

Shades and tints

Shades of #CB9DB0

#CB9DB0
(203,157,176)
#B98FA0
(185,143,160)
#A78190
(167,129,144)
#957380
(149,115,128)
#836570
(131,101,112)
#715760
(113,87,96)
#5F4950
(95,73,80)
#4D3B40
(77,59,64)
#3B2D30
(59,45,48)
#291F20
(41,31,32)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #CB9DB0

#CB9DB0
(203,157,176)
#CFA5B7
(207,165,183)
#D3ADBE
(211,173,190)
#D7B5C5
(215,181,197)
#DBBDCC
(219,189,204)
#DFC5D3
(223,197,211)
#E3CDDA
(227,205,218)
#E7D5E1
(231,213,225)
#EBDDE8
(235,221,232)
#EFE5EF
(239,229,239)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9DB0; }

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

This text font color is #CB9DB0.


Background Color

.myBgColor { background-color: #CB9DB0; }

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

This div background color is #CB9DB0.


Border color

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

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

This div border color is #CB9DB0.


Opacity

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

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

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

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

This text has shadow with #CB9DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9DB0 on black background.


Color preview on white background

This text has color #CB9DB0 on white background.



Black color preview on #CB9DB0 background

This text has black color on #CB9DB0 background.


White color preview on #CB9DB0 background

This text has white color on #CB9DB0 background.