COLOR #B2AEE3

HEX: #B2AEE3 RGB: (178,174,227)

Color info

#B2AEE3 contains red, green and blue colors in about the same proportion. Web safe color of #B2AEE3 is #9999CC (or #99C).

RGB color model

#B2AEE3 color RGB value is (178,174,227).

RGB: (178,174,227) (70%, 68%, 89%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 227 of 255 = 89%

178
174
227

R + G + B ~ 76%. #B2AEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 227 = 579 (100%)
R 178 of 579 ~ 30.74%
G 174 of 579 ~ 30.05%
B 227 of 579 ~ 39.21'%

%30.74
%30.05
%39.21

CMYK color model

#B2AEE3 color CMYK value is (22,23,0,11).

  • cyan value is 21.59%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (22,23,0,11)
C22M23Y0K11 (22%, 23%, 0%, 11%)
(0.22 / 0.23 / 0.00 / 0.11)

CMYK percentages

%21.59
%23.35
%0
%10.98

Codes

Color #B2AEE3 in popluar color models

B2 AE E3
RGB 178 174 227
HSL 245° 48.62% 78.63%
HSB/HSV 245° 23.35% 89.02%
CMYK 21.59% 23.35% 0.00%
10.98%

Color #B2AEE3 in popluar number systems.

HEX B2 AE E3
Decimal 178 174 227
Binary 10110010 10101110 11100011
Octal 262 256 343

Shades and tints

Shades of #B2AEE3

#B2AEE3
(178,174,227)
#A29FCF
(162,159,207)
#9290BB
(146,144,187)
#8281A7
(130,129,167)
#727293
(114,114,147)
#62637F
(98,99,127)
#52546B
(82,84,107)
#424557
(66,69,87)
#323643
(50,54,67)
#22272F
(34,39,47)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #B2AEE3

#B2AEE3
(178,174,227)
#B9B5E5
(185,181,229)
#C0BCE7
(192,188,231)
#C7C3E9
(199,195,233)
#CECAEB
(206,202,235)
#D5D1ED
(213,209,237)
#DCD8EF
(220,216,239)
#E3DFF1
(227,223,241)
#EAE6F3
(234,230,243)
#F1EDF5
(241,237,245)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2AEE3 color. Also use rgb(178,174,227) instead hex code.

Text Font Color

.myTextColor { color: #B2AEE3; }

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

This text font color is #B2AEE3.

Background Color

.myBgColor { background-color: #B2AEE3; }

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

This div background color is #B2AEE3.

Border color

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

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

This div border color is #B2AEE3.

Opacity

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

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

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

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

This text has shadow with #B2AEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AEE3.

Preview

Color preview on black background

This text has color #B2AEE3 on black background.


Color preview on white background

This text has color #B2AEE3 on white background.


Black color preview on #B2AEE3 background

This text has black color on #B2AEE3 background.


White color preview on #B2AEE3 background

This text has white color on #B2AEE3 background.


Related colors

Complementary color

Complementary color for #hex is #4D511C.


I love getcolorcode.com

Triadic colors

1 #E3B2AE and #AEE3B2 with #B2AEE3 are triadic colors.

2 #E3AEB2 and #AEB2E3 with #B2AEE3 are triadic colors.