COLOR #D08B99

HEX: #D08B99 RGB: (208,139,153)

Color info

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

RGB color model

#D08B99 color RGB value is (208,139,153).

RGB: (208,139,153) (82%, 55%, 60%)

RGB channels and saturation

R 208 of 255 = 82%
G 139 of 255 = 55%
B 153 of 255 = 60%

208
139
153

R + G + B ~ 66%. #D08B99 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 139 + 153 = 500 (100%)
R 208 of 500 ~ 41.6%
G 139 of 500 ~ 27.8%
B 153 of 500 ~ 30.6'%

%41.6
%27.8
%30.6

CMYK color model

#D08B99 color CMYK value is (0,33,26,18).

  • cyan value is 0.00%
  • magenta value is 33.17%
  • yellow value is 26.44%
  • key color value is 18.43%

CMYK: (0,33,26,18)
C0M33Y26K18 (0%, 33%, 26%, 18%)
(0.00 / 0.33 / 0.26 / 0.18)

CMYK percentages

%0
%33.17
%26.44
%18.43

Codes

Color #D08B99 in popluar color models

D0 8B 99
RGB 208 139 153
HSL 348° 42.33% 68.04%
HSB/HSV 348° 33.17% 81.57%
CMYK 0.00% 33.17% 26.44%
18.43%

Color #D08B99 in popluar number systems.

HEX D0 8B 99
Decimal 208 139 153
Binary 11010000 10001011 10011001
Octal 320 213 231

Shades and tints

Shades of #D08B99

#D08B99
(208,139,153)
#BE7F8C
(190,127,140)
#AC737F
(172,115,127)
#9A6772
(154,103,114)
#885B65
(136,91,101)
#764F58
(118,79,88)
#64434B
(100,67,75)
#52373E
(82,55,62)
#402B31
(64,43,49)
#2E1F24
(46,31,36)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #D08B99

#D08B99
(208,139,153)
#D495A2
(212,149,162)
#D89FAB
(216,159,171)
#DCA9B4
(220,169,180)
#E0B3BD
(224,179,189)
#E4BDC6
(228,189,198)
#E8C7CF
(232,199,207)
#ECD1D8
(236,209,216)
#F0DBE1
(240,219,225)
#F4E5EA
(244,229,234)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08B99 color. Also use rgb(208,139,153) instead hex code.

Text Font Color

.myTextColor { color: #D08B99; }

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

This text font color is #D08B99.

Background Color

.myBgColor { background-color: #D08B99; }

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

This div background color is #D08B99.

Border color

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

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

This div border color is #D08B99.

Opacity

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

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

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

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

This text has shadow with #D08B99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D08B99.

Preview

Color preview on black background

This text has color #D08B99 on black background.


Color preview on white background

This text has color #D08B99 on white background.


Black color preview on #D08B99 background

This text has black color on #D08B99 background.


White color preview on #D08B99 background

This text has white color on #D08B99 background.


Related colors

Complementary color

Complementary color for #hex is #2F7466.


I love getcolorcode.com

Triadic colors

1 #99D08B and #8B99D0 with #D08B99 are triadic colors.

2 #998BD0 and #8BD099 with #D08B99 are triadic colors.