COLOR #CB9FD0

HEX: #CB9FD0
RGB: (203,159,208)

Color info

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

RGB color model

#CB9FD0 color RGB value is (203,159,208).

  • red value is 203;
  • green value is 159;
  • blue value is 208.
RGB:
(203,159,208)
(80%,62%,82%)

RGB channels and saturation

R 203 of 255 = 80%
G 159 of 255 = 62%
B 208 of 255 = 82%

203
159
208

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

Portions of RGB colors in percentages

R + G + B =
203 + 159 + 208 = 570 (100%)
R 203 of 570 ~ 35.61%
G 159 of 570 ~ 27.89%
B 208 of 570 ~ 36.49%

%35.61
%27.89
%36.49

CMYK color model

#CB9FD0 color CMYK value is (2,24,0,18).

  • cyan value is 2.40%
  • magenta value is 23.56%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(2,24,0,18)
C2M24Y0K18 
(2%,24%,0%,18%)
(0.02/0.24/0.00/0.18)	

CMYK percentages

%2.4
%23.56
%0
%18.43

Codes

Color #CB9FD0 in popluar color models

CB9FD0
RGB203159208
HSL294°34.27%71.96%
HSB/HSV294°23.56%81.57%
CMYK2.40%23.56%0.00%
18.43%

Color #CB9FD0 in popluar number systems.

HEXCB9FD0
Decimal203159208
Binary110010111001111111010000
Octal313237320

Shades and tints

Shades of #CB9FD0

#CB9FD0
(203,159,208)
#B991BE
(185,145,190)
#A783AC
(167,131,172)
#95759A
(149,117,154)
#836788
(131,103,136)
#715976
(113,89,118)
#5F4B64
(95,75,100)
#4D3D52
(77,61,82)
#3B2F40
(59,47,64)
#29212E
(41,33,46)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #CB9FD0

#CB9FD0
(203,159,208)
#CFA7D4
(207,167,212)
#D3AFD8
(211,175,216)
#D7B7DC
(215,183,220)
#DBBFE0
(219,191,224)
#DFC7E4
(223,199,228)
#E3CFE8
(227,207,232)
#E7D7EC
(231,215,236)
#EBDFF0
(235,223,240)
#EFE7F4
(239,231,244)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB9FD0 color. Also use rgb(203,159,208) instead hex code.

Text Font Color

.myTextColor { color: #CB9FD0; }

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

This text font color is #CB9FD0.


Background Color

.myBgColor { background-color: #CB9FD0; }

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

This div background color is #CB9FD0.


Border color

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

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

This div border color is #CB9FD0.


Opacity

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

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

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

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

This text has shadow with #CB9FD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9FD0 on black background.


Color preview on white background

This text has color #CB9FD0 on white background.



Black color preview on #CB9FD0 background

This text has black color on #CB9FD0 background.


White color preview on #CB9FD0 background

This text has white color on #CB9FD0 background.