COLOR #B475AB

HEX: #B475AB
RGB: (180,117,171)

Color info

#B475AB contains mainly red and blue colors. Web safe color of #B475AB is #CC6699 (or #C69).

RGB color model

#B475AB color RGB value is (180,117,171).

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

RGB channels and saturation

R 180 of 255 = 71%
G 117 of 255 = 46%
B 171 of 255 = 67%

180
117
171

R + G + B ~ 61%. #B475AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 117 + 171 = 468 (100%)
R 180 of 468 ~ 38.46%
G 117 of 468 ~ 25%
B 171 of 468 ~ 36.54%

%38.46
%25
%36.54

CMYK color model

#B475AB color CMYK value is (0,35,5,29).

  • cyan value is 0.00%
  • magenta value is 35.00%
  • yellow value is 5.00%
  • key color value is 29.41%
CMYK:
(0,35,5,29)
C0M35Y5K29 
(0%,35%,5%,29%)
(0.00/0.35/0.05/0.29)	

CMYK percentages

%0
%35
%5
%29.41

Codes

Color #B475AB in popluar color models

B475AB
RGB180117171
HSL309°29.58%58.24%
HSB/HSV309°35.00%70.59%
CMYK0.00%35.00%5.00%
29.41%

Color #B475AB in popluar number systems.

HEXB475AB
Decimal180117171
Binary10110100111010110101011
Octal264165253

Shades and tints

Shades of #B475AB

#B475AB
(180,117,171)
#A46B9C
(164,107,156)
#94618D
(148,97,141)
#84577E
(132,87,126)
#744D6F
(116,77,111)
#644360
(100,67,96)
#543951
(84,57,81)
#442F42
(68,47,66)
#342533
(52,37,51)
#241B24
(36,27,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #B475AB

#B475AB
(180,117,171)
#BA81B2
(186,129,178)
#C08DB9
(192,141,185)
#C699C0
(198,153,192)
#CCA5C7
(204,165,199)
#D2B1CE
(210,177,206)
#D8BDD5
(216,189,213)
#DEC9DC
(222,201,220)
#E4D5E3
(228,213,227)
#EAE1EA
(234,225,234)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B475AB; }

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

This text font color is #B475AB.


Background Color

.myBgColor { background-color: #B475AB; }

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

This div background color is #B475AB.


Border color

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

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

This div border color is #B475AB.


Opacity

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

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

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

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

This text has shadow with #B475AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B475AB on black background.


Color preview on white background

This text has color #B475AB on white background.



Black color preview on #B475AB background

This text has black color on #B475AB background.


White color preview on #B475AB background

This text has white color on #B475AB background.