COLOR #B4AAC7

HEX: #B4AAC7 RGB: (180,170,199)

Color info

#B4AAC7 contains red, green and blue colors in about the same proportion. Web safe color of #B4AAC7 is #CC99CC (or #C9C).

RGB color model

#B4AAC7 color RGB value is (180,170,199).

RGB: (180,170,199) (71%, 67%, 78%)

RGB channels and saturation

R 180 of 255 = 71%
G 170 of 255 = 67%
B 199 of 255 = 78%

180
170
199

R + G + B ~ 72%. #B4AAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 170 + 199 = 549 (100%)
R 180 of 549 ~ 32.79%
G 170 of 549 ~ 30.97%
B 199 of 549 ~ 36.25'%

%32.79
%30.97
%36.25

CMYK color model

#B4AAC7 color CMYK value is (10,15,0,22).

  • cyan value is 9.55%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (10,15,0,22)
C10M15Y0K22 (10%, 15%, 0%, 22%)
(0.10 / 0.15 / 0.00 / 0.22)

CMYK percentages

%9.55
%14.57
%0
%21.96

Codes

Color #B4AAC7 in popluar color models

B4 AA C7
RGB 180 170 199
HSL 261° 20.57% 72.35%
HSB/HSV 261° 14.57% 78.04%
CMYK 9.55% 14.57% 0.00%
21.96%

Color #B4AAC7 in popluar number systems.

HEX B4 AA C7
Decimal 180 170 199
Binary 10110100 10101010 11000111
Octal 264 252 307

Shades and tints

Shades of #B4AAC7

#B4AAC7
(180,170,199)
#A49BB5
(164,155,181)
#948CA3
(148,140,163)
#847D91
(132,125,145)
#746E7F
(116,110,127)
#645F6D
(100,95,109)
#54505B
(84,80,91)
#444149
(68,65,73)
#343237
(52,50,55)
#242325
(36,35,37)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #B4AAC7

#B4AAC7
(180,170,199)
#BAB1CC
(186,177,204)
#C0B8D1
(192,184,209)
#C6BFD6
(198,191,214)
#CCC6DB
(204,198,219)
#D2CDE0
(210,205,224)
#D8D4E5
(216,212,229)
#DEDBEA
(222,219,234)
#E4E2EF
(228,226,239)
#EAE9F4
(234,233,244)
#F0F0F9
(240,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4AAC7 color. Also use rgb(180,170,199) instead hex code.

Text Font Color

.myTextColor { color: #B4AAC7; }

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

This text font color is #B4AAC7.

Background Color

.myBgColor { background-color: #B4AAC7; }

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

This div background color is #B4AAC7.

Border color

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

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

This div border color is #B4AAC7.

Opacity

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

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

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

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

This text has shadow with #B4AAC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AAC7.

Preview

Color preview on black background

This text has color #B4AAC7 on black background.


Color preview on white background

This text has color #B4AAC7 on white background.


Black color preview on #B4AAC7 background

This text has black color on #B4AAC7 background.


White color preview on #B4AAC7 background

This text has white color on #B4AAC7 background.


Related colors

Complementary color

Complementary color for #hex is #4B5538.


I love getcolorcode.com

Triadic colors

1 #C7B4AA and #AAC7B4 with #B4AAC7 are triadic colors.

2 #C7AAB4 and #AAB4C7 with #B4AAC7 are triadic colors.