COLOR #B2AECD

HEX: #B2AECD RGB: (178,174,205)

Color info

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

RGB color model

#B2AECD color RGB value is (178,174,205).

RGB: (178,174,205) (70%, 68%, 80%)

RGB channels and saturation

R 178 of 255 = 70%
G 174 of 255 = 68%
B 205 of 255 = 80%

178
174
205

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

Portions of RGB colors in percentages

R + G + B = 178 + 174 + 205 = 557 (100%)
R 178 of 557 ~ 31.96%
G 174 of 557 ~ 31.24%
B 205 of 557 ~ 36.8'%

%31.96
%31.24
%36.8

CMYK color model

#B2AECD color CMYK value is (13,15,0,20).

  • cyan value is 13.17%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (13,15,0,20)
C13M15Y0K20 (13%, 15%, 0%, 20%)
(0.13 / 0.15 / 0.00 / 0.20)

CMYK percentages

%13.17
%15.12
%0
%19.61

Codes

Color #B2AECD in popluar color models

B2 AE CD
RGB 178 174 205
HSL 248° 23.66% 74.31%
HSB/HSV 248° 15.12% 80.39%
CMYK 13.17% 15.12% 0.00%
19.61%

Color #B2AECD in popluar number systems.

HEX B2 AE CD
Decimal 178 174 205
Binary 10110010 10101110 11001101
Octal 262 256 315

Shades and tints

Shades of #B2AECD

#B2AECD
(178,174,205)
#A29FBB
(162,159,187)
#9290A9
(146,144,169)
#828197
(130,129,151)
#727285
(114,114,133)
#626373
(98,99,115)
#525461
(82,84,97)
#42454F
(66,69,79)
#32363D
(50,54,61)
#22272B
(34,39,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #B2AECD

#B2AECD
(178,174,205)
#B9B5D1
(185,181,209)
#C0BCD5
(192,188,213)
#C7C3D9
(199,195,217)
#CECADD
(206,202,221)
#D5D1E1
(213,209,225)
#DCD8E5
(220,216,229)
#E3DFE9
(227,223,233)
#EAE6ED
(234,230,237)
#F1EDF1
(241,237,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2AECD; }

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

This text font color is #B2AECD.

Background Color

.myBgColor { background-color: #B2AECD; }

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

This div background color is #B2AECD.

Border color

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

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

This div border color is #B2AECD.

Opacity

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

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

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

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

This text has shadow with #B2AECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2AECD.

Preview

Color preview on black background

This text has color #B2AECD on black background.


Color preview on white background

This text has color #B2AECD on white background.


Black color preview on #B2AECD background

This text has black color on #B2AECD background.


White color preview on #B2AECD background

This text has white color on #B2AECD background.


Related colors

Complementary color

Complementary color for #hex is #4D5132.


I love getcolorcode.com

Triadic colors

1 #CDB2AE and #AECDB2 with #B2AECD are triadic colors.

2 #CDAEB2 and #AEB2CD with #B2AECD are triadic colors.