COLOR #B479AC

HEX: #B479AC
RGB: (180,121,172)

Color info

#B479AC contains red, green and blue colors in about the same proportion. Web safe color of #B479AC is #CC6699 (or #C69).

RGB color model

#B479AC color RGB value is (180,121,172).

  • red value is 180;
  • green value is 121;
  • blue value is 172.
RGB:
(180,121,172)
(71%,47%,67%)

RGB channels and saturation

R 180 of 255 = 71%
G 121 of 255 = 47%
B 172 of 255 = 67%

180
121
172

R + G + B ~ 62%. #B479AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 121 + 172 = 473 (100%)
R 180 of 473 ~ 38.05%
G 121 of 473 ~ 25.58%
B 172 of 473 ~ 36.36%

%38.05
%25.58
%36.36

CMYK color model

#B479AC color CMYK value is (0,33,4,29).

  • cyan value is 0.00%
  • magenta value is 32.78%
  • yellow value is 4.44%
  • key color value is 29.41%
CMYK:
(0,33,4,29)
C0M33Y4K29 
(0%,33%,4%,29%)
(0.00/0.33/0.04/0.29)	

CMYK percentages

%0
%32.78
%4.44
%29.41

Codes

Color #B479AC in popluar color models

B479AC
RGB180121172
HSL308°28.23%59.02%
HSB/HSV308°32.78%70.59%
CMYK0.00%32.78%4.44%
29.41%

Color #B479AC in popluar number systems.

HEXB479AC
Decimal180121172
Binary10110100111100110101100
Octal264171254

Shades and tints

Shades of #B479AC

#B479AC
(180,121,172)
#A46E9D
(164,110,157)
#94638E
(148,99,142)
#84587F
(132,88,127)
#744D70
(116,77,112)
#644261
(100,66,97)
#543752
(84,55,82)
#442C43
(68,44,67)
#342134
(52,33,52)
#241625
(36,22,37)
#140B16
(20,11,22)
#000000
(0,0,0)

Tints of #B479AC

#B479AC
(180,121,172)
#BA85B3
(186,133,179)
#C091BA
(192,145,186)
#C69DC1
(198,157,193)
#CCA9C8
(204,169,200)
#D2B5CF
(210,181,207)
#D8C1D6
(216,193,214)
#DECDDD
(222,205,221)
#E4D9E4
(228,217,228)
#EAE5EB
(234,229,235)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B479AC color. Also use rgb(180,121,172) instead hex code.

Text Font Color

.myTextColor { color: #B479AC; }

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

This text font color is #B479AC.


Background Color

.myBgColor { background-color: #B479AC; }

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

This div background color is #B479AC.


Border color

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

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

This div border color is #B479AC.


Opacity

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

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

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

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

This text has shadow with #B479AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B479AC on black background.


Color preview on white background

This text has color #B479AC on white background.



Black color preview on #B479AC background

This text has black color on #B479AC background.


White color preview on #B479AC background

This text has white color on #B479AC background.