COLOR #D2988B

HEX: #D2988B RGB: (210,152,139)

Color info

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

RGB color model

#D2988B color RGB value is (210,152,139).

RGB: (210,152,139) (82%, 60%, 55%)

RGB channels and saturation

R 210 of 255 = 82%
G 152 of 255 = 60%
B 139 of 255 = 55%

210
152
139

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

Portions of RGB colors in percentages

R + G + B = 210 + 152 + 139 = 501 (100%)
R 210 of 501 ~ 41.92%
G 152 of 501 ~ 30.34%
B 139 of 501 ~ 27.74'%

%41.92
%30.34
%27.74

CMYK color model

#D2988B color CMYK value is (0,28,34,18).

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 33.81%
  • key color value is 17.65%
CMYK: (0,28,34,18) C0M28Y34K18 (0%,28%,34%,18%) (0.00/0.28/0.34/0.18) 

CMYK percentages

%0
%27.62
%33.81
%17.65

Codes

Color #D2988B in popluar color models

D2 98 8B
RGB 210 152 139
HSL 11° 44.10% 68.43%
HSB/HSV 11° 33.81% 82.35%
CMYK 0.00% 27.62% 33.81%
17.65%

Color #D2988B in popluar number systems.

HEX D2 98 8B
Decimal 210 152 139
Binary 11010010 10011000 10001011
Octal 322 230 213

Shades and tints

Shades of #D2988B

#D2988B
(210,152,139)
#BF8B7F
(191,139,127)
#AC7E73
(172,126,115)
#997167
(153,113,103)
#86645B
(134,100,91)
#73574F
(115,87,79)
#604A43
(96,74,67)
#4D3D37
(77,61,55)
#3A302B
(58,48,43)
#27231F
(39,35,31)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #D2988B

#D2988B
(210,152,139)
#D6A195
(214,161,149)
#DAAA9F
(218,170,159)
#DEB3A9
(222,179,169)
#E2BCB3
(226,188,179)
#E6C5BD
(230,197,189)
#EACEC7
(234,206,199)
#EED7D1
(238,215,209)
#F2E0DB
(242,224,219)
#F6E9E5
(246,233,229)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2988B color. Also use rgb(210,152,139) instead hex code.

Text Font Color

.myTextColor { color: #D2988B; }

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

This text font color is #D2988B.

Background Color

.myBgColor { background-color: #D2988B; }

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

This div background color is #D2988B.

Border color

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

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

This div border color is #D2988B.

Opacity

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

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

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

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

This text has shadow with #D2988B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2988B.

Preview

Color preview on black background

This text has color #D2988B on black background.


Color preview on white background

This text has color #D2988B on white background.


Black color preview on #D2988B background

This text has black color on #D2988B background.


White color preview on #D2988B background

This text has white color on #D2988B background.


Related colors

Complementary color

Complementary color for #hex is #2D6774.


I love getcolorcode.com

Triadic colors

1 #8BD298 and #988BD2 with #D2988B are triadic colors.

2 #8B98D2 and #98D28B with #D2988B are triadic colors.