COLOR #D89AB2

HEX: #D89AB2
RGB: (216,154,178)

Color info

#D89AB2 contains mainly red and blue colors. Web safe color of #D89AB2 is #CC9999 (or #C99).

RGB color model

#D89AB2 color RGB value is (216,154,178).

  • red value is 216;
  • green value is 154;
  • blue value is 178.
RGB:
(216,154,178)
(85%,60%,70%)

RGB channels and saturation

R 216 of 255 = 85%
G 154 of 255 = 60%
B 178 of 255 = 70%

216
154
178

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

Portions of RGB colors in percentages

R + G + B =
216 + 154 + 178 = 548 (100%)
R 216 of 548 ~ 39.42%
G 154 of 548 ~ 28.1%
B 178 of 548 ~ 32.48%

%39.42
%28.1
%32.48

CMYK color model

#D89AB2 color CMYK value is (0,29,18,15).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 17.59%
  • key color value is 15.29%
CMYK:
(0,29,18,15)
C0M29Y18K15 
(0%,29%,18%,15%)
(0.00/0.29/0.18/0.15)	

CMYK percentages

%0
%28.7
%17.59
%15.29

Codes

Color #D89AB2 in popluar color models

D89AB2
RGB216154178
HSL337°44.29%72.55%
HSB/HSV337°28.70%84.71%
CMYK0.00%28.70%17.59%
15.29%

Color #D89AB2 in popluar number systems.

HEXD89AB2
Decimal216154178
Binary110110001001101010110010
Octal330232262

Shades and tints

Shades of #D89AB2

#D89AB2
(216,154,178)
#C58CA2
(197,140,162)
#B27E92
(178,126,146)
#9F7082
(159,112,130)
#8C6272
(140,98,114)
#795462
(121,84,98)
#664652
(102,70,82)
#533842
(83,56,66)
#402A32
(64,42,50)
#2D1C22
(45,28,34)
#1A0E12
(26,14,18)
#000000
(0,0,0)

Tints of #D89AB2

#D89AB2
(216,154,178)
#DBA3B9
(219,163,185)
#DEACC0
(222,172,192)
#E1B5C7
(225,181,199)
#E4BECE
(228,190,206)
#E7C7D5
(231,199,213)
#EAD0DC
(234,208,220)
#EDD9E3
(237,217,227)
#F0E2EA
(240,226,234)
#F3EBF1
(243,235,241)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89AB2 color. Also use rgb(216,154,178) instead hex code.

Text Font Color

.myTextColor { color: #D89AB2; }

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

This text font color is #D89AB2.


Background Color

.myBgColor { background-color: #D89AB2; }

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

This div background color is #D89AB2.


Border color

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

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

This div border color is #D89AB2.


Opacity

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

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

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

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

This text has shadow with #D89AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89AB2 on black background.


Color preview on white background

This text has color #D89AB2 on white background.



Black color preview on #D89AB2 background

This text has black color on #D89AB2 background.


White color preview on #D89AB2 background

This text has white color on #D89AB2 background.