COLOR #D89DBE

HEX: #D89DBE RGB: (216,157,190)

Color info

#D89DBE contains red, green and blue colors in about the same proportion. Web safe color of #D89DBE is #CC99CC (or #C9C).

RGB color model

#D89DBE color RGB value is (216,157,190).

RGB: (216,157,190) (85%, 62%, 75%)

RGB channels and saturation

R 216 of 255 = 85%
G 157 of 255 = 62%
B 190 of 255 = 75%

216
157
190

R + G + B ~ 74%. #D89DBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 157 + 190 = 563 (100%)
R 216 of 563 ~ 38.37%
G 157 of 563 ~ 27.89%
B 190 of 563 ~ 33.75'%

%38.37
%27.89
%33.75

CMYK color model

#D89DBE color CMYK value is (0,27,12,15).

  • cyan value is 0.00%
  • magenta value is 27.31%
  • yellow value is 12.04%
  • key color value is 15.29%

CMYK: (0,27,12,15)
C0M27Y12K15 (0%, 27%, 12%, 15%)
(0.00 / 0.27 / 0.12 / 0.15)

CMYK percentages

%0
%27.31
%12.04
%15.29

Codes

Color #D89DBE in popluar color models

D8 9D BE
RGB 216 157 190
HSL 326° 43.07% 73.14%
HSB/HSV 326° 27.31% 84.71%
CMYK 0.00% 27.31% 12.04%
15.29%

Color #D89DBE in popluar number systems.

HEX D8 9D BE
Decimal 216 157 190
Binary 11011000 10011101 10111110
Octal 330 235 276

Shades and tints

Shades of #D89DBE

#D89DBE
(216,157,190)
#C58FAD
(197,143,173)
#B2819C
(178,129,156)
#9F738B
(159,115,139)
#8C657A
(140,101,122)
#795769
(121,87,105)
#664958
(102,73,88)
#533B47
(83,59,71)
#402D36
(64,45,54)
#2D1F25
(45,31,37)
#1A1114
(26,17,20)
#000000
(0,0,0)

Tints of #D89DBE

#D89DBE
(216,157,190)
#DBA5C3
(219,165,195)
#DEADC8
(222,173,200)
#E1B5CD
(225,181,205)
#E4BDD2
(228,189,210)
#E7C5D7
(231,197,215)
#EACDDC
(234,205,220)
#EDD5E1
(237,213,225)
#F0DDE6
(240,221,230)
#F3E5EB
(243,229,235)
#F6EDF0
(246,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D89DBE; }

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

This text font color is #D89DBE.

Background Color

.myBgColor { background-color: #D89DBE; }

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

This div background color is #D89DBE.

Border color

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

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

This div border color is #D89DBE.

Opacity

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

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

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

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

This text has shadow with #D89DBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89DBE.

Preview

Color preview on black background

This text has color #D89DBE on black background.


Color preview on white background

This text has color #D89DBE on white background.


Black color preview on #D89DBE background

This text has black color on #D89DBE background.


White color preview on #D89DBE background

This text has white color on #D89DBE background.


Related colors

Complementary color

Complementary color for #hex is #276241.


I love getcolorcode.com

Triadic colors

1 #BED89D and #9DBED8 with #D89DBE are triadic colors.

2 #BE9DD8 and #9DD8BE with #D89DBE are triadic colors.