COLOR #D089B7

HEX: #D089B7
RGB: (208,137,183)

Color info

#D089B7 contains mainly red and blue colors. Web safe color of #D089B7 is #CC99CC (or #C9C).

RGB color model

#D089B7 color RGB value is (208,137,183).

  • red value is 208;
  • green value is 137;
  • blue value is 183.
RGB:
(208,137,183)
(82%,54%,72%)

RGB channels and saturation

R 208 of 255 = 82%
G 137 of 255 = 54%
B 183 of 255 = 72%

208
137
183

R + G + B ~ 69%. #D089B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 137 + 183 = 528 (100%)
R 208 of 528 ~ 39.39%
G 137 of 528 ~ 25.95%
B 183 of 528 ~ 34.66%

%39.39
%25.95
%34.66

CMYK color model

#D089B7 color CMYK value is (0,34,12,18).

  • cyan value is 0.00%
  • magenta value is 34.13%
  • yellow value is 12.02%
  • key color value is 18.43%
CMYK:
(0,34,12,18)
C0M34Y12K18 
(0%,34%,12%,18%)
(0.00/0.34/0.12/0.18)	

CMYK percentages

%0
%34.13
%12.02
%18.43

Codes

Color #D089B7 in popluar color models

D089B7
RGB208137183
HSL321°43.03%67.65%
HSB/HSV321°34.13%81.57%
CMYK0.00%34.13%12.02%
18.43%

Color #D089B7 in popluar number systems.

HEXD089B7
Decimal208137183
Binary110100001000100110110111
Octal320211267

Shades and tints

Shades of #D089B7

#D089B7
(208,137,183)
#BE7DA7
(190,125,167)
#AC7197
(172,113,151)
#9A6587
(154,101,135)
#885977
(136,89,119)
#764D67
(118,77,103)
#644157
(100,65,87)
#523547
(82,53,71)
#402937
(64,41,55)
#2E1D27
(46,29,39)
#1C1117
(28,17,23)
#000000
(0,0,0)

Tints of #D089B7

#D089B7
(208,137,183)
#D493BD
(212,147,189)
#D89DC3
(216,157,195)
#DCA7C9
(220,167,201)
#E0B1CF
(224,177,207)
#E4BBD5
(228,187,213)
#E8C5DB
(232,197,219)
#ECCFE1
(236,207,225)
#F0D9E7
(240,217,231)
#F4E3ED
(244,227,237)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D089B7 color. Also use rgb(208,137,183) instead hex code.

Text Font Color

.myTextColor { color: #D089B7; }

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

This text font color is #D089B7.


Background Color

.myBgColor { background-color: #D089B7; }

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

This div background color is #D089B7.


Border color

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

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

This div border color is #D089B7.


Opacity

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

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

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

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

This text has shadow with #D089B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D089B7 on black background.


Color preview on white background

This text has color #D089B7 on white background.



Black color preview on #D089B7 background

This text has black color on #D089B7 background.


White color preview on #D089B7 background

This text has white color on #D089B7 background.