COLOR #CB9EB7

HEX: #CB9EB7
RGB: (203,158,183)

Color info

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

RGB color model

#CB9EB7 color RGB value is (203,158,183).

  • red value is 203;
  • green value is 158;
  • blue value is 183.
RGB:
(203,158,183)
(80%,62%,72%)

RGB channels and saturation

R 203 of 255 = 80%
G 158 of 255 = 62%
B 183 of 255 = 72%

203
158
183

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

Portions of RGB colors in percentages

R + G + B =
203 + 158 + 183 = 544 (100%)
R 203 of 544 ~ 37.32%
G 158 of 544 ~ 29.04%
B 183 of 544 ~ 33.64%

%37.32
%29.04
%33.64

CMYK color model

#CB9EB7 color CMYK value is (0,22,10,20).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 9.85%
  • key color value is 20.39%
CMYK:
(0,22,10,20)
C0M22Y10K20 
(0%,22%,10%,20%)
(0.00/0.22/0.10/0.20)	

CMYK percentages

%0
%22.17
%9.85
%20.39

Codes

Color #CB9EB7 in popluar color models

CB9EB7
RGB203158183
HSL327°30.20%70.78%
HSB/HSV327°22.17%79.61%
CMYK0.00%22.17%9.85%
20.39%

Color #CB9EB7 in popluar number systems.

HEXCB9EB7
Decimal203158183
Binary110010111001111010110111
Octal313236267

Shades and tints

Shades of #CB9EB7

#CB9EB7
(203,158,183)
#B990A7
(185,144,167)
#A78297
(167,130,151)
#957487
(149,116,135)
#836677
(131,102,119)
#715867
(113,88,103)
#5F4A57
(95,74,87)
#4D3C47
(77,60,71)
#3B2E37
(59,46,55)
#292027
(41,32,39)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #CB9EB7

#CB9EB7
(203,158,183)
#CFA6BD
(207,166,189)
#D3AEC3
(211,174,195)
#D7B6C9
(215,182,201)
#DBBECF
(219,190,207)
#DFC6D5
(223,198,213)
#E3CEDB
(227,206,219)
#E7D6E1
(231,214,225)
#EBDEE7
(235,222,231)
#EFE6ED
(239,230,237)
#F3EEF3
(243,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9EB7 color. Also use rgb(203,158,183) instead hex code.

Text Font Color

.myTextColor { color: #CB9EB7; }

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

This text font color is #CB9EB7.


Background Color

.myBgColor { background-color: #CB9EB7; }

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

This div background color is #CB9EB7.


Border color

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

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

This div border color is #CB9EB7.


Opacity

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

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

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

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

This text has shadow with #CB9EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9EB7 on black background.


Color preview on white background

This text has color #CB9EB7 on white background.



Black color preview on #CB9EB7 background

This text has black color on #CB9EB7 background.


White color preview on #CB9EB7 background

This text has white color on #CB9EB7 background.