COLOR #B1A7CA

HEX: #B1A7CA RGB: (177,167,202)

Color info

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

RGB color model

#B1A7CA color RGB value is (177,167,202).

RGB: (177,167,202) (69%, 65%, 79%)

RGB channels and saturation

R 177 of 255 = 69%
G 167 of 255 = 65%
B 202 of 255 = 79%

177
167
202

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

Portions of RGB colors in percentages

R + G + B = 177 + 167 + 202 = 546 (100%)
R 177 of 546 ~ 32.42%
G 167 of 546 ~ 30.59%
B 202 of 546 ~ 37'%

%32.42
%30.59
%37

CMYK color model

#B1A7CA color CMYK value is (12,17,0,21).

  • cyan value is 12.38%
  • magenta value is 17.33%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (12,17,0,21) C12M17Y0K21 (12%,17%,0%,21%) (0.12/0.17/0.00/0.21) 

CMYK percentages

%12.38
%17.33
%0
%20.78

Codes

Color #B1A7CA in popluar color models

B1 A7 CA
RGB 177 167 202
HSL 257° 24.82% 72.35%
HSB/HSV 257° 17.33% 79.22%
CMYK 12.38% 17.33% 0.00%
20.78%

Color #B1A7CA in popluar number systems.

HEX B1 A7 CA
Decimal 177 167 202
Binary 10110001 10100111 11001010
Octal 261 247 312

Shades and tints

Shades of #B1A7CA

#B1A7CA
(177,167,202)
#A198B8
(161,152,184)
#9189A6
(145,137,166)
#817A94
(129,122,148)
#716B82
(113,107,130)
#615C70
(97,92,112)
#514D5E
(81,77,94)
#413E4C
(65,62,76)
#312F3A
(49,47,58)
#212028
(33,32,40)
#111116
(17,17,22)
#000000
(0,0,0)

Tints of #B1A7CA

#B1A7CA
(177,167,202)
#B8AFCE
(184,175,206)
#BFB7D2
(191,183,210)
#C6BFD6
(198,191,214)
#CDC7DA
(205,199,218)
#D4CFDE
(212,207,222)
#DBD7E2
(219,215,226)
#E2DFE6
(226,223,230)
#E9E7EA
(233,231,234)
#F0EFEE
(240,239,238)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1A7CA; }

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

This text font color is #B1A7CA.

Background Color

.myBgColor { background-color: #B1A7CA; }

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

This div background color is #B1A7CA.

Border color

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

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

This div border color is #B1A7CA.

Opacity

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

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

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

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

This text has shadow with #B1A7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A7CA.

Preview

Color preview on black background

This text has color #B1A7CA on black background.


Color preview on white background

This text has color #B1A7CA on white background.


Black color preview on #B1A7CA background

This text has black color on #B1A7CA background.


White color preview on #B1A7CA background

This text has white color on #B1A7CA background.


Related colors

Complementary color

Complementary color for #hex is #4E5835.


I love getcolorcode.com

Triadic colors

1 #CAB1A7 and #A7CAB1 with #B1A7CA are triadic colors.

2 #CAA7B1 and #A7B1CA with #B1A7CA are triadic colors.