COLOR #D49BB0

HEX: #D49BB0
RGB: (212,155,176)

Color info

#D49BB0 contains red, green and blue colors in about the same proportion. Web safe color of #D49BB0 is #CC9999 (or #C99).

RGB color model

#D49BB0 color RGB value is (212,155,176).

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

RGB channels and saturation

R 212 of 255 = 83%
G 155 of 255 = 61%
B 176 of 255 = 69%

212
155
176

R + G + B ~ 71%. #D49BB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 155 + 176 = 543 (100%)
R 212 of 543 ~ 39.04%
G 155 of 543 ~ 28.55%
B 176 of 543 ~ 32.41%

%39.04
%28.55
%32.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.89%
  • yellow value is 16.98%
  • key color value is 16.86%
CMYK:
(0,27,17,17)
C0M27Y17K17 
(0%,27%,17%,17%)
(0.00/0.27/0.17/0.17)	

CMYK percentages

%0
%26.89
%16.98
%16.86

Codes

Color #D49BB0 in popluar color models

D49BB0
RGB212155176
HSL338°39.86%71.96%
HSB/HSV338°26.89%83.14%
CMYK0.00%26.89%16.98%
16.86%

Color #D49BB0 in popluar number systems.

HEXD49BB0
Decimal212155176
Binary110101001001101110110000
Octal324233260

Shades and tints

Shades of #D49BB0

#D49BB0
(212,155,176)
#C18DA0
(193,141,160)
#AE7F90
(174,127,144)
#9B7180
(155,113,128)
#886370
(136,99,112)
#755560
(117,85,96)
#624750
(98,71,80)
#4F3940
(79,57,64)
#3C2B30
(60,43,48)
#291D20
(41,29,32)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #D49BB0

#D49BB0
(212,155,176)
#D7A4B7
(215,164,183)
#DAADBE
(218,173,190)
#DDB6C5
(221,182,197)
#E0BFCC
(224,191,204)
#E3C8D3
(227,200,211)
#E6D1DA
(230,209,218)
#E9DAE1
(233,218,225)
#ECE3E8
(236,227,232)
#EFECEF
(239,236,239)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D49BB0; }

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

This text font color is #D49BB0.


Background Color

.myBgColor { background-color: #D49BB0; }

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

This div background color is #D49BB0.


Border color

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

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

This div border color is #D49BB0.


Opacity

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

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

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

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

This text has shadow with #D49BB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D49BB0 on black background.


Color preview on white background

This text has color #D49BB0 on white background.



Black color preview on #D49BB0 background

This text has black color on #D49BB0 background.


White color preview on #D49BB0 background

This text has white color on #D49BB0 background.