COLOR #D38EA0

HEX: #D38EA0
RGB: (211,142,160)

Color info

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

RGB color model

#D38EA0 color RGB value is (211,142,160).

  • red value is 211;
  • green value is 142;
  • blue value is 160.
RGB:
(211,142,160)
(83%,56%,63%)

RGB channels and saturation

R 211 of 255 = 83%
G 142 of 255 = 56%
B 160 of 255 = 63%

211
142
160

R + G + B ~ 67%. #D38EA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 142 + 160 = 513 (100%)
R 211 of 513 ~ 41.13%
G 142 of 513 ~ 27.68%
B 160 of 513 ~ 31.19%

%41.13
%27.68
%31.19

CMYK color model

#D38EA0 color CMYK value is (0,33,24,17).

  • cyan value is 0.00%
  • magenta value is 32.70%
  • yellow value is 24.17%
  • key color value is 17.25%
CMYK:
(0,33,24,17)
C0M33Y24K17 
(0%,33%,24%,17%)
(0.00/0.33/0.24/0.17)	

CMYK percentages

%0
%32.7
%24.17
%17.25

Codes

Color #D38EA0 in popluar color models

D38EA0
RGB211142160
HSL344°43.95%69.22%
HSB/HSV344°32.70%82.75%
CMYK0.00%32.70%24.17%
17.25%

Color #D38EA0 in popluar number systems.

HEXD38EA0
Decimal211142160
Binary110100111000111010100000
Octal323216240

Shades and tints

Shades of #D38EA0

#D38EA0
(211,142,160)
#C08292
(192,130,146)
#AD7684
(173,118,132)
#9A6A76
(154,106,118)
#875E68
(135,94,104)
#74525A
(116,82,90)
#61464C
(97,70,76)
#4E3A3E
(78,58,62)
#3B2E30
(59,46,48)
#282222
(40,34,34)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #D38EA0

#D38EA0
(211,142,160)
#D798A8
(215,152,168)
#DBA2B0
(219,162,176)
#DFACB8
(223,172,184)
#E3B6C0
(227,182,192)
#E7C0C8
(231,192,200)
#EBCAD0
(235,202,208)
#EFD4D8
(239,212,216)
#F3DEE0
(243,222,224)
#F7E8E8
(247,232,232)
#FBF2F0
(251,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38EA0; }

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

This text font color is #D38EA0.


Background Color

.myBgColor { background-color: #D38EA0; }

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

This div background color is #D38EA0.


Border color

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

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

This div border color is #D38EA0.


Opacity

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

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

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

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

This text has shadow with #D38EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38EA0 on black background.


Color preview on white background

This text has color #D38EA0 on white background.



Black color preview on #D38EA0 background

This text has black color on #D38EA0 background.


White color preview on #D38EA0 background

This text has white color on #D38EA0 background.