COLOR #D38E93

HEX: #D38E93 RGB: (211,142,147)

Color info

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

RGB color model

#D38E93 color RGB value is (211,142,147).

RGB: (211,142,147) (83%, 56%, 58%)

RGB channels and saturation

R 211 of 255 = 83%
G 142 of 255 = 56%
B 147 of 255 = 58%

211
142
147

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

Portions of RGB colors in percentages

R + G + B = 211 + 142 + 147 = 500 (100%)
R 211 of 500 ~ 42.2%
G 142 of 500 ~ 28.4%
B 147 of 500 ~ 29.4'%

%42.2
%28.4
%29.4

CMYK color model

#D38E93 color CMYK value is (0,33,30,17).

  • cyan value is 0.00%
  • magenta value is 32.70%
  • yellow value is 30.33%
  • key color value is 17.25%

CMYK: (0,33,30,17)
C0M33Y30K17 (0%, 33%, 30%, 17%)
(0.00 / 0.33 / 0.30 / 0.17)

CMYK percentages

%0
%32.7
%30.33
%17.25

Codes

Color #D38E93 in popluar color models

D3 8E 93
RGB 211 142 147
HSL 356° 43.95% 69.22%
HSB/HSV 356° 32.70% 82.75%
CMYK 0.00% 32.70% 30.33%
17.25%

Color #D38E93 in popluar number systems.

HEX D3 8E 93
Decimal 211 142 147
Binary 11010011 10001110 10010011
Octal 323 216 223

Shades and tints

Shades of #D38E93

#D38E93
(211,142,147)
#C08286
(192,130,134)
#AD7679
(173,118,121)
#9A6A6C
(154,106,108)
#875E5F
(135,94,95)
#745252
(116,82,82)
#614645
(97,70,69)
#4E3A38
(78,58,56)
#3B2E2B
(59,46,43)
#28221E
(40,34,30)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #D38E93

#D38E93
(211,142,147)
#D7989C
(215,152,156)
#DBA2A5
(219,162,165)
#DFACAE
(223,172,174)
#E3B6B7
(227,182,183)
#E7C0C0
(231,192,192)
#EBCAC9
(235,202,201)
#EFD4D2
(239,212,210)
#F3DEDB
(243,222,219)
#F7E8E4
(247,232,228)
#FBF2ED
(251,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38E93 color. Also use rgb(211,142,147) instead hex code.

Text Font Color

.myTextColor { color: #D38E93; }

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

This text font color is #D38E93.

Background Color

.myBgColor { background-color: #D38E93; }

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

This div background color is #D38E93.

Border color

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

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

This div border color is #D38E93.

Opacity

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

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

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

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

This text has shadow with #D38E93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D38E93.

Preview

Color preview on black background

This text has color #D38E93 on black background.


Color preview on white background

This text has color #D38E93 on white background.


Black color preview on #D38E93 background

This text has black color on #D38E93 background.


White color preview on #D38E93 background

This text has white color on #D38E93 background.


Related colors

Complementary color

Complementary color for #hex is #2C716C.


I love getcolorcode.com

Triadic colors

1 #93D38E and #8E93D3 with #D38E93 are triadic colors.

2 #938ED3 and #8ED393 with #D38E93 are triadic colors.