COLOR #D49FB8

HEX: #D49FB8
RGB: (212,159,184)

Color info

#D49FB8 contains red, green and blue colors in about the same proportion. Web safe color of #D49FB8 is #CC99CC (or #C9C).

RGB color model

#D49FB8 color RGB value is (212,159,184).

  • red value is 212;
  • green value is 159;
  • blue value is 184.
RGB:
(212,159,184)
(83%,62%,72%)

RGB channels and saturation

R 212 of 255 = 83%
G 159 of 255 = 62%
B 184 of 255 = 72%

212
159
184

R + G + B ~ 72%. #D49FB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 159 + 184 = 555 (100%)
R 212 of 555 ~ 38.2%
G 159 of 555 ~ 28.65%
B 184 of 555 ~ 33.15%

%38.2
%28.65
%33.15

CMYK color model

#D49FB8 color CMYK value is (0,25,13,17).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 13.21%
  • key color value is 16.86%
CMYK:
(0,25,13,17)
C0M25Y13K17 
(0%,25%,13%,17%)
(0.00/0.25/0.13/0.17)	

CMYK percentages

%0
%25
%13.21
%16.86

Codes

Color #D49FB8 in popluar color models

D49FB8
RGB212159184
HSL332°38.13%72.75%
HSB/HSV332°25.00%83.14%
CMYK0.00%25.00%13.21%
16.86%

Color #D49FB8 in popluar number systems.

HEXD49FB8
Decimal212159184
Binary110101001001111110111000
Octal324237270

Shades and tints

Shades of #D49FB8

#D49FB8
(212,159,184)
#C191A8
(193,145,168)
#AE8398
(174,131,152)
#9B7588
(155,117,136)
#886778
(136,103,120)
#755968
(117,89,104)
#624B58
(98,75,88)
#4F3D48
(79,61,72)
#3C2F38
(60,47,56)
#292128
(41,33,40)
#161318
(22,19,24)
#000000
(0,0,0)

Tints of #D49FB8

#D49FB8
(212,159,184)
#D7A7BE
(215,167,190)
#DAAFC4
(218,175,196)
#DDB7CA
(221,183,202)
#E0BFD0
(224,191,208)
#E3C7D6
(227,199,214)
#E6CFDC
(230,207,220)
#E9D7E2
(233,215,226)
#ECDFE8
(236,223,232)
#EFE7EE
(239,231,238)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49FB8 color. Also use rgb(212,159,184) instead hex code.

Text Font Color

.myTextColor { color: #D49FB8; }

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

This text font color is #D49FB8.


Background Color

.myBgColor { background-color: #D49FB8; }

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

This div background color is #D49FB8.


Border color

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

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

This div border color is #D49FB8.


Opacity

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

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

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

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

This text has shadow with #D49FB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49FB8 on black background.


Color preview on white background

This text has color #D49FB8 on white background.



Black color preview on #D49FB8 background

This text has black color on #D49FB8 background.


White color preview on #D49FB8 background

This text has white color on #D49FB8 background.