COLOR #CB9BD2

HEX: #CB9BD2
RGB: (203,155,210)

Color info

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

RGB color model

#CB9BD2 color RGB value is (203,155,210).

  • red value is 203;
  • green value is 155;
  • blue value is 210.
RGB:
(203,155,210)
(80%,61%,82%)

RGB channels and saturation

R 203 of 255 = 80%
G 155 of 255 = 61%
B 210 of 255 = 82%

203
155
210

R + G + B ~ 74%. #CB9BD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 155 + 210 = 568 (100%)
R 203 of 568 ~ 35.74%
G 155 of 568 ~ 27.29%
B 210 of 568 ~ 36.97%

%35.74
%27.29
%36.97

CMYK color model

#CB9BD2 color CMYK value is (3,26,0,18).

  • cyan value is 3.33%
  • magenta value is 26.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(3,26,0,18)
C3M26Y0K18 
(3%,26%,0%,18%)
(0.03/0.26/0.00/0.18)	

CMYK percentages

%3.33
%26.19
%0
%17.65

Codes

Color #CB9BD2 in popluar color models

CB9BD2
RGB203155210
HSL292°37.93%71.57%
HSB/HSV292°26.19%82.35%
CMYK3.33%26.19%0.00%
17.65%

Color #CB9BD2 in popluar number systems.

HEXCB9BD2
Decimal203155210
Binary110010111001101111010010
Octal313233322

Shades and tints

Shades of #CB9BD2

#CB9BD2
(203,155,210)
#B98DBF
(185,141,191)
#A77FAC
(167,127,172)
#957199
(149,113,153)
#836386
(131,99,134)
#715573
(113,85,115)
#5F4760
(95,71,96)
#4D394D
(77,57,77)
#3B2B3A
(59,43,58)
#291D27
(41,29,39)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #CB9BD2

#CB9BD2
(203,155,210)
#CFA4D6
(207,164,214)
#D3ADDA
(211,173,218)
#D7B6DE
(215,182,222)
#DBBFE2
(219,191,226)
#DFC8E6
(223,200,230)
#E3D1EA
(227,209,234)
#E7DAEE
(231,218,238)
#EBE3F2
(235,227,242)
#EFECF6
(239,236,246)
#F3F5FA
(243,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9BD2 color. Also use rgb(203,155,210) instead hex code.

Text Font Color

.myTextColor { color: #CB9BD2; }

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

This text font color is #CB9BD2.


Background Color

.myBgColor { background-color: #CB9BD2; }

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

This div background color is #CB9BD2.


Border color

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

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

This div border color is #CB9BD2.


Opacity

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

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

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

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

This text has shadow with #CB9BD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9BD2 on black background.


Color preview on white background

This text has color #CB9BD2 on white background.



Black color preview on #CB9BD2 background

This text has black color on #CB9BD2 background.


White color preview on #CB9BD2 background

This text has white color on #CB9BD2 background.