COLOR #B5AEEB

HEX: #B5AEEB
RGB: (181,174,235)

Color info

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

RGB color model

#B5AEEB color RGB value is (181,174,235).

  • red value is 181;
  • green value is 174;
  • blue value is 235.
RGB:
(181,174,235)
(71%,68%,92%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 235 of 255 = 92%

181
174
235

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

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 235 = 590 (100%)
R 181 of 590 ~ 30.68%
G 174 of 590 ~ 29.49%
B 235 of 590 ~ 39.83%

%30.68
%29.49
%39.83

CMYK color model

#B5AEEB color CMYK value is (23,26,0,8).

  • cyan value is 22.98%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,26,0,8)
C23M26Y0K8 
(23%,26%,0%,8%)
(0.23/0.26/0.00/0.08)	

CMYK percentages

%22.98
%25.96
%0
%7.84

Codes

Color #B5AEEB in popluar color models

B5AEEB
RGB181174235
HSL247°60.40%80.20%
HSB/HSV247°25.96%92.16%
CMYK22.98%25.96%0.00%
7.84%

Color #B5AEEB in popluar number systems.

HEXB5AEEB
Decimal181174235
Binary101101011010111011101011
Octal265256353

Shades and tints

Shades of #B5AEEB

#B5AEEB
(181,174,235)
#A59FD6
(165,159,214)
#9590C1
(149,144,193)
#8581AC
(133,129,172)
#757297
(117,114,151)
#656382
(101,99,130)
#55546D
(85,84,109)
#454558
(69,69,88)
#353643
(53,54,67)
#25272E
(37,39,46)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #B5AEEB

#B5AEEB
(181,174,235)
#BBB5EC
(187,181,236)
#C1BCED
(193,188,237)
#C7C3EE
(199,195,238)
#CDCAEF
(205,202,239)
#D3D1F0
(211,209,240)
#D9D8F1
(217,216,241)
#DFDFF2
(223,223,242)
#E5E6F3
(229,230,243)
#EBEDF4
(235,237,244)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AEEB color. Also use rgb(181,174,235) instead hex code.

Text Font Color

.myTextColor { color: #B5AEEB; }

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

This text font color is #B5AEEB.


Background Color

.myBgColor { background-color: #B5AEEB; }

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

This div background color is #B5AEEB.


Border color

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

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

This div border color is #B5AEEB.


Opacity

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

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

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

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

This text has shadow with #B5AEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AEEB on black background.


Color preview on white background

This text has color #B5AEEB on white background.



Black color preview on #B5AEEB background

This text has black color on #B5AEEB background.


White color preview on #B5AEEB background

This text has white color on #B5AEEB background.