COLOR #B398AA

HEX: #B398AA RGB: (179,152,170)

Color info

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

RGB color model

#B398AA color RGB value is (179,152,170).

RGB: (179,152,170) (70%, 60%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 152 of 255 = 60%
B 170 of 255 = 67%

179
152
170

R + G + B ~ 66%. #B398AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 152 + 170 = 501 (100%)
R 179 of 501 ~ 35.73%
G 152 of 501 ~ 30.34%
B 170 of 501 ~ 33.93'%

%35.73
%30.34
%33.93

CMYK color model

#B398AA color CMYK value is (0,15,5,30).

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

CMYK: (0,15,5,30)
C0M15Y5K30 (0%, 15%, 5%, 30%)
(0.00 / 0.15 / 0.05 / 0.30)

CMYK percentages

%0
%15.08
%5.03
%29.8

Codes

Color #B398AA in popluar color models

B3 98 AA
RGB 179 152 170
HSL 320° 15.08% 64.90%
HSB/HSV 320° 15.08% 70.20%
CMYK 0.00% 15.08% 5.03%
29.80%

Color #B398AA in popluar number systems.

HEX B3 98 AA
Decimal 179 152 170
Binary 10110011 10011000 10101010
Octal 263 230 252

Shades and tints

Shades of #B398AA

#B398AA
(179,152,170)
#A38B9B
(163,139,155)
#937E8C
(147,126,140)
#83717D
(131,113,125)
#73646E
(115,100,110)
#63575F
(99,87,95)
#534A50
(83,74,80)
#433D41
(67,61,65)
#333032
(51,48,50)
#232323
(35,35,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #B398AA

#B398AA
(179,152,170)
#B9A1B1
(185,161,177)
#BFAAB8
(191,170,184)
#C5B3BF
(197,179,191)
#CBBCC6
(203,188,198)
#D1C5CD
(209,197,205)
#D7CED4
(215,206,212)
#DDD7DB
(221,215,219)
#E3E0E2
(227,224,226)
#E9E9E9
(233,233,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B398AA; }

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

This text font color is #B398AA.

Background Color

.myBgColor { background-color: #B398AA; }

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

This div background color is #B398AA.

Border color

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

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

This div border color is #B398AA.

Opacity

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

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

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

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

This text has shadow with #B398AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B398AA.

Preview

Color preview on black background

This text has color #B398AA on black background.


Color preview on white background

This text has color #B398AA on white background.


Black color preview on #B398AA background

This text has black color on #B398AA background.


White color preview on #B398AA background

This text has white color on #B398AA background.


Related colors

Complementary color

Complementary color for #hex is #4C6755.


I love getcolorcode.com

Triadic colors

1 #AAB398 and #98AAB3 with #B398AA are triadic colors.

2 #AA98B3 and #98B3AA with #B398AA are triadic colors.