COLOR #D49BD5

HEX: #D49BD5
RGB: (212,155,213)

Color info

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

RGB color model

#D49BD5 color RGB value is (212,155,213).

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

RGB channels and saturation

R 212 of 255 = 83%
G 155 of 255 = 61%
B 213 of 255 = 84%

212
155
213

R + G + B ~ 76%. #D49BD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 155 + 213 = 580 (100%)
R 212 of 580 ~ 36.55%
G 155 of 580 ~ 26.72%
B 213 of 580 ~ 36.72%

%36.55
%26.72
%36.72

CMYK color model

#D49BD5 color CMYK value is (0,27,0,16).

  • cyan value is 0.47%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(0,27,0,16)
C0M27Y0K16 
(0%,27%,0%,16%)
(0.00/0.27/0.00/0.16)	

CMYK percentages

%0.47
%27.23
%0
%16.47

Codes

Color #D49BD5 in popluar color models

D49BD5
RGB212155213
HSL299°40.85%72.16%
HSB/HSV299°27.23%83.53%
CMYK0.47%27.23%0.00%
16.47%

Color #D49BD5 in popluar number systems.

HEXD49BD5
Decimal212155213
Binary110101001001101111010101
Octal324233325

Shades and tints

Shades of #D49BD5

#D49BD5
(212,155,213)
#C18DC2
(193,141,194)
#AE7FAF
(174,127,175)
#9B719C
(155,113,156)
#886389
(136,99,137)
#755576
(117,85,118)
#624763
(98,71,99)
#4F3950
(79,57,80)
#3C2B3D
(60,43,61)
#291D2A
(41,29,42)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #D49BD5

#D49BD5
(212,155,213)
#D7A4D8
(215,164,216)
#DAADDB
(218,173,219)
#DDB6DE
(221,182,222)
#E0BFE1
(224,191,225)
#E3C8E4
(227,200,228)
#E6D1E7
(230,209,231)
#E9DAEA
(233,218,234)
#ECE3ED
(236,227,237)
#EFECF0
(239,236,240)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49BD5; }

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

This text font color is #D49BD5.


Background Color

.myBgColor { background-color: #D49BD5; }

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

This div background color is #D49BD5.


Border color

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

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

This div border color is #D49BD5.


Opacity

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

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

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

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

This text has shadow with #D49BD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49BD5 on black background.


Color preview on white background

This text has color #D49BD5 on white background.



Black color preview on #D49BD5 background

This text has black color on #D49BD5 background.


White color preview on #D49BD5 background

This text has white color on #D49BD5 background.