COLOR #B1A8EA

HEX: #B1A8EA RGB: (177,168,234)

Color info

#B1A8EA contains mainly red and blue colors. Web safe color of #B1A8EA is #9999FF (or #99F).

RGB color model

#B1A8EA color RGB value is (177,168,234).

RGB: (177,168,234) (69%, 66%, 92%)

RGB channels and saturation

R 177 of 255 = 69%
G 168 of 255 = 66%
B 234 of 255 = 92%

177
168
234

R + G + B ~ 76%. #B1A8EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 168 + 234 = 579 (100%)
R 177 of 579 ~ 30.57%
G 168 of 579 ~ 29.02%
B 234 of 579 ~ 40.41'%

%30.57
%29.02
%40.41

CMYK color model

#B1A8EA color CMYK value is (24,28,0,8).

  • cyan value is 24.36%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (24,28,0,8)
C24M28Y0K8 (24%, 28%, 0%, 8%)
(0.24 / 0.28 / 0.00 / 0.08)

CMYK percentages

%24.36
%28.21
%0
%8.24

Codes

Color #B1A8EA in popluar color models

B1 A8 EA
RGB 177 168 234
HSL 248° 61.11% 78.82%
HSB/HSV 248° 28.21% 91.76%
CMYK 24.36% 28.21% 0.00%
8.24%

Color #B1A8EA in popluar number systems.

HEX B1 A8 EA
Decimal 177 168 234
Binary 10110001 10101000 11101010
Octal 261 250 352

Shades and tints

Shades of #B1A8EA

#B1A8EA
(177,168,234)
#A199D5
(161,153,213)
#918AC0
(145,138,192)
#817BAB
(129,123,171)
#716C96
(113,108,150)
#615D81
(97,93,129)
#514E6C
(81,78,108)
#413F57
(65,63,87)
#313042
(49,48,66)
#21212D
(33,33,45)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #B1A8EA

#B1A8EA
(177,168,234)
#B8AFEB
(184,175,235)
#BFB6EC
(191,182,236)
#C6BDED
(198,189,237)
#CDC4EE
(205,196,238)
#D4CBEF
(212,203,239)
#DBD2F0
(219,210,240)
#E2D9F1
(226,217,241)
#E9E0F2
(233,224,242)
#F0E7F3
(240,231,243)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1A8EA color. Also use rgb(177,168,234) instead hex code.

Text Font Color

.myTextColor { color: #B1A8EA; }

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

This text font color is #B1A8EA.

Background Color

.myBgColor { background-color: #B1A8EA; }

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

This div background color is #B1A8EA.

Border color

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

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

This div border color is #B1A8EA.

Opacity

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

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

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

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

This text has shadow with #B1A8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1A8EA.

Preview

Color preview on black background

This text has color #B1A8EA on black background.


Color preview on white background

This text has color #B1A8EA on white background.


Black color preview on #B1A8EA background

This text has black color on #B1A8EA background.


White color preview on #B1A8EA background

This text has white color on #B1A8EA background.


Related colors

Complementary color

Complementary color for #hex is #4E5715.


I love getcolorcode.com

Triadic colors

1 #EAB1A8 and #A8EAB1 with #B1A8EA are triadic colors.

2 #EAA8B1 and #A8B1EA with #B1A8EA are triadic colors.