COLOR #B1AFCA

HEX: #B1AFCA RGB: (177,175,202)

Color info

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

RGB color model

#B1AFCA color RGB value is (177,175,202).

RGB: (177,175,202) (69%, 69%, 79%)

RGB channels and saturation

R 177 of 255 = 69%
G 175 of 255 = 69%
B 202 of 255 = 79%

177
175
202

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

Portions of RGB colors in percentages

R + G + B = 177 + 175 + 202 = 554 (100%)
R 177 of 554 ~ 31.95%
G 175 of 554 ~ 31.59%
B 202 of 554 ~ 36.46'%

%31.95
%31.59
%36.46

CMYK color model

#B1AFCA color CMYK value is (12,13,0,21).

  • cyan value is 12.38%
  • magenta value is 13.37%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (12,13,0,21) C12M13Y0K21 (12%,13%,0%,21%) (0.12/0.13/0.00/0.21) 

CMYK percentages

%12.38
%13.37
%0
%20.78

Codes

Color #B1AFCA in popluar color models

B1 AF CA
RGB 177 175 202
HSL 244° 20.30% 73.92%
HSB/HSV 244° 13.37% 79.22%
CMYK 12.38% 13.37% 0.00%
20.78%

Color #B1AFCA in popluar number systems.

HEX B1 AF CA
Decimal 177 175 202
Binary 10110001 10101111 11001010
Octal 261 257 312

Shades and tints

Shades of #B1AFCA

#B1AFCA
(177,175,202)
#A1A0B8
(161,160,184)
#9191A6
(145,145,166)
#818294
(129,130,148)
#717382
(113,115,130)
#616470
(97,100,112)
#51555E
(81,85,94)
#41464C
(65,70,76)
#31373A
(49,55,58)
#212828
(33,40,40)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #B1AFCA

#B1AFCA
(177,175,202)
#B8B6CE
(184,182,206)
#BFBDD2
(191,189,210)
#C6C4D6
(198,196,214)
#CDCBDA
(205,203,218)
#D4D2DE
(212,210,222)
#DBD9E2
(219,217,226)
#E2E0E6
(226,224,230)
#E9E7EA
(233,231,234)
#F0EEEE
(240,238,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AFCA; }

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

This text font color is #B1AFCA.

Background Color

.myBgColor { background-color: #B1AFCA; }

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

This div background color is #B1AFCA.

Border color

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

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

This div border color is #B1AFCA.

Opacity

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

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

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

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

This text has shadow with #B1AFCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AFCA.

Preview

Color preview on black background

This text has color #B1AFCA on black background.


Color preview on white background

This text has color #B1AFCA on white background.


Black color preview on #B1AFCA background

This text has black color on #B1AFCA background.


White color preview on #B1AFCA background

This text has white color on #B1AFCA background.


Related colors

Complementary color

Complementary color for #hex is #4E5035.


I love getcolorcode.com

Triadic colors

1 #CAB1AF and #AFCAB1 with #B1AFCA are triadic colors.

2 #CAAFB1 and #AFB1CA with #B1AFCA are triadic colors.