COLOR #D49BBD

HEX: #D49BBD
RGB: (212,155,189)

Color info

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

RGB color model

#D49BBD color RGB value is (212,155,189).

  • red value is 212;
  • green value is 155;
  • blue value is 189.
RGB:
(212,155,189)
(83%,61%,74%)

RGB channels and saturation

R 212 of 255 = 83%
G 155 of 255 = 61%
B 189 of 255 = 74%

212
155
189

R + G + B ~ 73%. #D49BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 155 + 189 = 556 (100%)
R 212 of 556 ~ 38.13%
G 155 of 556 ~ 27.88%
B 189 of 556 ~ 33.99%

%38.13
%27.88
%33.99

CMYK color model

#D49BBD color CMYK value is (0,27,11,17).

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 10.85%
  • key color value is 16.86%
CMYK:
(0,27,11,17)
C0M27Y11K17 
(0%,27%,11%,17%)
(0.00/0.27/0.11/0.17)	

CMYK percentages

%0
%26.89
%10.85
%16.86

Codes

Color #D49BBD in popluar color models

D49BBD
RGB212155189
HSL324°39.86%71.96%
HSB/HSV324°26.89%83.14%
CMYK0.00%26.89%10.85%
16.86%

Color #D49BBD in popluar number systems.

HEXD49BBD
Decimal212155189
Binary110101001001101110111101
Octal324233275

Shades and tints

Shades of #D49BBD

#D49BBD
(212,155,189)
#C18DAC
(193,141,172)
#AE7F9B
(174,127,155)
#9B718A
(155,113,138)
#886379
(136,99,121)
#755568
(117,85,104)
#624757
(98,71,87)
#4F3946
(79,57,70)
#3C2B35
(60,43,53)
#291D24
(41,29,36)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #D49BBD

#D49BBD
(212,155,189)
#D7A4C3
(215,164,195)
#DAADC9
(218,173,201)
#DDB6CF
(221,182,207)
#E0BFD5
(224,191,213)
#E3C8DB
(227,200,219)
#E6D1E1
(230,209,225)
#E9DAE7
(233,218,231)
#ECE3ED
(236,227,237)
#EFECF3
(239,236,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D49BBD color. Also use rgb(212,155,189) instead hex code.

Text Font Color

.myTextColor { color: #D49BBD; }

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

This text font color is #D49BBD.


Background Color

.myBgColor { background-color: #D49BBD; }

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

This div background color is #D49BBD.


Border color

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

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

This div border color is #D49BBD.


Opacity

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

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

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

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

This text has shadow with #D49BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49BBD on black background.


Color preview on white background

This text has color #D49BBD on white background.



Black color preview on #D49BBD background

This text has black color on #D49BBD background.


White color preview on #D49BBD background

This text has white color on #D49BBD background.