COLOR #B3AACC

HEX: #B3AACC RGB: (179,170,204)

Color info

#B3AACC contains red, green and blue colors in about the same proportion. Web safe color of #B3AACC is #9999CC (or #99C).

RGB color model

#B3AACC color RGB value is (179,170,204).

RGB: (179,170,204) (70%, 67%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 170 of 255 = 67%
B 204 of 255 = 80%

179
170
204

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

Portions of RGB colors in percentages

R + G + B = 179 + 170 + 204 = 553 (100%)
R 179 of 553 ~ 32.37%
G 170 of 553 ~ 30.74%
B 204 of 553 ~ 36.89'%

%32.37
%30.74
%36.89

CMYK color model

#B3AACC color CMYK value is (12,17,0,20).

  • cyan value is 12.25%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (12,17,0,20)
C12M17Y0K20 (12%, 17%, 0%, 20%)
(0.12 / 0.17 / 0.00 / 0.20)

CMYK percentages

%12.25
%16.67
%0
%20

Codes

Color #B3AACC in popluar color models

B3 AA CC
RGB 179 170 204
HSL 256° 25.00% 73.33%
HSB/HSV 256° 16.67% 80.00%
CMYK 12.25% 16.67% 0.00%
20.00%

Color #B3AACC in popluar number systems.

HEX B3 AA CC
Decimal 179 170 204
Binary 10110011 10101010 11001100
Octal 263 252 314

Shades and tints

Shades of #B3AACC

#B3AACC
(179,170,204)
#A39BBA
(163,155,186)
#938CA8
(147,140,168)
#837D96
(131,125,150)
#736E84
(115,110,132)
#635F72
(99,95,114)
#535060
(83,80,96)
#43414E
(67,65,78)
#33323C
(51,50,60)
#23232A
(35,35,42)
#131418
(19,20,24)
#000000
(0,0,0)

Tints of #B3AACC

#B3AACC
(179,170,204)
#B9B1D0
(185,177,208)
#BFB8D4
(191,184,212)
#C5BFD8
(197,191,216)
#CBC6DC
(203,198,220)
#D1CDE0
(209,205,224)
#D7D4E4
(215,212,228)
#DDDBE8
(221,219,232)
#E3E2EC
(227,226,236)
#E9E9F0
(233,233,240)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3AACC; }

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

This text font color is #B3AACC.

Background Color

.myBgColor { background-color: #B3AACC; }

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

This div background color is #B3AACC.

Border color

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

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

This div border color is #B3AACC.

Opacity

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

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

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

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

This text has shadow with #B3AACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3AACC.

Preview

Color preview on black background

This text has color #B3AACC on black background.


Color preview on white background

This text has color #B3AACC on white background.


Black color preview on #B3AACC background

This text has black color on #B3AACC background.


White color preview on #B3AACC background

This text has white color on #B3AACC background.


Related colors

Complementary color

Complementary color for #hex is #4C5533.


I love getcolorcode.com

Triadic colors

1 #CCB3AA and #AACCB3 with #B3AACC are triadic colors.

2 #CCAAB3 and #AAB3CC with #B3AACC are triadic colors.