COLOR #B1AED3

HEX: #B1AED3 RGB: (177,174,211)

Color info

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

RGB color model

#B1AED3 color RGB value is (177,174,211).

RGB: (177,174,211) (69%, 68%, 83%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 211 of 255 = 83%

177
174
211

R + G + B ~ 73%. #B1AED3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 177 + 174 + 211 = 562 (100%)
R 177 of 562 ~ 31.49%
G 174 of 562 ~ 30.96%
B 211 of 562 ~ 37.54'%

%31.49
%30.96
%37.54

CMYK color model

#B1AED3 color CMYK value is (16,18,0,17).

  • cyan value is 16.11%
  • magenta value is 17.54%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (16,18,0,17) C16M18Y0K17 (16%,18%,0%,17%) (0.16/0.18/0.00/0.17) 

CMYK percentages

%16.11
%17.54
%0
%17.25

Codes

Color #B1AED3 in popluar color models

B1 AE D3
RGB 177 174 211
HSL 245° 29.60% 75.49%
HSB/HSV 245° 17.54% 82.75%
CMYK 16.11% 17.54% 0.00%
17.25%

Color #B1AED3 in popluar number systems.

HEX B1 AE D3
Decimal 177 174 211
Binary 10110001 10101110 11010011
Octal 261 256 323

Shades and tints

Shades of #B1AED3

#B1AED3
(177,174,211)
#A19FC0
(161,159,192)
#9190AD
(145,144,173)
#81819A
(129,129,154)
#717287
(113,114,135)
#616374
(97,99,116)
#515461
(81,84,97)
#41454E
(65,69,78)
#31363B
(49,54,59)
#212728
(33,39,40)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #B1AED3

#B1AED3
(177,174,211)
#B8B5D7
(184,181,215)
#BFBCDB
(191,188,219)
#C6C3DF
(198,195,223)
#CDCAE3
(205,202,227)
#D4D1E7
(212,209,231)
#DBD8EB
(219,216,235)
#E2DFEF
(226,223,239)
#E9E6F3
(233,230,243)
#F0EDF7
(240,237,247)
#F7F4FB
(247,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1AED3 color. Also use rgb(177,174,211) instead hex code.

Text Font Color

.myTextColor { color: #B1AED3; }

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

This text font color is #B1AED3.

Background Color

.myBgColor { background-color: #B1AED3; }

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

This div background color is #B1AED3.

Border color

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

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

This div border color is #B1AED3.

Opacity

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

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

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

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

This text has shadow with #B1AED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AED3.

Preview

Color preview on black background

This text has color #B1AED3 on black background.


Color preview on white background

This text has color #B1AED3 on white background.


Black color preview on #B1AED3 background

This text has black color on #B1AED3 background.


White color preview on #B1AED3 background

This text has white color on #B1AED3 background.


Related colors

Complementary color

Complementary color for #hex is #4E512C.


I love getcolorcode.com

Triadic colors

1 #D3B1AE and #AED3B1 with #B1AED3 are triadic colors.

2 #D3AEB1 and #AEB1D3 with #B1AED3 are triadic colors.