COLOR #B4AECD

HEX: #B4AECD RGB: (180,174,205)

Color info

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

RGB color model

#B4AECD color RGB value is (180,174,205).

RGB: (180,174,205) (71%, 68%, 80%)

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 205 of 255 = 80%

180
174
205

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

Portions of RGB colors in percentages

R + G + B = 180 + 174 + 205 = 559 (100%)
R 180 of 559 ~ 32.2%
G 174 of 559 ~ 31.13%
B 205 of 559 ~ 36.67'%

%32.2
%31.13
%36.67

CMYK color model

#B4AECD color CMYK value is (12,15,0,20).

  • cyan value is 12.20%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (12,15,0,20) C12M15Y0K20 (12%,15%,0%,20%) (0.12/0.15/0.00/0.20) 

CMYK percentages

%12.2
%15.12
%0
%19.61

Codes

Color #B4AECD in popluar color models

B4 AE CD
RGB 180 174 205
HSL 252° 23.66% 74.31%
HSB/HSV 252° 15.12% 80.39%
CMYK 12.20% 15.12% 0.00%
19.61%

Color #B4AECD in popluar number systems.

HEX B4 AE CD
Decimal 180 174 205
Binary 10110100 10101110 11001101
Octal 264 256 315

Shades and tints

Shades of #B4AECD

#B4AECD
(180,174,205)
#A49FBB
(164,159,187)
#9490A9
(148,144,169)
#848197
(132,129,151)
#747285
(116,114,133)
#646373
(100,99,115)
#545461
(84,84,97)
#44454F
(68,69,79)
#34363D
(52,54,61)
#24272B
(36,39,43)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #B4AECD

#B4AECD
(180,174,205)
#BAB5D1
(186,181,209)
#C0BCD5
(192,188,213)
#C6C3D9
(198,195,217)
#CCCADD
(204,202,221)
#D2D1E1
(210,209,225)
#D8D8E5
(216,216,229)
#DEDFE9
(222,223,233)
#E4E6ED
(228,230,237)
#EAEDF1
(234,237,241)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AECD; }

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

This text font color is #B4AECD.

Background Color

.myBgColor { background-color: #B4AECD; }

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

This div background color is #B4AECD.

Border color

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

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

This div border color is #B4AECD.

Opacity

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

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

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

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

This text has shadow with #B4AECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AECD.

Preview

Color preview on black background

This text has color #B4AECD on black background.


Color preview on white background

This text has color #B4AECD on white background.


Black color preview on #B4AECD background

This text has black color on #B4AECD background.


White color preview on #B4AECD background

This text has white color on #B4AECD background.


Related colors

Complementary color

Complementary color for #hex is #4B5132.


I love getcolorcode.com

Triadic colors

1 #CDB4AE and #AECDB4 with #B4AECD are triadic colors.

2 #CDAEB4 and #AEB4CD with #B4AECD are triadic colors.