COLOR #CB96EB

HEX: #CB96EB
RGB: (203,150,235)

Color info

#CB96EB contains mainly red and blue colors. Web safe color of #CB96EB is #CC99FF (or #C9F).

RGB color model

#CB96EB color RGB value is (203,150,235).

  • red value is 203;
  • green value is 150;
  • blue value is 235.
RGB:
(203,150,235)
(80%,59%,92%)

RGB channels and saturation

R 203 of 255 = 80%
G 150 of 255 = 59%
B 235 of 255 = 92%

203
150
235

R + G + B ~ 77%. #CB96EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 150 + 235 = 588 (100%)
R 203 of 588 ~ 34.52%
G 150 of 588 ~ 25.51%
B 235 of 588 ~ 39.97%

%34.52
%25.51
%39.97

CMYK color model

#CB96EB color CMYK value is (14,36,0,8).

  • cyan value is 13.62%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(14,36,0,8)
C14M36Y0K8 
(14%,36%,0%,8%)
(0.14/0.36/0.00/0.08)	

CMYK percentages

%13.62
%36.17
%0
%7.84

Codes

Color #CB96EB in popluar color models

CB96EB
RGB203150235
HSL277°68.00%75.49%
HSB/HSV277°36.17%92.16%
CMYK13.62%36.17%0.00%
7.84%

Color #CB96EB in popluar number systems.

HEXCB96EB
Decimal203150235
Binary110010111001011011101011
Octal313226353

Shades and tints

Shades of #CB96EB

#CB96EB
(203,150,235)
#B989D6
(185,137,214)
#A77CC1
(167,124,193)
#956FAC
(149,111,172)
#836297
(131,98,151)
#715582
(113,85,130)
#5F486D
(95,72,109)
#4D3B58
(77,59,88)
#3B2E43
(59,46,67)
#29212E
(41,33,46)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #CB96EB

#CB96EB
(203,150,235)
#CF9FEC
(207,159,236)
#D3A8ED
(211,168,237)
#D7B1EE
(215,177,238)
#DBBAEF
(219,186,239)
#DFC3F0
(223,195,240)
#E3CCF1
(227,204,241)
#E7D5F2
(231,213,242)
#EBDEF3
(235,222,243)
#EFE7F4
(239,231,244)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB96EB; }

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

This text font color is #CB96EB.


Background Color

.myBgColor { background-color: #CB96EB; }

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

This div background color is #CB96EB.


Border color

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

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

This div border color is #CB96EB.


Opacity

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

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

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

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

This text has shadow with #CB96EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB96EB on black background.


Color preview on white background

This text has color #CB96EB on white background.



Black color preview on #CB96EB background

This text has black color on #CB96EB background.


White color preview on #CB96EB background

This text has white color on #CB96EB background.