COLOR #D38AA8

HEX: #D38AA8
RGB: (211,138,168)

Color info

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

RGB color model

#D38AA8 color RGB value is (211,138,168).

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

RGB channels and saturation

R 211 of 255 = 83%
G 138 of 255 = 54%
B 168 of 255 = 66%

211
138
168

R + G + B ~ 68%. #D38AA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 138 + 168 = 517 (100%)
R 211 of 517 ~ 40.81%
G 138 of 517 ~ 26.69%
B 168 of 517 ~ 32.5%

%40.81
%26.69
%32.5

CMYK color model

#D38AA8 color CMYK value is (0,35,20,17).

  • cyan value is 0.00%
  • magenta value is 34.60%
  • yellow value is 20.38%
  • key color value is 17.25%
CMYK:
(0,35,20,17)
C0M35Y20K17 
(0%,35%,20%,17%)
(0.00/0.35/0.20/0.17)	

CMYK percentages

%0
%34.6
%20.38
%17.25

Codes

Color #D38AA8 in popluar color models

D38AA8
RGB211138168
HSL335°45.34%68.43%
HSB/HSV335°34.60%82.75%
CMYK0.00%34.60%20.38%
17.25%

Color #D38AA8 in popluar number systems.

HEXD38AA8
Decimal211138168
Binary110100111000101010101000
Octal323212250

Shades and tints

Shades of #D38AA8

#D38AA8
(211,138,168)
#C07E99
(192,126,153)
#AD728A
(173,114,138)
#9A667B
(154,102,123)
#875A6C
(135,90,108)
#744E5D
(116,78,93)
#61424E
(97,66,78)
#4E363F
(78,54,63)
#3B2A30
(59,42,48)
#281E21
(40,30,33)
#151212
(21,18,18)
#000000
(0,0,0)

Tints of #D38AA8

#D38AA8
(211,138,168)
#D794AF
(215,148,175)
#DB9EB6
(219,158,182)
#DFA8BD
(223,168,189)
#E3B2C4
(227,178,196)
#E7BCCB
(231,188,203)
#EBC6D2
(235,198,210)
#EFD0D9
(239,208,217)
#F3DAE0
(243,218,224)
#F7E4E7
(247,228,231)
#FBEEEE
(251,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D38AA8; }

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

This text font color is #D38AA8.


Background Color

.myBgColor { background-color: #D38AA8; }

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

This div background color is #D38AA8.


Border color

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

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

This div border color is #D38AA8.


Opacity

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

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

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

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

This text has shadow with #D38AA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38AA8 on black background.


Color preview on white background

This text has color #D38AA8 on white background.



Black color preview on #D38AA8 background

This text has black color on #D38AA8 background.


White color preview on #D38AA8 background

This text has white color on #D38AA8 background.