COLOR #B5AECA

HEX: #B5AECA
RGB: (181,174,202)

Color info

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

RGB color model

#B5AECA color RGB value is (181,174,202).

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

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 202 of 255 = 79%

181
174
202

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

Portions of RGB colors in percentages

R + G + B =
181 + 174 + 202 = 557 (100%)
R 181 of 557 ~ 32.5%
G 174 of 557 ~ 31.24%
B 202 of 557 ~ 36.27%

%32.5
%31.24
%36.27

CMYK color model

#B5AECA color CMYK value is (10,14,0,21).

  • cyan value is 10.40%
  • magenta value is 13.86%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(10,14,0,21)
C10M14Y0K21 
(10%,14%,0%,21%)
(0.10/0.14/0.00/0.21)	

CMYK percentages

%10.4
%13.86
%0
%20.78

Codes

Color #B5AECA in popluar color models

B5AECA
RGB181174202
HSL255°20.90%73.73%
HSB/HSV255°13.86%79.22%
CMYK10.40%13.86%0.00%
20.78%

Color #B5AECA in popluar number systems.

HEXB5AECA
Decimal181174202
Binary101101011010111011001010
Octal265256312

Shades and tints

Shades of #B5AECA

#B5AECA
(181,174,202)
#A59FB8
(165,159,184)
#9590A6
(149,144,166)
#858194
(133,129,148)
#757282
(117,114,130)
#656370
(101,99,112)
#55545E
(85,84,94)
#45454C
(69,69,76)
#35363A
(53,54,58)
#252728
(37,39,40)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #B5AECA

#B5AECA
(181,174,202)
#BBB5CE
(187,181,206)
#C1BCD2
(193,188,210)
#C7C3D6
(199,195,214)
#CDCADA
(205,202,218)
#D3D1DE
(211,209,222)
#D9D8E2
(217,216,226)
#DFDFE6
(223,223,230)
#E5E6EA
(229,230,234)
#EBEDEE
(235,237,238)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5AECA; }

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

This text font color is #B5AECA.


Background Color

.myBgColor { background-color: #B5AECA; }

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

This div background color is #B5AECA.


Border color

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

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

This div border color is #B5AECA.


Opacity

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

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

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

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

This text has shadow with #B5AECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5AECA on black background.


Color preview on white background

This text has color #B5AECA on white background.



Black color preview on #B5AECA background

This text has black color on #B5AECA background.


White color preview on #B5AECA background

This text has white color on #B5AECA background.