COLOR #B48DAE

HEX: #B48DAE
RGB: (180,141,174)

Color info

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

RGB color model

#B48DAE color RGB value is (180,141,174).

  • red value is 180;
  • green value is 141;
  • blue value is 174.
RGB:
(180,141,174)
(71%,55%,68%)

RGB channels and saturation

R 180 of 255 = 71%
G 141 of 255 = 55%
B 174 of 255 = 68%

180
141
174

R + G + B ~ 65%. #B48DAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 141 + 174 = 495 (100%)
R 180 of 495 ~ 36.36%
G 141 of 495 ~ 28.48%
B 174 of 495 ~ 35.15%

%36.36
%28.48
%35.15

CMYK color model

#B48DAE color CMYK value is (0,22,3,29).

  • cyan value is 0.00%
  • magenta value is 21.67%
  • yellow value is 3.33%
  • key color value is 29.41%
CMYK:
(0,22,3,29)
C0M22Y3K29 
(0%,22%,3%,29%)
(0.00/0.22/0.03/0.29)	

CMYK percentages

%0
%21.67
%3.33
%29.41

Codes

Color #B48DAE in popluar color models

B48DAE
RGB180141174
HSL309°20.63%62.94%
HSB/HSV309°21.67%70.59%
CMYK0.00%21.67%3.33%
29.41%

Color #B48DAE in popluar number systems.

HEXB48DAE
Decimal180141174
Binary101101001000110110101110
Octal264215256

Shades and tints

Shades of #B48DAE

#B48DAE
(180,141,174)
#A4819F
(164,129,159)
#947590
(148,117,144)
#846981
(132,105,129)
#745D72
(116,93,114)
#645163
(100,81,99)
#544554
(84,69,84)
#443945
(68,57,69)
#342D36
(52,45,54)
#242127
(36,33,39)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #B48DAE

#B48DAE
(180,141,174)
#BA97B5
(186,151,181)
#C0A1BC
(192,161,188)
#C6ABC3
(198,171,195)
#CCB5CA
(204,181,202)
#D2BFD1
(210,191,209)
#D8C9D8
(216,201,216)
#DED3DF
(222,211,223)
#E4DDE6
(228,221,230)
#EAE7ED
(234,231,237)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B48DAE color. Also use rgb(180,141,174) instead hex code.

Text Font Color

.myTextColor { color: #B48DAE; }

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

This text font color is #B48DAE.


Background Color

.myBgColor { background-color: #B48DAE; }

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

This div background color is #B48DAE.


Border color

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

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

This div border color is #B48DAE.


Opacity

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

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

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

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

This text has shadow with #B48DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B48DAE on black background.


Color preview on white background

This text has color #B48DAE on white background.



Black color preview on #B48DAE background

This text has black color on #B48DAE background.


White color preview on #B48DAE background

This text has white color on #B48DAE background.