COLOR #CB9EC2

HEX: #CB9EC2
RGB: (203,158,194)

Color info

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

RGB color model

#CB9EC2 color RGB value is (203,158,194).

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

RGB channels and saturation

R 203 of 255 = 80%
G 158 of 255 = 62%
B 194 of 255 = 76%

203
158
194

R + G + B ~ 73%. #CB9EC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 158 + 194 = 555 (100%)
R 203 of 555 ~ 36.58%
G 158 of 555 ~ 28.47%
B 194 of 555 ~ 34.95%

%36.58
%28.47
%34.95

CMYK color model

#CB9EC2 color CMYK value is (0,22,4,20).

  • cyan value is 0.00%
  • magenta value is 22.17%
  • yellow value is 4.43%
  • key color value is 20.39%
CMYK:
(0,22,4,20)
C0M22Y4K20 
(0%,22%,4%,20%)
(0.00/0.22/0.04/0.20)	

CMYK percentages

%0
%22.17
%4.43
%20.39

Codes

Color #CB9EC2 in popluar color models

CB9EC2
RGB203158194
HSL312°30.20%70.78%
HSB/HSV312°22.17%79.61%
CMYK0.00%22.17%4.43%
20.39%

Color #CB9EC2 in popluar number systems.

HEXCB9EC2
Decimal203158194
Binary110010111001111011000010
Octal313236302

Shades and tints

Shades of #CB9EC2

#CB9EC2
(203,158,194)
#B990B1
(185,144,177)
#A782A0
(167,130,160)
#95748F
(149,116,143)
#83667E
(131,102,126)
#71586D
(113,88,109)
#5F4A5C
(95,74,92)
#4D3C4B
(77,60,75)
#3B2E3A
(59,46,58)
#292029
(41,32,41)
#171218
(23,18,24)
#000000
(0,0,0)

Tints of #CB9EC2

#CB9EC2
(203,158,194)
#CFA6C7
(207,166,199)
#D3AECC
(211,174,204)
#D7B6D1
(215,182,209)
#DBBED6
(219,190,214)
#DFC6DB
(223,198,219)
#E3CEE0
(227,206,224)
#E7D6E5
(231,214,229)
#EBDEEA
(235,222,234)
#EFE6EF
(239,230,239)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9EC2; }

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

This text font color is #CB9EC2.


Background Color

.myBgColor { background-color: #CB9EC2; }

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

This div background color is #CB9EC2.


Border color

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

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

This div border color is #CB9EC2.


Opacity

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

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

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

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

This text has shadow with #CB9EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB9EC2 on black background.


Color preview on white background

This text has color #CB9EC2 on white background.



Black color preview on #CB9EC2 background

This text has black color on #CB9EC2 background.


White color preview on #CB9EC2 background

This text has white color on #CB9EC2 background.