COLOR #B7AABD

HEX: #B7AABD RGB: (183,170,189)

Color info

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

RGB color model

#B7AABD color RGB value is (183,170,189).

RGB: (183,170,189) (72%, 67%, 74%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 189 of 255 = 74%

183
170
189

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

Portions of RGB colors in percentages

R + G + B = 183 + 170 + 189 = 542 (100%)
R 183 of 542 ~ 33.76%
G 170 of 542 ~ 31.37%
B 189 of 542 ~ 34.87'%

%33.76
%31.37
%34.87

CMYK color model

#B7AABD color CMYK value is (3,10,0,26).

  • cyan value is 3.17%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (3,10,0,26) C3M10Y0K26 (3%,10%,0%,26%) (0.03/0.10/0.00/0.26) 

CMYK percentages

%3.17
%10.05
%0
%25.88

Codes

Color #B7AABD in popluar color models

B7 AA BD
RGB 183 170 189
HSL 281° 12.58% 70.39%
HSB/HSV 281° 10.05% 74.12%
CMYK 3.17% 10.05% 0.00%
25.88%

Color #B7AABD in popluar number systems.

HEX B7 AA BD
Decimal 183 170 189
Binary 10110111 10101010 10111101
Octal 267 252 275

Shades and tints

Shades of #B7AABD

#B7AABD
(183,170,189)
#A79BAC
(167,155,172)
#978C9B
(151,140,155)
#877D8A
(135,125,138)
#776E79
(119,110,121)
#675F68
(103,95,104)
#575057
(87,80,87)
#474146
(71,65,70)
#373235
(55,50,53)
#272324
(39,35,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7AABD

#B7AABD
(183,170,189)
#BDB1C3
(189,177,195)
#C3B8C9
(195,184,201)
#C9BFCF
(201,191,207)
#CFC6D5
(207,198,213)
#D5CDDB
(213,205,219)
#DBD4E1
(219,212,225)
#E1DBE7
(225,219,231)
#E7E2ED
(231,226,237)
#EDE9F3
(237,233,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AABD; }

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

This text font color is #B7AABD.

Background Color

.myBgColor { background-color: #B7AABD; }

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

This div background color is #B7AABD.

Border color

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

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

This div border color is #B7AABD.

Opacity

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

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

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

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

This text has shadow with #B7AABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AABD.

Preview

Color preview on black background

This text has color #B7AABD on black background.


Color preview on white background

This text has color #B7AABD on white background.


Black color preview on #B7AABD background

This text has black color on #B7AABD background.


White color preview on #B7AABD background

This text has white color on #B7AABD background.


Related colors

Complementary color

Complementary color for #hex is #485542.


I love getcolorcode.com

Triadic colors

1 #BDB7AA and #AABDB7 with #B7AABD are triadic colors.

2 #BDAAB7 and #AAB7BD with #B7AABD are triadic colors.