COLOR #D38FAB

HEX: #D38FAB
RGB: (211,143,171)

Color info

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

RGB color model

#D38FAB color RGB value is (211,143,171).

  • red value is 211;
  • green value is 143;
  • blue value is 171.
RGB:
(211,143,171)
(83%,56%,67%)

RGB channels and saturation

R 211 of 255 = 83%
G 143 of 255 = 56%
B 171 of 255 = 67%

211
143
171

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

Portions of RGB colors in percentages

R + G + B =
211 + 143 + 171 = 525 (100%)
R 211 of 525 ~ 40.19%
G 143 of 525 ~ 27.24%
B 171 of 525 ~ 32.57%

%40.19
%27.24
%32.57

CMYK color model

#D38FAB color CMYK value is (0,32,19,17).

  • cyan value is 0.00%
  • magenta value is 32.23%
  • yellow value is 18.96%
  • key color value is 17.25%
CMYK:
(0,32,19,17)
C0M32Y19K17 
(0%,32%,19%,17%)
(0.00/0.32/0.19/0.17)	

CMYK percentages

%0
%32.23
%18.96
%17.25

Codes

Color #D38FAB in popluar color models

D38FAB
RGB211143171
HSL335°43.59%69.41%
HSB/HSV335°32.23%82.75%
CMYK0.00%32.23%18.96%
17.25%

Color #D38FAB in popluar number systems.

HEXD38FAB
Decimal211143171
Binary110100111000111110101011
Octal323217253

Shades and tints

Shades of #D38FAB

#D38FAB
(211,143,171)
#C0829C
(192,130,156)
#AD758D
(173,117,141)
#9A687E
(154,104,126)
#875B6F
(135,91,111)
#744E60
(116,78,96)
#614151
(97,65,81)
#4E3442
(78,52,66)
#3B2733
(59,39,51)
#281A24
(40,26,36)
#150D15
(21,13,21)
#000000
(0,0,0)

Tints of #D38FAB

#D38FAB
(211,143,171)
#D799B2
(215,153,178)
#DBA3B9
(219,163,185)
#DFADC0
(223,173,192)
#E3B7C7
(227,183,199)
#E7C1CE
(231,193,206)
#EBCBD5
(235,203,213)
#EFD5DC
(239,213,220)
#F3DFE3
(243,223,227)
#F7E9EA
(247,233,234)
#FBF3F1
(251,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38FAB color. Also use rgb(211,143,171) instead hex code.

Text Font Color

.myTextColor { color: #D38FAB; }

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

This text font color is #D38FAB.


Background Color

.myBgColor { background-color: #D38FAB; }

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

This div background color is #D38FAB.


Border color

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

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

This div border color is #D38FAB.


Opacity

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

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

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

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

This text has shadow with #D38FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38FAB on black background.


Color preview on white background

This text has color #D38FAB on white background.



Black color preview on #D38FAB background

This text has black color on #D38FAB background.


White color preview on #D38FAB background

This text has white color on #D38FAB background.