COLOR #CB9EDD

HEX: #CB9EDD RGB: (203,158,221)

Color info

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

RGB color model

#CB9EDD color RGB value is (203,158,221).

RGB: (203,158,221) (80%, 62%, 87%)

RGB channels and saturation

R 203 of 255 = 80%
G 158 of 255 = 62%
B 221 of 255 = 87%

203
158
221

R + G + B ~ 76%. #CB9EDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 158 + 221 = 582 (100%)
R 203 of 582 ~ 34.88%
G 158 of 582 ~ 27.15%
B 221 of 582 ~ 37.97'%

%34.88
%27.15
%37.97

CMYK color model

#CB9EDD color CMYK value is (8,29,0,13).

  • cyan value is 8.14%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (8,29,0,13)
C8M29Y0K13 (8%, 29%, 0%, 13%)
(0.08 / 0.29 / 0.00 / 0.13)

CMYK percentages

%8.14
%28.51
%0
%13.33

Codes

Color #CB9EDD in popluar color models

CB 9E DD
RGB 203 158 221
HSL 283° 48.09% 74.31%
HSB/HSV 283° 28.51% 86.67%
CMYK 8.14% 28.51% 0.00%
13.33%

Color #CB9EDD in popluar number systems.

HEX CB 9E DD
Decimal 203 158 221
Binary 11001011 10011110 11011101
Octal 313 236 335

Shades and tints

Shades of #CB9EDD

#CB9EDD
(203,158,221)
#B990C9
(185,144,201)
#A782B5
(167,130,181)
#9574A1
(149,116,161)
#83668D
(131,102,141)
#715879
(113,88,121)
#5F4A65
(95,74,101)
#4D3C51
(77,60,81)
#3B2E3D
(59,46,61)
#292029
(41,32,41)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #CB9EDD

#CB9EDD
(203,158,221)
#CFA6E0
(207,166,224)
#D3AEE3
(211,174,227)
#D7B6E6
(215,182,230)
#DBBEE9
(219,190,233)
#DFC6EC
(223,198,236)
#E3CEEF
(227,206,239)
#E7D6F2
(231,214,242)
#EBDEF5
(235,222,245)
#EFE6F8
(239,230,248)
#F3EEFB
(243,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB9EDD; }

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

This text font color is #CB9EDD.

Background Color

.myBgColor { background-color: #CB9EDD; }

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

This div background color is #CB9EDD.

Border color

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

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

This div border color is #CB9EDD.

Opacity

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

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

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

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

This text has shadow with #CB9EDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB9EDD.

Preview

Color preview on black background

This text has color #CB9EDD on black background.


Color preview on white background

This text has color #CB9EDD on white background.


Black color preview on #CB9EDD background

This text has black color on #CB9EDD background.


White color preview on #CB9EDD background

This text has white color on #CB9EDD background.


Related colors

Complementary color

Complementary color for #hex is #346122.


I love getcolorcode.com

Triadic colors

1 #DDCB9E and #9EDDCB with #CB9EDD are triadic colors.

2 #DD9ECB and #9ECBDD with #CB9EDD are triadic colors.