COLOR #D896EB

HEX: #D896EB
RGB: (216,150,235)

Color info

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

RGB color model

#D896EB color RGB value is (216,150,235).

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

RGB channels and saturation

R 216 of 255 = 85%
G 150 of 255 = 59%
B 235 of 255 = 92%

216
150
235

R + G + B ~ 79%. #D896EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 150 + 235 = 601 (100%)
R 216 of 601 ~ 35.94%
G 150 of 601 ~ 24.96%
B 235 of 601 ~ 39.1%

%35.94
%24.96
%39.1

CMYK color model

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

  • cyan value is 8.09%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,36,0,8)
C8M36Y0K8 
(8%,36%,0%,8%)
(0.08/0.36/0.00/0.08)	

CMYK percentages

%8.09
%36.17
%0
%7.84

Codes

Color #D896EB in popluar color models

D896EB
RGB216150235
HSL287°68.00%75.49%
HSB/HSV287°36.17%92.16%
CMYK8.09%36.17%0.00%
7.84%

Color #D896EB in popluar number systems.

HEXD896EB
Decimal216150235
Binary110110001001011011101011
Octal330226353

Shades and tints

Shades of #D896EB

#D896EB
(216,150,235)
#C589D6
(197,137,214)
#B27CC1
(178,124,193)
#9F6FAC
(159,111,172)
#8C6297
(140,98,151)
#795582
(121,85,130)
#66486D
(102,72,109)
#533B58
(83,59,88)
#402E43
(64,46,67)
#2D212E
(45,33,46)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #D896EB

#D896EB
(216,150,235)
#DB9FEC
(219,159,236)
#DEA8ED
(222,168,237)
#E1B1EE
(225,177,238)
#E4BAEF
(228,186,239)
#E7C3F0
(231,195,240)
#EACCF1
(234,204,241)
#EDD5F2
(237,213,242)
#F0DEF3
(240,222,243)
#F3E7F4
(243,231,244)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D896EB; }

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

This text font color is #D896EB.


Background Color

.myBgColor { background-color: #D896EB; }

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

This div background color is #D896EB.


Border color

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

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

This div border color is #D896EB.


Opacity

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

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

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

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

This text has shadow with #D896EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D896EB on black background.


Color preview on white background

This text has color #D896EB on white background.



Black color preview on #D896EB background

This text has black color on #D896EB background.


White color preview on #D896EB background

This text has white color on #D896EB background.