COLOR #B7AABE

HEX: #B7AABE RGB: (183,170,190)

Color info

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

RGB color model

#B7AABE color RGB value is (183,170,190).

RGB: (183,170,190) (72%, 67%, 75%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 190 of 255 = 75%

183
170
190

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

Portions of RGB colors in percentages

R + G + B = 183 + 170 + 190 = 543 (100%)
R 183 of 543 ~ 33.7%
G 170 of 543 ~ 31.31%
B 190 of 543 ~ 34.99'%

%33.7
%31.31
%34.99

CMYK color model

#B7AABE color CMYK value is (4,11,0,25).

  • cyan value is 3.68%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (4,11,0,25)
C4M11Y0K25 (4%, 11%, 0%, 25%)
(0.04 / 0.11 / 0.00 / 0.25)

CMYK percentages

%3.68
%10.53
%0
%25.49

Codes

Color #B7AABE in popluar color models

B7 AA BE
RGB 183 170 190
HSL 279° 13.33% 70.59%
HSB/HSV 279° 10.53% 74.51%
CMYK 3.68% 10.53% 0.00%
25.49%

Color #B7AABE in popluar number systems.

HEX B7 AA BE
Decimal 183 170 190
Binary 10110111 10101010 10111110
Octal 267 252 276

Shades and tints

Shades of #B7AABE

#B7AABE
(183,170,190)
#A79BAD
(167,155,173)
#978C9C
(151,140,156)
#877D8B
(135,125,139)
#776E7A
(119,110,122)
#675F69
(103,95,105)
#575058
(87,80,88)
#474147
(71,65,71)
#373236
(55,50,54)
#272325
(39,35,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #B7AABE

#B7AABE
(183,170,190)
#BDB1C3
(189,177,195)
#C3B8C8
(195,184,200)
#C9BFCD
(201,191,205)
#CFC6D2
(207,198,210)
#D5CDD7
(213,205,215)
#DBD4DC
(219,212,220)
#E1DBE1
(225,219,225)
#E7E2E6
(231,226,230)
#EDE9EB
(237,233,235)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AABE; }

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

This text font color is #B7AABE.

Background Color

.myBgColor { background-color: #B7AABE; }

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

This div background color is #B7AABE.

Border color

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

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

This div border color is #B7AABE.

Opacity

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

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

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

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

This text has shadow with #B7AABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AABE.

Preview

Color preview on black background

This text has color #B7AABE on black background.


Color preview on white background

This text has color #B7AABE on white background.


Black color preview on #B7AABE background

This text has black color on #B7AABE background.


White color preview on #B7AABE background

This text has white color on #B7AABE background.


Related colors

Complementary color

Complementary color for #hex is #485541.


I love getcolorcode.com

Triadic colors

1 #BEB7AA and #AABEB7 with #B7AABE are triadic colors.

2 #BEAAB7 and #AAB7BE with #B7AABE are triadic colors.