COLOR #B394AA

HEX: #B394AA RGB: (179,148,170)

Color info

#B394AA contains red, green and blue colors in about the same proportion. Web safe color of #B394AA is #999999 (or #999).

RGB color model

#B394AA color RGB value is (179,148,170).

RGB: (179,148,170) (70%, 58%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 148 of 255 = 58%
B 170 of 255 = 67%

179
148
170

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

Portions of RGB colors in percentages

R + G + B = 179 + 148 + 170 = 497 (100%)
R 179 of 497 ~ 36.02%
G 148 of 497 ~ 29.78%
B 170 of 497 ~ 34.21'%

%36.02
%29.78
%34.21

CMYK color model

#B394AA color CMYK value is (0,17,5,30).

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 5.03%
  • key color value is 29.80%

CMYK: (0,17,5,30)
C0M17Y5K30 (0%, 17%, 5%, 30%)
(0.00 / 0.17 / 0.05 / 0.30)

CMYK percentages

%0
%17.32
%5.03
%29.8

Codes

Color #B394AA in popluar color models

B3 94 AA
RGB 179 148 170
HSL 317° 16.94% 64.12%
HSB/HSV 317° 17.32% 70.20%
CMYK 0.00% 17.32% 5.03%
29.80%

Color #B394AA in popluar number systems.

HEX B3 94 AA
Decimal 179 148 170
Binary 10110011 10010100 10101010
Octal 263 224 252

Shades and tints

Shades of #B394AA

#B394AA
(179,148,170)
#A3879B
(163,135,155)
#937A8C
(147,122,140)
#836D7D
(131,109,125)
#73606E
(115,96,110)
#63535F
(99,83,95)
#534650
(83,70,80)
#433941
(67,57,65)
#332C32
(51,44,50)
#231F23
(35,31,35)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #B394AA

#B394AA
(179,148,170)
#B99DB1
(185,157,177)
#BFA6B8
(191,166,184)
#C5AFBF
(197,175,191)
#CBB8C6
(203,184,198)
#D1C1CD
(209,193,205)
#D7CAD4
(215,202,212)
#DDD3DB
(221,211,219)
#E3DCE2
(227,220,226)
#E9E5E9
(233,229,233)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B394AA color. Also use rgb(179,148,170) instead hex code.

Text Font Color

.myTextColor { color: #B394AA; }

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

This text font color is #B394AA.

Background Color

.myBgColor { background-color: #B394AA; }

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

This div background color is #B394AA.

Border color

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

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

This div border color is #B394AA.

Opacity

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

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

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

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

This text has shadow with #B394AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B394AA.

Preview

Color preview on black background

This text has color #B394AA on black background.


Color preview on white background

This text has color #B394AA on white background.


Black color preview on #B394AA background

This text has black color on #B394AA background.


White color preview on #B394AA background

This text has white color on #B394AA background.


Related colors

Complementary color

Complementary color for #hex is #4C6B55.


I love getcolorcode.com

Triadic colors

1 #AAB394 and #94AAB3 with #B394AA are triadic colors.

2 #AA94B3 and #94B3AA with #B394AA are triadic colors.