COLOR #B5ACED

HEX: #B5ACED RGB: (181,172,237)

Color info

#B5ACED contains mainly red and blue colors. Web safe color of #B5ACED is #CC99FF (or #C9F).

RGB color model

#B5ACED color RGB value is (181,172,237).

RGB: (181,172,237) (71%, 67%, 93%)

RGB channels and saturation

R 181 of 255 = 71%
G 172 of 255 = 67%
B 237 of 255 = 93%

181
172
237

R + G + B ~ 77%. #B5ACED is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 172 + 237 = 590 (100%)
R 181 of 590 ~ 30.68%
G 172 of 590 ~ 29.15%
B 237 of 590 ~ 40.17'%

%30.68
%29.15
%40.17

CMYK color model

#B5ACED color CMYK value is (24,27,0,7).

  • cyan value is 23.63%
  • magenta value is 27.43%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (24,27,0,7) C24M27Y0K7 (24%,27%,0%,7%) (0.24/0.27/0.00/0.07) 

CMYK percentages

%23.63
%27.43
%0
%7.06

Codes

Color #B5ACED in popluar color models

B5 AC ED
RGB 181 172 237
HSL 248° 64.36% 80.20%
HSB/HSV 248° 27.43% 92.94%
CMYK 23.63% 27.43% 0.00%
7.06%

Color #B5ACED in popluar number systems.

HEX B5 AC ED
Decimal 181 172 237
Binary 10110101 10101100 11101101
Octal 265 254 355

Shades and tints

Shades of #B5ACED

#B5ACED
(181,172,237)
#A59DD8
(165,157,216)
#958EC3
(149,142,195)
#857FAE
(133,127,174)
#757099
(117,112,153)
#656184
(101,97,132)
#55526F
(85,82,111)
#45435A
(69,67,90)
#353445
(53,52,69)
#252530
(37,37,48)
#15161B
(21,22,27)
#000000
(0,0,0)

Tints of #B5ACED

#B5ACED
(181,172,237)
#BBB3EE
(187,179,238)
#C1BAEF
(193,186,239)
#C7C1F0
(199,193,240)
#CDC8F1
(205,200,241)
#D3CFF2
(211,207,242)
#D9D6F3
(217,214,243)
#DFDDF4
(223,221,244)
#E5E4F5
(229,228,245)
#EBEBF6
(235,235,246)
#F1F2F7
(241,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5ACED color. Also use rgb(181,172,237) instead hex code.

Text Font Color

.myTextColor { color: #B5ACED; }

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

This text font color is #B5ACED.

Background Color

.myBgColor { background-color: #B5ACED; }

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

This div background color is #B5ACED.

Border color

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

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

This div border color is #B5ACED.

Opacity

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

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

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

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

This text has shadow with #B5ACED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5ACED.

Preview

Color preview on black background

This text has color #B5ACED on black background.


Color preview on white background

This text has color #B5ACED on white background.


Black color preview on #B5ACED background

This text has black color on #B5ACED background.


White color preview on #B5ACED background

This text has white color on #B5ACED background.


Related colors

Complementary color

Complementary color for #hex is #4A5312.


I love getcolorcode.com

Triadic colors

1 #EDB5AC and #ACEDB5 with #B5ACED are triadic colors.

2 #EDACB5 and #ACB5ED with #B5ACED are triadic colors.