COLOR #B1A7C3

HEX: #B1A7C3 RGB: (177,167,195)

Color info

#B1A7C3 contains red, green and blue colors in about the same proportion. Web safe color of #B1A7C3 is #9999CC (or #99C).

RGB color model

#B1A7C3 color RGB value is (177,167,195).

RGB: (177,167,195) (69%, 65%, 76%)

RGB channels and saturation

R 177 of 255 = 69%
G 167 of 255 = 65%
B 195 of 255 = 76%

177
167
195

R + G + B ~ 70%. #B1A7C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 167 + 195 = 539 (100%)
R 177 of 539 ~ 32.84%
G 167 of 539 ~ 30.98%
B 195 of 539 ~ 36.18'%

%32.84
%30.98
%36.18

CMYK color model

#B1A7C3 color CMYK value is (9,14,0,24).

  • cyan value is 9.23%
  • magenta value is 14.36%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (9,14,0,24)
C9M14Y0K24 (9%, 14%, 0%, 24%)
(0.09 / 0.14 / 0.00 / 0.24)

CMYK percentages

%9.23
%14.36
%0
%23.53

Codes

Color #B1A7C3 in popluar color models

B1 A7 C3
RGB 177 167 195
HSL 261° 18.92% 70.98%
HSB/HSV 261° 14.36% 76.47%
CMYK 9.23% 14.36% 0.00%
23.53%

Color #B1A7C3 in popluar number systems.

HEX B1 A7 C3
Decimal 177 167 195
Binary 10110001 10100111 11000011
Octal 261 247 303

Shades and tints

Shades of #B1A7C3

#B1A7C3
(177,167,195)
#A198B2
(161,152,178)
#9189A1
(145,137,161)
#817A90
(129,122,144)
#716B7F
(113,107,127)
#615C6E
(97,92,110)
#514D5D
(81,77,93)
#413E4C
(65,62,76)
#312F3B
(49,47,59)
#21202A
(33,32,42)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #B1A7C3

#B1A7C3
(177,167,195)
#B8AFC8
(184,175,200)
#BFB7CD
(191,183,205)
#C6BFD2
(198,191,210)
#CDC7D7
(205,199,215)
#D4CFDC
(212,207,220)
#DBD7E1
(219,215,225)
#E2DFE6
(226,223,230)
#E9E7EB
(233,231,235)
#F0EFF0
(240,239,240)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A7C3 color. Also use rgb(177,167,195) instead hex code.

Text Font Color

.myTextColor { color: #B1A7C3; }

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

This text font color is #B1A7C3.

Background Color

.myBgColor { background-color: #B1A7C3; }

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

This div background color is #B1A7C3.

Border color

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

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

This div border color is #B1A7C3.

Opacity

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

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

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

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

This text has shadow with #B1A7C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A7C3.

Preview

Color preview on black background

This text has color #B1A7C3 on black background.


Color preview on white background

This text has color #B1A7C3 on white background.


Black color preview on #B1A7C3 background

This text has black color on #B1A7C3 background.


White color preview on #B1A7C3 background

This text has white color on #B1A7C3 background.


Related colors

Complementary color

Complementary color for #hex is #4E583C.


I love getcolorcode.com

Triadic colors

1 #C3B1A7 and #A7C3B1 with #B1A7C3 are triadic colors.

2 #C3A7B1 and #A7B1C3 with #B1A7C3 are triadic colors.