COLOR #D48BAB

HEX: #D48BAB
RGB: (212,139,171)

Color info

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

RGB color model

#D48BAB color RGB value is (212,139,171).

  • red value is 212;
  • green value is 139;
  • blue value is 171.
RGB:
(212,139,171)
(83%,55%,67%)

RGB channels and saturation

R 212 of 255 = 83%
G 139 of 255 = 55%
B 171 of 255 = 67%

212
139
171

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

Portions of RGB colors in percentages

R + G + B =
212 + 139 + 171 = 522 (100%)
R 212 of 522 ~ 40.61%
G 139 of 522 ~ 26.63%
B 171 of 522 ~ 32.76%

%40.61
%26.63
%32.76

CMYK color model

#D48BAB color CMYK value is (0,34,19,17).

  • cyan value is 0.00%
  • magenta value is 34.43%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(0,34,19,17)
C0M34Y19K17 
(0%,34%,19%,17%)
(0.00/0.34/0.19/0.17)	

CMYK percentages

%0
%34.43
%19.34
%16.86

Codes

Color #D48BAB in popluar color models

D48BAB
RGB212139171
HSL334°45.91%68.82%
HSB/HSV334°34.43%83.14%
CMYK0.00%34.43%19.34%
16.86%

Color #D48BAB in popluar number systems.

HEXD48BAB
Decimal212139171
Binary110101001000101110101011
Octal324213253

Shades and tints

Shades of #D48BAB

#D48BAB
(212,139,171)
#C17F9C
(193,127,156)
#AE738D
(174,115,141)
#9B677E
(155,103,126)
#885B6F
(136,91,111)
#754F60
(117,79,96)
#624351
(98,67,81)
#4F3742
(79,55,66)
#3C2B33
(60,43,51)
#291F24
(41,31,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #D48BAB

#D48BAB
(212,139,171)
#D795B2
(215,149,178)
#DA9FB9
(218,159,185)
#DDA9C0
(221,169,192)
#E0B3C7
(224,179,199)
#E3BDCE
(227,189,206)
#E6C7D5
(230,199,213)
#E9D1DC
(233,209,220)
#ECDBE3
(236,219,227)
#EFE5EA
(239,229,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D48BAB color. Also use rgb(212,139,171) instead hex code.

Text Font Color

.myTextColor { color: #D48BAB; }

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

This text font color is #D48BAB.


Background Color

.myBgColor { background-color: #D48BAB; }

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

This div background color is #D48BAB.


Border color

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

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

This div border color is #D48BAB.


Opacity

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

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

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

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

This text has shadow with #D48BAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D48BAB on black background.


Color preview on white background

This text has color #D48BAB on white background.



Black color preview on #D48BAB background

This text has black color on #D48BAB background.


White color preview on #D48BAB background

This text has white color on #D48BAB background.