COLOR #B7AEBD

HEX: #B7AEBD RGB: (183,174,189)

Color info

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

RGB color model

#B7AEBD color RGB value is (183,174,189).

RGB: (183,174,189) (72%, 68%, 74%)

RGB channels and saturation

R 183 of 255 = 72%
G 174 of 255 = 68%
B 189 of 255 = 74%

183
174
189

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

Portions of RGB colors in percentages

R + G + B = 183 + 174 + 189 = 546 (100%)
R 183 of 546 ~ 33.52%
G 174 of 546 ~ 31.87%
B 189 of 546 ~ 34.62'%

%33.52
%31.87
%34.62

CMYK color model

#B7AEBD color CMYK value is (3,8,0,26).

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

CMYK: (3,8,0,26)
C3M8Y0K26 (3%, 8%, 0%, 26%)
(0.03 / 0.08 / 0.00 / 0.26)

CMYK percentages

%3.17
%7.94
%0
%25.88

Codes

Color #B7AEBD in popluar color models

B7 AE BD
RGB 183 174 189
HSL 276° 10.20% 71.18%
HSB/HSV 276° 7.94% 74.12%
CMYK 3.17% 7.94% 0.00%
25.88%

Color #B7AEBD in popluar number systems.

HEX B7 AE BD
Decimal 183 174 189
Binary 10110111 10101110 10111101
Octal 267 256 275

Shades and tints

Shades of #B7AEBD

#B7AEBD
(183,174,189)
#A79FAC
(167,159,172)
#97909B
(151,144,155)
#87818A
(135,129,138)
#777279
(119,114,121)
#676368
(103,99,104)
#575457
(87,84,87)
#474546
(71,69,70)
#373635
(55,54,53)
#272724
(39,39,36)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #B7AEBD

#B7AEBD
(183,174,189)
#BDB5C3
(189,181,195)
#C3BCC9
(195,188,201)
#C9C3CF
(201,195,207)
#CFCAD5
(207,202,213)
#D5D1DB
(213,209,219)
#DBD8E1
(219,216,225)
#E1DFE7
(225,223,231)
#E7E6ED
(231,230,237)
#EDEDF3
(237,237,243)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AEBD; }

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

This text font color is #B7AEBD.

Background Color

.myBgColor { background-color: #B7AEBD; }

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

This div background color is #B7AEBD.

Border color

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

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

This div border color is #B7AEBD.

Opacity

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

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

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

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

This text has shadow with #B7AEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AEBD.

Preview

Color preview on black background

This text has color #B7AEBD on black background.


Color preview on white background

This text has color #B7AEBD on white background.


Black color preview on #B7AEBD background

This text has black color on #B7AEBD background.


White color preview on #B7AEBD background

This text has white color on #B7AEBD background.


Related colors

Complementary color

Complementary color for #hex is #485142.


I love getcolorcode.com

Triadic colors

1 #BDB7AE and #AEBDB7 with #B7AEBD are triadic colors.

2 #BDAEB7 and #AEB7BD with #B7AEBD are triadic colors.