COLOR #B485AB

HEX: #B485AB
RGB: (180,133,171)

Color info

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

RGB color model

#B485AB color RGB value is (180,133,171).

  • red value is 180;
  • green value is 133;
  • blue value is 171.
RGB:
(180,133,171)
(71%,52%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 133 of 255 = 52%
B 171 of 255 = 67%

180
133
171

R + G + B ~ 63%. #B485AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 133 + 171 = 484 (100%)
R 180 of 484 ~ 37.19%
G 133 of 484 ~ 27.48%
B 171 of 484 ~ 35.33%

%37.19
%27.48
%35.33

CMYK color model

#B485AB color CMYK value is (0,26,5,29).

  • cyan value is 0.00%
  • magenta value is 26.11%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(0,26,5,29)
C0M26Y5K29 
(0%,26%,5%,29%)
(0.00/0.26/0.05/0.29)	

CMYK percentages

%0
%26.11
%5
%29.41

Codes

Color #B485AB in popluar color models

B485AB
RGB180133171
HSL311°23.86%61.37%
HSB/HSV311°26.11%70.59%
CMYK0.00%26.11%5.00%
29.41%

Color #B485AB in popluar number systems.

HEXB485AB
Decimal180133171
Binary101101001000010110101011
Octal264205253

Shades and tints

Shades of #B485AB

#B485AB
(180,133,171)
#A4799C
(164,121,156)
#946D8D
(148,109,141)
#84617E
(132,97,126)
#74556F
(116,85,111)
#644960
(100,73,96)
#543D51
(84,61,81)
#443142
(68,49,66)
#342533
(52,37,51)
#241924
(36,25,36)
#140D15
(20,13,21)
#000000
(0,0,0)

Tints of #B485AB

#B485AB
(180,133,171)
#BA90B2
(186,144,178)
#C09BB9
(192,155,185)
#C6A6C0
(198,166,192)
#CCB1C7
(204,177,199)
#D2BCCE
(210,188,206)
#D8C7D5
(216,199,213)
#DED2DC
(222,210,220)
#E4DDE3
(228,221,227)
#EAE8EA
(234,232,234)
#F0F3F1
(240,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B485AB color. Also use rgb(180,133,171) instead hex code.

Text Font Color

.myTextColor { color: #B485AB; }

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

This text font color is #B485AB.


Background Color

.myBgColor { background-color: #B485AB; }

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

This div background color is #B485AB.


Border color

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

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

This div border color is #B485AB.


Opacity

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

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

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

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

This text has shadow with #B485AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B485AB on black background.


Color preview on white background

This text has color #B485AB on white background.



Black color preview on #B485AB background

This text has black color on #B485AB background.


White color preview on #B485AB background

This text has white color on #B485AB background.