COLOR #B1AECB

HEX: #B1AECB RGB: (177,174,203)

Color info

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

RGB color model

#B1AECB color RGB value is (177,174,203).

RGB: (177,174,203) (69%, 68%, 80%)

RGB channels and saturation

R 177 of 255 = 69%
G 174 of 255 = 68%
B 203 of 255 = 80%

177
174
203

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

Portions of RGB colors in percentages

R + G + B = 177 + 174 + 203 = 554 (100%)
R 177 of 554 ~ 31.95%
G 174 of 554 ~ 31.41%
B 203 of 554 ~ 36.64'%

%31.95
%31.41
%36.64

CMYK color model

#B1AECB color CMYK value is (13,14,0,20).

  • cyan value is 12.81%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (13,14,0,20) C13M14Y0K20 (13%,14%,0%,20%) (0.13/0.14/0.00/0.20) 

CMYK percentages

%12.81
%14.29
%0
%20.39

Codes

Color #B1AECB in popluar color models

B1 AE CB
RGB 177 174 203
HSL 246° 21.80% 73.92%
HSB/HSV 246° 14.29% 79.61%
CMYK 12.81% 14.29% 0.00%
20.39%

Color #B1AECB in popluar number systems.

HEX B1 AE CB
Decimal 177 174 203
Binary 10110001 10101110 11001011
Octal 261 256 313

Shades and tints

Shades of #B1AECB

#B1AECB
(177,174,203)
#A19FB9
(161,159,185)
#9190A7
(145,144,167)
#818195
(129,129,149)
#717283
(113,114,131)
#616371
(97,99,113)
#51545F
(81,84,95)
#41454D
(65,69,77)
#31363B
(49,54,59)
#212729
(33,39,41)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #B1AECB

#B1AECB
(177,174,203)
#B8B5CF
(184,181,207)
#BFBCD3
(191,188,211)
#C6C3D7
(198,195,215)
#CDCADB
(205,202,219)
#D4D1DF
(212,209,223)
#DBD8E3
(219,216,227)
#E2DFE7
(226,223,231)
#E9E6EB
(233,230,235)
#F0EDEF
(240,237,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B1AECB; }

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

This text font color is #B1AECB.

Background Color

.myBgColor { background-color: #B1AECB; }

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

This div background color is #B1AECB.

Border color

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

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

This div border color is #B1AECB.

Opacity

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

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

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

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

This text has shadow with #B1AECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B1AECB.

Preview

Color preview on black background

This text has color #B1AECB on black background.


Color preview on white background

This text has color #B1AECB on white background.


Black color preview on #B1AECB background

This text has black color on #B1AECB background.


White color preview on #B1AECB background

This text has white color on #B1AECB background.


Related colors

Complementary color

Complementary color for #hex is #4E5134.


I love getcolorcode.com

Triadic colors

1 #CBB1AE and #AECBB1 with #B1AECB are triadic colors.

2 #CBAEB1 and #AEB1CB with #B1AECB are triadic colors.