COLOR #CB96D8

HEX: #CB96D8 RGB: (203,150,216)

Color info

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

RGB color model

#CB96D8 color RGB value is (203,150,216).

RGB: (203,150,216) (80%, 59%, 85%)

RGB channels and saturation

R 203 of 255 = 80%
G 150 of 255 = 59%
B 216 of 255 = 85%

203
150
216

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

Portions of RGB colors in percentages

R + G + B = 203 + 150 + 216 = 569 (100%)
R 203 of 569 ~ 35.68%
G 150 of 569 ~ 26.36%
B 216 of 569 ~ 37.96'%

%35.68
%26.36
%37.96

CMYK color model

#CB96D8 color CMYK value is (6,31,0,15).

  • cyan value is 6.02%
  • magenta value is 30.56%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (6,31,0,15)
C6M31Y0K15 (6%, 31%, 0%, 15%)
(0.06 / 0.31 / 0.00 / 0.15)

CMYK percentages

%6.02
%30.56
%0
%15.29

Codes

Color #CB96D8 in popluar color models

CB 96 D8
RGB 203 150 216
HSL 288° 45.83% 71.76%
HSB/HSV 288° 30.56% 84.71%
CMYK 6.02% 30.56% 0.00%
15.29%

Color #CB96D8 in popluar number systems.

HEX CB 96 D8
Decimal 203 150 216
Binary 11001011 10010110 11011000
Octal 313 226 330

Shades and tints

Shades of #CB96D8

#CB96D8
(203,150,216)
#B989C5
(185,137,197)
#A77CB2
(167,124,178)
#956F9F
(149,111,159)
#83628C
(131,98,140)
#715579
(113,85,121)
#5F4866
(95,72,102)
#4D3B53
(77,59,83)
#3B2E40
(59,46,64)
#29212D
(41,33,45)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #CB96D8

#CB96D8
(203,150,216)
#CF9FDB
(207,159,219)
#D3A8DE
(211,168,222)
#D7B1E1
(215,177,225)
#DBBAE4
(219,186,228)
#DFC3E7
(223,195,231)
#E3CCEA
(227,204,234)
#E7D5ED
(231,213,237)
#EBDEF0
(235,222,240)
#EFE7F3
(239,231,243)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB96D8 color. Also use rgb(203,150,216) instead hex code.

Text Font Color

.myTextColor { color: #CB96D8; }

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

This text font color is #CB96D8.

Background Color

.myBgColor { background-color: #CB96D8; }

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

This div background color is #CB96D8.

Border color

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

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

This div border color is #CB96D8.

Opacity

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

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

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

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

This text has shadow with #CB96D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CB96D8.

Preview

Color preview on black background

This text has color #CB96D8 on black background.


Color preview on white background

This text has color #CB96D8 on white background.


Black color preview on #CB96D8 background

This text has black color on #CB96D8 background.


White color preview on #CB96D8 background

This text has white color on #CB96D8 background.


Related colors

Complementary color

Complementary color for #hex is #346927.


I love getcolorcode.com

Triadic colors

1 #D8CB96 and #96D8CB with #CB96D8 are triadic colors.

2 #D896CB and #96CBD8 with #CB96D8 are triadic colors.