COLOR #B5A7CA

HEX: #B5A7CA RGB: (181,167,202)

Color info

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

RGB color model

#B5A7CA color RGB value is (181,167,202).

RGB: (181,167,202) (71%, 65%, 79%)

RGB channels and saturation

R 181 of 255 = 71%
G 167 of 255 = 65%
B 202 of 255 = 79%

181
167
202

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

Portions of RGB colors in percentages

R + G + B = 181 + 167 + 202 = 550 (100%)
R 181 of 550 ~ 32.91%
G 167 of 550 ~ 30.36%
B 202 of 550 ~ 36.73'%

%32.91
%30.36
%36.73

CMYK color model

#B5A7CA color CMYK value is (10,17,0,21).

  • cyan value is 10.40%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (10,17,0,21)
C10M17Y0K21 (10%, 17%, 0%, 21%)
(0.10 / 0.17 / 0.00 / 0.21)

CMYK percentages

%10.4
%17.33
%0
%20.78

Codes

Color #B5A7CA in popluar color models

B5 A7 CA
RGB 181 167 202
HSL 264° 24.82% 72.35%
HSB/HSV 264° 17.33% 79.22%
CMYK 10.40% 17.33% 0.00%
20.78%

Color #B5A7CA in popluar number systems.

HEX B5 A7 CA
Decimal 181 167 202
Binary 10110101 10100111 11001010
Octal 265 247 312

Shades and tints

Shades of #B5A7CA

#B5A7CA
(181,167,202)
#A598B8
(165,152,184)
#9589A6
(149,137,166)
#857A94
(133,122,148)
#756B82
(117,107,130)
#655C70
(101,92,112)
#554D5E
(85,77,94)
#453E4C
(69,62,76)
#352F3A
(53,47,58)
#252028
(37,32,40)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #B5A7CA

#B5A7CA
(181,167,202)
#BBAFCE
(187,175,206)
#C1B7D2
(193,183,210)
#C7BFD6
(199,191,214)
#CDC7DA
(205,199,218)
#D3CFDE
(211,207,222)
#D9D7E2
(217,215,226)
#DFDFE6
(223,223,230)
#E5E7EA
(229,231,234)
#EBEFEE
(235,239,238)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5A7CA color. Also use rgb(181,167,202) instead hex code.

Text Font Color

.myTextColor { color: #B5A7CA; }

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

This text font color is #B5A7CA.

Background Color

.myBgColor { background-color: #B5A7CA; }

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

This div background color is #B5A7CA.

Border color

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

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

This div border color is #B5A7CA.

Opacity

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

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

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

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

This text has shadow with #B5A7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5A7CA.

Preview

Color preview on black background

This text has color #B5A7CA on black background.


Color preview on white background

This text has color #B5A7CA on white background.


Black color preview on #B5A7CA background

This text has black color on #B5A7CA background.


White color preview on #B5A7CA background

This text has white color on #B5A7CA background.


Related colors

Complementary color

Complementary color for #hex is #4A5835.


I love getcolorcode.com

Triadic colors

1 #CAB5A7 and #A7CAB5 with #B5A7CA are triadic colors.

2 #CAA7B5 and #A7B5CA with #B5A7CA are triadic colors.