COLOR #B8AACD

HEX: #B8AACD RGB: (184,170,205)

Color info

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

RGB color model

#B8AACD color RGB value is (184,170,205).

RGB: (184,170,205) (72%, 67%, 80%)

RGB channels and saturation

R 184 of 255 = 72%
G 170 of 255 = 67%
B 205 of 255 = 80%

184
170
205

R + G + B ~ 73%. #B8AACD is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 170 + 205 = 559 (100%)
R 184 of 559 ~ 32.92%
G 170 of 559 ~ 30.41%
B 205 of 559 ~ 36.67'%

%32.92
%30.41
%36.67

CMYK color model

#B8AACD color CMYK value is (10,17,0,20).

  • cyan value is 10.24%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (10,17,0,20)
C10M17Y0K20 (10%, 17%, 0%, 20%)
(0.10 / 0.17 / 0.00 / 0.20)

CMYK percentages

%10.24
%17.07
%0
%19.61

Codes

Color #B8AACD in popluar color models

B8 AA CD
RGB 184 170 205
HSL 264° 25.93% 73.53%
HSB/HSV 264° 17.07% 80.39%
CMYK 10.24% 17.07% 0.00%
19.61%

Color #B8AACD in popluar number systems.

HEX B8 AA CD
Decimal 184 170 205
Binary 10111000 10101010 11001101
Octal 270 252 315

Shades and tints

Shades of #B8AACD

#B8AACD
(184,170,205)
#A89BBB
(168,155,187)
#988CA9
(152,140,169)
#887D97
(136,125,151)
#786E85
(120,110,133)
#685F73
(104,95,115)
#585061
(88,80,97)
#48414F
(72,65,79)
#38323D
(56,50,61)
#28232B
(40,35,43)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #B8AACD

#B8AACD
(184,170,205)
#BEB1D1
(190,177,209)
#C4B8D5
(196,184,213)
#CABFD9
(202,191,217)
#D0C6DD
(208,198,221)
#D6CDE1
(214,205,225)
#DCD4E5
(220,212,229)
#E2DBE9
(226,219,233)
#E8E2ED
(232,226,237)
#EEE9F1
(238,233,241)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8AACD color. Also use rgb(184,170,205) instead hex code.

Text Font Color

.myTextColor { color: #B8AACD; }

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

This text font color is #B8AACD.

Background Color

.myBgColor { background-color: #B8AACD; }

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

This div background color is #B8AACD.

Border color

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

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

This div border color is #B8AACD.

Opacity

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

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

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

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

This text has shadow with #B8AACD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8AACD.

Preview

Color preview on black background

This text has color #B8AACD on black background.


Color preview on white background

This text has color #B8AACD on white background.


Black color preview on #B8AACD background

This text has black color on #B8AACD background.


White color preview on #B8AACD background

This text has white color on #B8AACD background.


Related colors

Complementary color

Complementary color for #hex is #475532.


I love getcolorcode.com

Triadic colors

1 #CDB8AA and #AACDB8 with #B8AACD are triadic colors.

2 #CDAAB8 and #AAB8CD with #B8AACD are triadic colors.