COLOR #D4988E

HEX: #D4988E RGB: (212,152,142)

Color info

#D4988E contains mainly red color. Web safe color of #D4988E is #CC9999 (or #C99).

RGB color model

#D4988E color RGB value is (212,152,142).

RGB: (212,152,142) (83%, 60%, 56%)

RGB channels and saturation

R 212 of 255 = 83%
G 152 of 255 = 60%
B 142 of 255 = 56%

212
152
142

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

Portions of RGB colors in percentages

R + G + B = 212 + 152 + 142 = 506 (100%)
R 212 of 506 ~ 41.9%
G 152 of 506 ~ 30.04%
B 142 of 506 ~ 28.06'%

%41.9
%30.04
%28.06

CMYK color model

#D4988E color CMYK value is (0,28,33,17).

  • cyan value is 0.00%
  • magenta value is 28.30%
  • yellow value is 33.02%
  • key color value is 16.86%

CMYK: (0,28,33,17)
C0M28Y33K17 (0%, 28%, 33%, 17%)
(0.00 / 0.28 / 0.33 / 0.17)

CMYK percentages

%0
%28.3
%33.02
%16.86

Codes

Color #D4988E in popluar color models

D4 98 8E
RGB 212 152 142
HSL 44.87% 69.41%
HSB/HSV 33.02% 83.14%
CMYK 0.00% 28.30% 33.02%
16.86%

Color #D4988E in popluar number systems.

HEX D4 98 8E
Decimal 212 152 142
Binary 11010100 10011000 10001110
Octal 324 230 216

Shades and tints

Shades of #D4988E

#D4988E
(212,152,142)
#C18B82
(193,139,130)
#AE7E76
(174,126,118)
#9B716A
(155,113,106)
#88645E
(136,100,94)
#755752
(117,87,82)
#624A46
(98,74,70)
#4F3D3A
(79,61,58)
#3C302E
(60,48,46)
#292322
(41,35,34)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #D4988E

#D4988E
(212,152,142)
#D7A198
(215,161,152)
#DAAAA2
(218,170,162)
#DDB3AC
(221,179,172)
#E0BCB6
(224,188,182)
#E3C5C0
(227,197,192)
#E6CECA
(230,206,202)
#E9D7D4
(233,215,212)
#ECE0DE
(236,224,222)
#EFE9E8
(239,233,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4988E color. Also use rgb(212,152,142) instead hex code.

Text Font Color

.myTextColor { color: #D4988E; }

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

This text font color is #D4988E.

Background Color

.myBgColor { background-color: #D4988E; }

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

This div background color is #D4988E.

Border color

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

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

This div border color is #D4988E.

Opacity

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

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

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

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

This text has shadow with #D4988E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4988E.

Preview

Color preview on black background

This text has color #D4988E on black background.


Color preview on white background

This text has color #D4988E on white background.


Black color preview on #D4988E background

This text has black color on #D4988E background.


White color preview on #D4988E background

This text has white color on #D4988E background.


Related colors

Complementary color

Complementary color for #hex is #2B6771.


I love getcolorcode.com

Triadic colors

1 #8ED498 and #988ED4 with #D4988E are triadic colors.

2 #8E98D4 and #98D48E with #D4988E are triadic colors.