COLOR #D89BAF

HEX: #D89BAF
RGB: (216,155,175)

Color info

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

RGB color model

#D89BAF color RGB value is (216,155,175).

  • red value is 216;
  • green value is 155;
  • blue value is 175.
RGB:
(216,155,175)
(85%,61%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 155 of 255 = 61%
B 175 of 255 = 69%

216
155
175

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

Portions of RGB colors in percentages

R + G + B =
216 + 155 + 175 = 546 (100%)
R 216 of 546 ~ 39.56%
G 155 of 546 ~ 28.39%
B 175 of 546 ~ 32.05%

%39.56
%28.39
%32.05

CMYK color model

#D89BAF color CMYK value is (0,28,19,15).

  • cyan value is 0.00%
  • magenta value is 28.24%
  • yellow value is 18.98%
  • key color value is 15.29%
CMYK:
(0,28,19,15)
C0M28Y19K15 
(0%,28%,19%,15%)
(0.00/0.28/0.19/0.15)	

CMYK percentages

%0
%28.24
%18.98
%15.29

Codes

Color #D89BAF in popluar color models

D89BAF
RGB216155175
HSL340°43.88%72.75%
HSB/HSV340°28.24%84.71%
CMYK0.00%28.24%18.98%
15.29%

Color #D89BAF in popluar number systems.

HEXD89BAF
Decimal216155175
Binary110110001001101110101111
Octal330233257

Shades and tints

Shades of #D89BAF

#D89BAF
(216,155,175)
#C58DA0
(197,141,160)
#B27F91
(178,127,145)
#9F7182
(159,113,130)
#8C6373
(140,99,115)
#795564
(121,85,100)
#664755
(102,71,85)
#533946
(83,57,70)
#402B37
(64,43,55)
#2D1D28
(45,29,40)
#1A0F19
(26,15,25)
#000000
(0,0,0)

Tints of #D89BAF

#D89BAF
(216,155,175)
#DBA4B6
(219,164,182)
#DEADBD
(222,173,189)
#E1B6C4
(225,182,196)
#E4BFCB
(228,191,203)
#E7C8D2
(231,200,210)
#EAD1D9
(234,209,217)
#EDDAE0
(237,218,224)
#F0E3E7
(240,227,231)
#F3ECEE
(243,236,238)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D89BAF color. Also use rgb(216,155,175) instead hex code.

Text Font Color

.myTextColor { color: #D89BAF; }

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

This text font color is #D89BAF.


Background Color

.myBgColor { background-color: #D89BAF; }

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

This div background color is #D89BAF.


Border color

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

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

This div border color is #D89BAF.


Opacity

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

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

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

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

This text has shadow with #D89BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D89BAF on black background.


Color preview on white background

This text has color #D89BAF on white background.



Black color preview on #D89BAF background

This text has black color on #D89BAF background.


White color preview on #D89BAF background

This text has white color on #D89BAF background.