COLOR #B7AAD1

HEX: #B7AAD1 RGB: (183,170,209)

Color info

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

RGB color model

#B7AAD1 color RGB value is (183,170,209).

RGB: (183,170,209) (72%, 67%, 82%)

RGB channels and saturation

R 183 of 255 = 72%
G 170 of 255 = 67%
B 209 of 255 = 82%

183
170
209

R + G + B ~ 74%. #B7AAD1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 170 + 209 = 562 (100%)
R 183 of 562 ~ 32.56%
G 170 of 562 ~ 30.25%
B 209 of 562 ~ 37.19'%

%32.56
%30.25
%37.19

CMYK color model

#B7AAD1 color CMYK value is (12,19,0,18).

  • cyan value is 12.44%
  • magenta value is 18.66%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (12,19,0,18) C12M19Y0K18 (12%,19%,0%,18%) (0.12/0.19/0.00/0.18) 

CMYK percentages

%12.44
%18.66
%0
%18.04

Codes

Color #B7AAD1 in popluar color models

B7 AA D1
RGB 183 170 209
HSL 260° 29.77% 74.31%
HSB/HSV 260° 18.66% 81.96%
CMYK 12.44% 18.66% 0.00%
18.04%

Color #B7AAD1 in popluar number systems.

HEX B7 AA D1
Decimal 183 170 209
Binary 10110111 10101010 11010001
Octal 267 252 321

Shades and tints

Shades of #B7AAD1

#B7AAD1
(183,170,209)
#A79BBE
(167,155,190)
#978CAB
(151,140,171)
#877D98
(135,125,152)
#776E85
(119,110,133)
#675F72
(103,95,114)
#57505F
(87,80,95)
#47414C
(71,65,76)
#373239
(55,50,57)
#272326
(39,35,38)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #B7AAD1

#B7AAD1
(183,170,209)
#BDB1D5
(189,177,213)
#C3B8D9
(195,184,217)
#C9BFDD
(201,191,221)
#CFC6E1
(207,198,225)
#D5CDE5
(213,205,229)
#DBD4E9
(219,212,233)
#E1DBED
(225,219,237)
#E7E2F1
(231,226,241)
#EDE9F5
(237,233,245)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7AAD1; }

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

This text font color is #B7AAD1.

Background Color

.myBgColor { background-color: #B7AAD1; }

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

This div background color is #B7AAD1.

Border color

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

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

This div border color is #B7AAD1.

Opacity

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

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

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

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

This text has shadow with #B7AAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7AAD1.

Preview

Color preview on black background

This text has color #B7AAD1 on black background.


Color preview on white background

This text has color #B7AAD1 on white background.


Black color preview on #B7AAD1 background

This text has black color on #B7AAD1 background.


White color preview on #B7AAD1 background

This text has white color on #B7AAD1 background.


Related colors

Complementary color

Complementary color for #hex is #48552E.


I love getcolorcode.com

Triadic colors

1 #D1B7AA and #AAD1B7 with #B7AAD1 are triadic colors.

2 #D1AAB7 and #AAB7D1 with #B7AAD1 are triadic colors.