COLOR #CB9BD7

HEX: #CB9BD7
RGB: (203,155,215)

Color info

#CB9BD7 contains mainly red and blue colors. Web safe color of #CB9BD7 is #CC99CC (or #C9C).

RGB color model

#CB9BD7 color RGB value is (203,155,215).

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

RGB channels and saturation

R 203 of 255 = 80%
G 155 of 255 = 61%
B 215 of 255 = 84%

203
155
215

R + G + B ~ 75%. #CB9BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 155 + 215 = 573 (100%)
R 203 of 573 ~ 35.43%
G 155 of 573 ~ 27.05%
B 215 of 573 ~ 37.52%

%35.43
%27.05
%37.52

CMYK color model

#CB9BD7 color CMYK value is (6,28,0,16).

  • cyan value is 5.58%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(6,28,0,16)
C6M28Y0K16 
(6%,28%,0%,16%)
(0.06/0.28/0.00/0.16)	

CMYK percentages

%5.58
%27.91
%0
%15.69

Codes

Color #CB9BD7 in popluar color models

CB9BD7
RGB203155215
HSL288°42.86%72.55%
HSB/HSV288°27.91%84.31%
CMYK5.58%27.91%0.00%
15.69%

Color #CB9BD7 in popluar number systems.

HEXCB9BD7
Decimal203155215
Binary110010111001101111010111
Octal313233327

Shades and tints

Shades of #CB9BD7

#CB9BD7
(203,155,215)
#B98DC4
(185,141,196)
#A77FB1
(167,127,177)
#95719E
(149,113,158)
#83638B
(131,99,139)
#715578
(113,85,120)
#5F4765
(95,71,101)
#4D3952
(77,57,82)
#3B2B3F
(59,43,63)
#291D2C
(41,29,44)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #CB9BD7

#CB9BD7
(203,155,215)
#CFA4DA
(207,164,218)
#D3ADDD
(211,173,221)
#D7B6E0
(215,182,224)
#DBBFE3
(219,191,227)
#DFC8E6
(223,200,230)
#E3D1E9
(227,209,233)
#E7DAEC
(231,218,236)
#EBE3EF
(235,227,239)
#EFECF2
(239,236,242)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9BD7; }

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

This text font color is #CB9BD7.


Background Color

.myBgColor { background-color: #CB9BD7; }

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

This div background color is #CB9BD7.


Border color

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

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

This div border color is #CB9BD7.


Opacity

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

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

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

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

This text has shadow with #CB9BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9BD7 on black background.


Color preview on white background

This text has color #CB9BD7 on white background.



Black color preview on #CB9BD7 background

This text has black color on #CB9BD7 background.


White color preview on #CB9BD7 background

This text has white color on #CB9BD7 background.