COLOR #D38981

HEX: #D38981 RGB: (211,137,129)

Color info

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

RGB color model

#D38981 color RGB value is (211,137,129).

RGB: (211,137,129) (83%, 54%, 51%)

RGB channels and saturation

R 211 of 255 = 83%
G 137 of 255 = 54%
B 129 of 255 = 51%

211
137
129

R + G + B ~ 63%. #D38981 is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 137 + 129 = 477 (100%)
R 211 of 477 ~ 44.23%
G 137 of 477 ~ 28.72%
B 129 of 477 ~ 27.04'%

%44.23
%28.72
%27.04

CMYK color model

#D38981 color CMYK value is (0,35,39,17).

  • cyan value is 0.00%
  • magenta value is 35.07%
  • yellow value is 38.86%
  • key color value is 17.25%

CMYK: (0,35,39,17)
C0M35Y39K17 (0%, 35%, 39%, 17%)
(0.00 / 0.35 / 0.39 / 0.17)

CMYK percentages

%0
%35.07
%38.86
%17.25

Codes

Color #D38981 in popluar color models

D3 89 81
RGB 211 137 129
HSL 48.24% 66.67%
HSB/HSV 38.86% 82.75%
CMYK 0.00% 35.07% 38.86%
17.25%

Color #D38981 in popluar number systems.

HEX D3 89 81
Decimal 211 137 129
Binary 11010011 10001001 10000001
Octal 323 211 201

Shades and tints

Shades of #D38981

#D38981
(211,137,129)
#C07D76
(192,125,118)
#AD716B
(173,113,107)
#9A6560
(154,101,96)
#875955
(135,89,85)
#744D4A
(116,77,74)
#61413F
(97,65,63)
#4E3534
(78,53,52)
#3B2929
(59,41,41)
#281D1E
(40,29,30)
#151113
(21,17,19)
#000000
(0,0,0)

Tints of #D38981

#D38981
(211,137,129)
#D7938C
(215,147,140)
#DB9D97
(219,157,151)
#DFA7A2
(223,167,162)
#E3B1AD
(227,177,173)
#E7BBB8
(231,187,184)
#EBC5C3
(235,197,195)
#EFCFCE
(239,207,206)
#F3D9D9
(243,217,217)
#F7E3E4
(247,227,228)
#FBEDEF
(251,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38981 color. Also use rgb(211,137,129) instead hex code.

Text Font Color

.myTextColor { color: #D38981; }

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

This text font color is #D38981.

Background Color

.myBgColor { background-color: #D38981; }

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

This div background color is #D38981.

Border color

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

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

This div border color is #D38981.

Opacity

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

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

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

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

This text has shadow with #D38981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38981.

Preview

Color preview on black background

This text has color #D38981 on black background.


Color preview on white background

This text has color #D38981 on white background.


Black color preview on #D38981 background

This text has black color on #D38981 background.


White color preview on #D38981 background

This text has white color on #D38981 background.


Related colors

Complementary color

Complementary color for #hex is #2C767E.


I love getcolorcode.com

Triadic colors

1 #81D389 and #8981D3 with #D38981 are triadic colors.

2 #8189D3 and #89D381 with #D38981 are triadic colors.