COLOR #B7A5C6

HEX: #B7A5C6 RGB: (183,165,198)

Color info

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

RGB color model

#B7A5C6 color RGB value is (183,165,198).

RGB: (183,165,198) (72%, 65%, 78%)

RGB channels and saturation

R 183 of 255 = 72%
G 165 of 255 = 65%
B 198 of 255 = 78%

183
165
198

R + G + B ~ 72%. #B7A5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 183 + 165 + 198 = 546 (100%)
R 183 of 546 ~ 33.52%
G 165 of 546 ~ 30.22%
B 198 of 546 ~ 36.26'%

%33.52
%30.22
%36.26

CMYK color model

#B7A5C6 color CMYK value is (8,17,0,22).

  • cyan value is 7.58%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (8,17,0,22)
C8M17Y0K22 (8%, 17%, 0%, 22%)
(0.08 / 0.17 / 0.00 / 0.22)

CMYK percentages

%7.58
%16.67
%0
%22.35

Codes

Color #B7A5C6 in popluar color models

B7 A5 C6
RGB 183 165 198
HSL 273° 22.45% 71.18%
HSB/HSV 273° 16.67% 77.65%
CMYK 7.58% 16.67% 0.00%
22.35%

Color #B7A5C6 in popluar number systems.

HEX B7 A5 C6
Decimal 183 165 198
Binary 10110111 10100101 11000110
Octal 267 245 306

Shades and tints

Shades of #B7A5C6

#B7A5C6
(183,165,198)
#A796B4
(167,150,180)
#9787A2
(151,135,162)
#877890
(135,120,144)
#77697E
(119,105,126)
#675A6C
(103,90,108)
#574B5A
(87,75,90)
#473C48
(71,60,72)
#372D36
(55,45,54)
#271E24
(39,30,36)
#170F12
(23,15,18)
#000000
(0,0,0)

Tints of #B7A5C6

#B7A5C6
(183,165,198)
#BDADCB
(189,173,203)
#C3B5D0
(195,181,208)
#C9BDD5
(201,189,213)
#CFC5DA
(207,197,218)
#D5CDDF
(213,205,223)
#DBD5E4
(219,213,228)
#E1DDE9
(225,221,233)
#E7E5EE
(231,229,238)
#EDEDF3
(237,237,243)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7A5C6 color. Also use rgb(183,165,198) instead hex code.

Text Font Color

.myTextColor { color: #B7A5C6; }

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

This text font color is #B7A5C6.

Background Color

.myBgColor { background-color: #B7A5C6; }

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

This div background color is #B7A5C6.

Border color

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

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

This div border color is #B7A5C6.

Opacity

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

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

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

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

This text has shadow with #B7A5C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B7A5C6.

Preview

Color preview on black background

This text has color #B7A5C6 on black background.


Color preview on white background

This text has color #B7A5C6 on white background.


Black color preview on #B7A5C6 background

This text has black color on #B7A5C6 background.


White color preview on #B7A5C6 background

This text has white color on #B7A5C6 background.


Related colors

Complementary color

Complementary color for #hex is #485A39.


I love getcolorcode.com

Triadic colors

1 #C6B7A5 and #A5C6B7 with #B7A5C6 are triadic colors.

2 #C6A5B7 and #A5B7C6 with #B7A5C6 are triadic colors.