COLOR #D889A6

HEX: #D889A6
RGB: (216,137,166)

Color info

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

RGB color model

#D889A6 color RGB value is (216,137,166).

  • red value is 216;
  • green value is 137;
  • blue value is 166.
RGB:
(216,137,166)
(85%,54%,65%)

RGB channels and saturation

R 216 of 255 = 85%
G 137 of 255 = 54%
B 166 of 255 = 65%

216
137
166

R + G + B ~ 68%. #D889A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 137 + 166 = 519 (100%)
R 216 of 519 ~ 41.62%
G 137 of 519 ~ 26.4%
B 166 of 519 ~ 31.98%

%41.62
%26.4
%31.98

CMYK color model

#D889A6 color CMYK value is (0,37,23,15).

  • cyan value is 0.00%
  • magenta value is 36.57%
  • yellow value is 23.15%
  • key color value is 15.29%
CMYK:
(0,37,23,15)
C0M37Y23K15 
(0%,37%,23%,15%)
(0.00/0.37/0.23/0.15)	

CMYK percentages

%0
%36.57
%23.15
%15.29

Codes

Color #D889A6 in popluar color models

D889A6
RGB216137166
HSL338°50.32%69.22%
HSB/HSV338°36.57%84.71%
CMYK0.00%36.57%23.15%
15.29%

Color #D889A6 in popluar number systems.

HEXD889A6
Decimal216137166
Binary110110001000100110100110
Octal330211246

Shades and tints

Shades of #D889A6

#D889A6
(216,137,166)
#C57D97
(197,125,151)
#B27188
(178,113,136)
#9F6579
(159,101,121)
#8C596A
(140,89,106)
#794D5B
(121,77,91)
#66414C
(102,65,76)
#53353D
(83,53,61)
#40292E
(64,41,46)
#2D1D1F
(45,29,31)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #D889A6

#D889A6
(216,137,166)
#DB93AE
(219,147,174)
#DE9DB6
(222,157,182)
#E1A7BE
(225,167,190)
#E4B1C6
(228,177,198)
#E7BBCE
(231,187,206)
#EAC5D6
(234,197,214)
#EDCFDE
(237,207,222)
#F0D9E6
(240,217,230)
#F3E3EE
(243,227,238)
#F6EDF6
(246,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D889A6 color. Also use rgb(216,137,166) instead hex code.

Text Font Color

.myTextColor { color: #D889A6; }

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

This text font color is #D889A6.


Background Color

.myBgColor { background-color: #D889A6; }

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

This div background color is #D889A6.


Border color

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

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

This div border color is #D889A6.


Opacity

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

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

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

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

This text has shadow with #D889A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D889A6 on black background.


Color preview on white background

This text has color #D889A6 on white background.



Black color preview on #D889A6 background

This text has black color on #D889A6 background.


White color preview on #D889A6 background

This text has white color on #D889A6 background.