COLOR #B4AEBD

HEX: #B4AEBD RGB: (180,174,189)

Color info

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

RGB color model

#B4AEBD color RGB value is (180,174,189).

RGB: (180,174,189) (71%, 68%, 74%)

RGB channels and saturation

R 180 of 255 = 71%
G 174 of 255 = 68%
B 189 of 255 = 74%

180
174
189

R + G + B ~ 71%. #B4AEBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 174 + 189 = 543 (100%)
R 180 of 543 ~ 33.15%
G 174 of 543 ~ 32.04%
B 189 of 543 ~ 34.81'%

%33.15
%32.04
%34.81

CMYK color model

#B4AEBD color CMYK value is (5,8,0,26).

  • cyan value is 4.76%
  • magenta value is 7.94%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (5,8,0,26)
C5M8Y0K26 (5%, 8%, 0%, 26%)
(0.05 / 0.08 / 0.00 / 0.26)

CMYK percentages

%4.76
%7.94
%0
%25.88

Codes

Color #B4AEBD in popluar color models

B4 AE BD
RGB 180 174 189
HSL 264° 10.20% 71.18%
HSB/HSV 264° 7.94% 74.12%
CMYK 4.76% 7.94% 0.00%
25.88%

Color #B4AEBD in popluar number systems.

HEX B4 AE BD
Decimal 180 174 189
Binary 10110100 10101110 10111101
Octal 264 256 275

Shades and tints

Shades of #B4AEBD

#B4AEBD
(180,174,189)
#A49FAC
(164,159,172)
#94909B
(148,144,155)
#84818A
(132,129,138)
#747279
(116,114,121)
#646368
(100,99,104)
#545457
(84,84,87)
#444546
(68,69,70)
#343635
(52,54,53)
#242724
(36,39,36)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #B4AEBD

#B4AEBD
(180,174,189)
#BAB5C3
(186,181,195)
#C0BCC9
(192,188,201)
#C6C3CF
(198,195,207)
#CCCAD5
(204,202,213)
#D2D1DB
(210,209,219)
#D8D8E1
(216,216,225)
#DEDFE7
(222,223,231)
#E4E6ED
(228,230,237)
#EAEDF3
(234,237,243)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4AEBD; }

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

This text font color is #B4AEBD.

Background Color

.myBgColor { background-color: #B4AEBD; }

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

This div background color is #B4AEBD.

Border color

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

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

This div border color is #B4AEBD.

Opacity

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

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

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

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

This text has shadow with #B4AEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4AEBD.

Preview

Color preview on black background

This text has color #B4AEBD on black background.


Color preview on white background

This text has color #B4AEBD on white background.


Black color preview on #B4AEBD background

This text has black color on #B4AEBD background.


White color preview on #B4AEBD background

This text has white color on #B4AEBD background.


Related colors

Complementary color

Complementary color for #hex is #4B5142.


I love getcolorcode.com

Triadic colors

1 #BDB4AE and #AEBDB4 with #B4AEBD are triadic colors.

2 #BDAEB4 and #AEB4BD with #B4AEBD are triadic colors.