COLOR #B2AEDE

HEX: #B2AEDE
RGB: (178,174,222)

Color info

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

RGB color model

#B2AEDE color RGB value is (178,174,222).

  • red value is 178;
  • green value is 174;
  • blue value is 222.
RGB:
(178,174,222)
(70%,68%,87%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 222 of 255 = 87%

178
174
222

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

Portions of RGB colors in percentages

R + G + B =
178 + 174 + 222 = 574 (100%)
R 178 of 574 ~ 31.01%
G 174 of 574 ~ 30.31%
B 222 of 574 ~ 38.68%

%31.01
%30.31
%38.68

CMYK color model

#B2AEDE color CMYK value is (20,22,0,13).

  • cyan value is 19.82%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(20,22,0,13)
C20M22Y0K13 
(20%,22%,0%,13%)
(0.20/0.22/0.00/0.13)	

CMYK percentages

%19.82
%21.62
%0
%12.94

Codes

Color #B2AEDE in popluar color models

B2AEDE
RGB178174222
HSL245°42.11%77.65%
HSB/HSV245°21.62%87.06%
CMYK19.82%21.62%0.00%
12.94%

Color #B2AEDE in popluar number systems.

HEXB2AEDE
Decimal178174222
Binary101100101010111011011110
Octal262256336

Shades and tints

Shades of #B2AEDE

#B2AEDE
(178,174,222)
#A29FCA
(162,159,202)
#9290B6
(146,144,182)
#8281A2
(130,129,162)
#72728E
(114,114,142)
#62637A
(98,99,122)
#525466
(82,84,102)
#424552
(66,69,82)
#32363E
(50,54,62)
#22272A
(34,39,42)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #B2AEDE

#B2AEDE
(178,174,222)
#B9B5E1
(185,181,225)
#C0BCE4
(192,188,228)
#C7C3E7
(199,195,231)
#CECAEA
(206,202,234)
#D5D1ED
(213,209,237)
#DCD8F0
(220,216,240)
#E3DFF3
(227,223,243)
#EAE6F6
(234,230,246)
#F1EDF9
(241,237,249)
#F8F4FC
(248,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AEDE; }

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

This text font color is #B2AEDE.


Background Color

.myBgColor { background-color: #B2AEDE; }

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

This div background color is #B2AEDE.


Border color

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

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

This div border color is #B2AEDE.


Opacity

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

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

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

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

This text has shadow with #B2AEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2AEDE on black background.


Color preview on white background

This text has color #B2AEDE on white background.



Black color preview on #B2AEDE background

This text has black color on #B2AEDE background.


White color preview on #B2AEDE background

This text has white color on #B2AEDE background.