COLOR #D89EA3

HEX: #D89EA3 RGB: (216,158,163)

Color info

#D89EA3 contains red, green and blue colors in about the same proportion. Web safe color of #D89EA3 is #CC9999 (or #C99).

RGB color model

#D89EA3 color RGB value is (216,158,163).

RGB: (216,158,163) (85%, 62%, 64%)

RGB channels and saturation

R 216 of 255 = 85%
G 158 of 255 = 62%
B 163 of 255 = 64%

216
158
163

R + G + B ~ 70%. #D89EA3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 158 + 163 = 537 (100%)
R 216 of 537 ~ 40.22%
G 158 of 537 ~ 29.42%
B 163 of 537 ~ 30.35'%

%40.22
%29.42
%30.35

CMYK color model

#D89EA3 color CMYK value is (0,27,25,15).

  • cyan value is 0.00%
  • magenta value is 26.85%
  • yellow value is 24.54%
  • key color value is 15.29%
CMYK: (0,27,25,15) C0M27Y25K15 (0%,27%,25%,15%) (0.00/0.27/0.25/0.15) 

CMYK percentages

%0
%26.85
%24.54
%15.29

Codes

Color #D89EA3 in popluar color models

D8 9E A3
RGB 216 158 163
HSL 355° 42.65% 73.33%
HSB/HSV 355° 26.85% 84.71%
CMYK 0.00% 26.85% 24.54%
15.29%

Color #D89EA3 in popluar number systems.

HEX D8 9E A3
Decimal 216 158 163
Binary 11011000 10011110 10100011
Octal 330 236 243

Shades and tints

Shades of #D89EA3

#D89EA3
(216,158,163)
#C59095
(197,144,149)
#B28287
(178,130,135)
#9F7479
(159,116,121)
#8C666B
(140,102,107)
#79585D
(121,88,93)
#664A4F
(102,74,79)
#533C41
(83,60,65)
#402E33
(64,46,51)
#2D2025
(45,32,37)
#1A1217
(26,18,23)
#000000
(0,0,0)

Tints of #D89EA3

#D89EA3
(216,158,163)
#DBA6AB
(219,166,171)
#DEAEB3
(222,174,179)
#E1B6BB
(225,182,187)
#E4BEC3
(228,190,195)
#E7C6CB
(231,198,203)
#EACED3
(234,206,211)
#EDD6DB
(237,214,219)
#F0DEE3
(240,222,227)
#F3E6EB
(243,230,235)
#F6EEF3
(246,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89EA3 color. Also use rgb(216,158,163) instead hex code.

Text Font Color

.myTextColor { color: #D89EA3; }

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

This text font color is #D89EA3.

Background Color

.myBgColor { background-color: #D89EA3; }

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

This div background color is #D89EA3.

Border color

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

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

This div border color is #D89EA3.

Opacity

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

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

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

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

This text has shadow with #D89EA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D89EA3.

Preview

Color preview on black background

This text has color #D89EA3 on black background.


Color preview on white background

This text has color #D89EA3 on white background.


Black color preview on #D89EA3 background

This text has black color on #D89EA3 background.


White color preview on #D89EA3 background

This text has white color on #D89EA3 background.


Related colors

Complementary color

Complementary color for #hex is #27615C.


I love getcolorcode.com

Triadic colors

1 #A3D89E and #9EA3D8 with #D89EA3 are triadic colors.

2 #A39ED8 and #9ED8A3 with #D89EA3 are triadic colors.