COLOR #B5A8E3

HEX: #B5A8E3 RGB: (181,168,227)

Color info

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

RGB color model

#B5A8E3 color RGB value is (181,168,227).

RGB: (181,168,227) (71%, 66%, 89%)

RGB channels and saturation

R 181 of 255 = 71%
G 168 of 255 = 66%
B 227 of 255 = 89%

181
168
227

R + G + B ~ 75%. #B5A8E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 168 + 227 = 576 (100%)
R 181 of 576 ~ 31.42%
G 168 of 576 ~ 29.17%
B 227 of 576 ~ 39.41'%

%31.42
%29.17
%39.41

CMYK color model

#B5A8E3 color CMYK value is (20,26,0,11).

  • cyan value is 20.26%
  • magenta value is 25.99%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (20,26,0,11)
C20M26Y0K11 (20%, 26%, 0%, 11%)
(0.20 / 0.26 / 0.00 / 0.11)

CMYK percentages

%20.26
%25.99
%0
%10.98

Codes

Color #B5A8E3 in popluar color models

B5 A8 E3
RGB 181 168 227
HSL 253° 51.30% 77.45%
HSB/HSV 253° 25.99% 89.02%
CMYK 20.26% 25.99% 0.00%
10.98%

Color #B5A8E3 in popluar number systems.

HEX B5 A8 E3
Decimal 181 168 227
Binary 10110101 10101000 11100011
Octal 265 250 343

Shades and tints

Shades of #B5A8E3

#B5A8E3
(181,168,227)
#A599CF
(165,153,207)
#958ABB
(149,138,187)
#857BA7
(133,123,167)
#756C93
(117,108,147)
#655D7F
(101,93,127)
#554E6B
(85,78,107)
#453F57
(69,63,87)
#353043
(53,48,67)
#25212F
(37,33,47)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #B5A8E3

#B5A8E3
(181,168,227)
#BBAFE5
(187,175,229)
#C1B6E7
(193,182,231)
#C7BDE9
(199,189,233)
#CDC4EB
(205,196,235)
#D3CBED
(211,203,237)
#D9D2EF
(217,210,239)
#DFD9F1
(223,217,241)
#E5E0F3
(229,224,243)
#EBE7F5
(235,231,245)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A8E3 color. Also use rgb(181,168,227) instead hex code.

Text Font Color

.myTextColor { color: #B5A8E3; }

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

This text font color is #B5A8E3.

Background Color

.myBgColor { background-color: #B5A8E3; }

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

This div background color is #B5A8E3.

Border color

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

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

This div border color is #B5A8E3.

Opacity

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

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

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

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

This text has shadow with #B5A8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A8E3.

Preview

Color preview on black background

This text has color #B5A8E3 on black background.


Color preview on white background

This text has color #B5A8E3 on white background.


Black color preview on #B5A8E3 background

This text has black color on #B5A8E3 background.


White color preview on #B5A8E3 background

This text has white color on #B5A8E3 background.


Related colors

Complementary color

Complementary color for #hex is #4A571C.


I love getcolorcode.com

Triadic colors

1 #E3B5A8 and #A8E3B5 with #B5A8E3 are triadic colors.

2 #E3A8B5 and #A8B5E3 with #B5A8E3 are triadic colors.