COLOR #D38AB2

HEX: #D38AB2
RGB: (211,138,178)

Color info

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

RGB color model

#D38AB2 color RGB value is (211,138,178).

  • red value is 211;
  • green value is 138;
  • blue value is 178.
RGB:
(211,138,178)
(83%,54%,70%)

RGB channels and saturation

R 211 of 255 = 83%
G 138 of 255 = 54%
B 178 of 255 = 70%

211
138
178

R + G + B ~ 69%. #D38AB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 138 + 178 = 527 (100%)
R 211 of 527 ~ 40.04%
G 138 of 527 ~ 26.19%
B 178 of 527 ~ 33.78%

%40.04
%26.19
%33.78

CMYK color model

#D38AB2 color CMYK value is (0,35,16,17).

  • cyan value is 0.00%
  • magenta value is 34.60%
  • yellow value is 15.64%
  • key color value is 17.25%
CMYK:
(0,35,16,17)
C0M35Y16K17 
(0%,35%,16%,17%)
(0.00/0.35/0.16/0.17)	

CMYK percentages

%0
%34.6
%15.64
%17.25

Codes

Color #D38AB2 in popluar color models

D38AB2
RGB211138178
HSL327°45.34%68.43%
HSB/HSV327°34.60%82.75%
CMYK0.00%34.60%15.64%
17.25%

Color #D38AB2 in popluar number systems.

HEXD38AB2
Decimal211138178
Binary110100111000101010110010
Octal323212262

Shades and tints

Shades of #D38AB2

#D38AB2
(211,138,178)
#C07EA2
(192,126,162)
#AD7292
(173,114,146)
#9A6682
(154,102,130)
#875A72
(135,90,114)
#744E62
(116,78,98)
#614252
(97,66,82)
#4E3642
(78,54,66)
#3B2A32
(59,42,50)
#281E22
(40,30,34)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #D38AB2

#D38AB2
(211,138,178)
#D794B9
(215,148,185)
#DB9EC0
(219,158,192)
#DFA8C7
(223,168,199)
#E3B2CE
(227,178,206)
#E7BCD5
(231,188,213)
#EBC6DC
(235,198,220)
#EFD0E3
(239,208,227)
#F3DAEA
(243,218,234)
#F7E4F1
(247,228,241)
#FBEEF8
(251,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38AB2 color. Also use rgb(211,138,178) instead hex code.

Text Font Color

.myTextColor { color: #D38AB2; }

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

This text font color is #D38AB2.


Background Color

.myBgColor { background-color: #D38AB2; }

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

This div background color is #D38AB2.


Border color

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

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

This div border color is #D38AB2.


Opacity

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

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

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

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

This text has shadow with #D38AB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38AB2 on black background.


Color preview on white background

This text has color #D38AB2 on white background.



Black color preview on #D38AB2 background

This text has black color on #D38AB2 background.


White color preview on #D38AB2 background

This text has white color on #D38AB2 background.