COLOR #D48D89

HEX: #D48D89 RGB: (212,141,137)

Color info

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

RGB color model

#D48D89 color RGB value is (212,141,137).

RGB: (212,141,137) (83%, 55%, 54%)

RGB channels and saturation

R 212 of 255 = 83%
G 141 of 255 = 55%
B 137 of 255 = 54%

212
141
137

R + G + B ~ 64%. #D48D89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 141 + 137 = 490 (100%)
R 212 of 490 ~ 43.27%
G 141 of 490 ~ 28.78%
B 137 of 490 ~ 27.96'%

%43.27
%28.78
%27.96

CMYK color model

#D48D89 color CMYK value is (0,33,35,17).

  • cyan value is 0.00%
  • magenta value is 33.49%
  • yellow value is 35.38%
  • key color value is 16.86%

CMYK: (0,33,35,17)
C0M33Y35K17 (0%, 33%, 35%, 17%)
(0.00 / 0.33 / 0.35 / 0.17)

CMYK percentages

%0
%33.49
%35.38
%16.86

Codes

Color #D48D89 in popluar color models

D4 8D 89
RGB 212 141 137
HSL 46.58% 68.43%
HSB/HSV 35.38% 83.14%
CMYK 0.00% 33.49% 35.38%
16.86%

Color #D48D89 in popluar number systems.

HEX D4 8D 89
Decimal 212 141 137
Binary 11010100 10001101 10001001
Octal 324 215 211

Shades and tints

Shades of #D48D89

#D48D89
(212,141,137)
#C1817D
(193,129,125)
#AE7571
(174,117,113)
#9B6965
(155,105,101)
#885D59
(136,93,89)
#75514D
(117,81,77)
#624541
(98,69,65)
#4F3935
(79,57,53)
#3C2D29
(60,45,41)
#29211D
(41,33,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #D48D89

#D48D89
(212,141,137)
#D79793
(215,151,147)
#DAA19D
(218,161,157)
#DDABA7
(221,171,167)
#E0B5B1
(224,181,177)
#E3BFBB
(227,191,187)
#E6C9C5
(230,201,197)
#E9D3CF
(233,211,207)
#ECDDD9
(236,221,217)
#EFE7E3
(239,231,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48D89 color. Also use rgb(212,141,137) instead hex code.

Text Font Color

.myTextColor { color: #D48D89; }

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

This text font color is #D48D89.

Background Color

.myBgColor { background-color: #D48D89; }

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

This div background color is #D48D89.

Border color

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

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

This div border color is #D48D89.

Opacity

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

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

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

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

This text has shadow with #D48D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D48D89.

Preview

Color preview on black background

This text has color #D48D89 on black background.


Color preview on white background

This text has color #D48D89 on white background.


Black color preview on #D48D89 background

This text has black color on #D48D89 background.


White color preview on #D48D89 background

This text has white color on #D48D89 background.


Related colors

Complementary color

Complementary color for #hex is #2B7276.


I love getcolorcode.com

Triadic colors

1 #89D48D and #8D89D4 with #D48D89 are triadic colors.

2 #898DD4 and #8DD489 with #D48D89 are triadic colors.