COLOR #D896BE

HEX: #D896BE
RGB: (216,150,190)

Color info

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

RGB color model

#D896BE color RGB value is (216,150,190).

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

RGB channels and saturation

R 216 of 255 = 85%
G 150 of 255 = 59%
B 190 of 255 = 75%

216
150
190

R + G + B ~ 73%. #D896BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 150 + 190 = 556 (100%)
R 216 of 556 ~ 38.85%
G 150 of 556 ~ 26.98%
B 190 of 556 ~ 34.17%

%38.85
%26.98
%34.17

CMYK color model

#D896BE color CMYK value is (0,31,12,15).

  • cyan value is 0.00%
  • magenta value is 30.56%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(0,31,12,15)
C0M31Y12K15 
(0%,31%,12%,15%)
(0.00/0.31/0.12/0.15)	

CMYK percentages

%0
%30.56
%12.04
%15.29

Codes

Color #D896BE in popluar color models

D896BE
RGB216150190
HSL324°45.83%71.76%
HSB/HSV324°30.56%84.71%
CMYK0.00%30.56%12.04%
15.29%

Color #D896BE in popluar number systems.

HEXD896BE
Decimal216150190
Binary110110001001011010111110
Octal330226276

Shades and tints

Shades of #D896BE

#D896BE
(216,150,190)
#C589AD
(197,137,173)
#B27C9C
(178,124,156)
#9F6F8B
(159,111,139)
#8C627A
(140,98,122)
#795569
(121,85,105)
#664858
(102,72,88)
#533B47
(83,59,71)
#402E36
(64,46,54)
#2D2125
(45,33,37)
#1A1414
(26,20,20)
#000000
(0,0,0)

Tints of #D896BE

#D896BE
(216,150,190)
#DB9FC3
(219,159,195)
#DEA8C8
(222,168,200)
#E1B1CD
(225,177,205)
#E4BAD2
(228,186,210)
#E7C3D7
(231,195,215)
#EACCDC
(234,204,220)
#EDD5E1
(237,213,225)
#F0DEE6
(240,222,230)
#F3E7EB
(243,231,235)
#F6F0F0
(246,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D896BE; }

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

This text font color is #D896BE.


Background Color

.myBgColor { background-color: #D896BE; }

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

This div background color is #D896BE.


Border color

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

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

This div border color is #D896BE.


Opacity

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

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

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

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

This text has shadow with #D896BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D896BE on black background.


Color preview on white background

This text has color #D896BE on white background.



Black color preview on #D896BE background

This text has black color on #D896BE background.


White color preview on #D896BE background

This text has white color on #D896BE background.