COLOR #D896CE

HEX: #D896CE
RGB: (216,150,206)

Color info

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

RGB color model

#D896CE color RGB value is (216,150,206).

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

RGB channels and saturation

R 216 of 255 = 85%
G 150 of 255 = 59%
B 206 of 255 = 81%

216
150
206

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

Portions of RGB colors in percentages

R + G + B =
216 + 150 + 206 = 572 (100%)
R 216 of 572 ~ 37.76%
G 150 of 572 ~ 26.22%
B 206 of 572 ~ 36.01%

%37.76
%26.22
%36.01

CMYK color model

#D896CE color CMYK value is (0,31,5,15).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 4.63%
  • key color value is 15.29%
CMYK:
(0,31,5,15)
C0M31Y5K15 
(0%,31%,5%,15%)
(0.00/0.31/0.05/0.15)	

CMYK percentages

%0
%30.56
%4.63
%15.29

Codes

Color #D896CE in popluar color models

D896CE
RGB216150206
HSL309°45.83%71.76%
HSB/HSV309°30.56%84.71%
CMYK0.00%30.56%4.63%
15.29%

Color #D896CE in popluar number systems.

HEXD896CE
Decimal216150206
Binary110110001001011011001110
Octal330226316

Shades and tints

Shades of #D896CE

#D896CE
(216,150,206)
#C589BC
(197,137,188)
#B27CAA
(178,124,170)
#9F6F98
(159,111,152)
#8C6286
(140,98,134)
#795574
(121,85,116)
#664862
(102,72,98)
#533B50
(83,59,80)
#402E3E
(64,46,62)
#2D212C
(45,33,44)
#1A141A
(26,20,26)
#000000
(0,0,0)

Tints of #D896CE

#D896CE
(216,150,206)
#DB9FD2
(219,159,210)
#DEA8D6
(222,168,214)
#E1B1DA
(225,177,218)
#E4BADE
(228,186,222)
#E7C3E2
(231,195,226)
#EACCE6
(234,204,230)
#EDD5EA
(237,213,234)
#F0DEEE
(240,222,238)
#F3E7F2
(243,231,242)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D896CE; }

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

This text font color is #D896CE.


Background Color

.myBgColor { background-color: #D896CE; }

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

This div background color is #D896CE.


Border color

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

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

This div border color is #D896CE.


Opacity

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

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

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

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

This text has shadow with #D896CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D896CE on black background.


Color preview on white background

This text has color #D896CE on white background.



Black color preview on #D896CE background

This text has black color on #D896CE background.


White color preview on #D896CE background

This text has white color on #D896CE background.