COLOR #D896B6

HEX: #D896B6
RGB: (216,150,182)

Color info

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

RGB color model

#D896B6 color RGB value is (216,150,182).

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

RGB channels and saturation

R 216 of 255 = 85%
G 150 of 255 = 59%
B 182 of 255 = 71%

216
150
182

R + G + B ~ 72%. #D896B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 150 + 182 = 548 (100%)
R 216 of 548 ~ 39.42%
G 150 of 548 ~ 27.37%
B 182 of 548 ~ 33.21%

%39.42
%27.37
%33.21

CMYK color model

#D896B6 color CMYK value is (0,31,16,15).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 15.74%
  • key color value is 15.29%
CMYK:
(0,31,16,15)
C0M31Y16K15 
(0%,31%,16%,15%)
(0.00/0.31/0.16/0.15)	

CMYK percentages

%0
%30.56
%15.74
%15.29

Codes

Color #D896B6 in popluar color models

D896B6
RGB216150182
HSL331°45.83%71.76%
HSB/HSV331°30.56%84.71%
CMYK0.00%30.56%15.74%
15.29%

Color #D896B6 in popluar number systems.

HEXD896B6
Decimal216150182
Binary110110001001011010110110
Octal330226266

Shades and tints

Shades of #D896B6

#D896B6
(216,150,182)
#C589A6
(197,137,166)
#B27C96
(178,124,150)
#9F6F86
(159,111,134)
#8C6276
(140,98,118)
#795566
(121,85,102)
#664856
(102,72,86)
#533B46
(83,59,70)
#402E36
(64,46,54)
#2D2126
(45,33,38)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #D896B6

#D896B6
(216,150,182)
#DB9FBC
(219,159,188)
#DEA8C2
(222,168,194)
#E1B1C8
(225,177,200)
#E4BACE
(228,186,206)
#E7C3D4
(231,195,212)
#EACCDA
(234,204,218)
#EDD5E0
(237,213,224)
#F0DEE6
(240,222,230)
#F3E7EC
(243,231,236)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D896B6; }

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

This text font color is #D896B6.


Background Color

.myBgColor { background-color: #D896B6; }

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

This div background color is #D896B6.


Border color

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

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

This div border color is #D896B6.


Opacity

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

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

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

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

This text has shadow with #D896B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D896B6 on black background.


Color preview on white background

This text has color #D896B6 on white background.



Black color preview on #D896B6 background

This text has black color on #D896B6 background.


White color preview on #D896B6 background

This text has white color on #D896B6 background.