COLOR #B0AEC7

HEX: #B0AEC7 RGB: (176,174,199)

Color info

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

RGB color model

#B0AEC7 color RGB value is (176,174,199).

RGB: (176,174,199) (69%, 68%, 78%)

RGB channels and saturation

R 176 of 255 = 69%
G 174 of 255 = 68%
B 199 of 255 = 78%

176
174
199

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

Portions of RGB colors in percentages

R + G + B = 176 + 174 + 199 = 549 (100%)
R 176 of 549 ~ 32.06%
G 174 of 549 ~ 31.69%
B 199 of 549 ~ 36.25'%

%32.06
%31.69
%36.25

CMYK color model

#B0AEC7 color CMYK value is (12,13,0,22).

  • cyan value is 11.56%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (12,13,0,22)
C12M13Y0K22 (12%, 13%, 0%, 22%)
(0.12 / 0.13 / 0.00 / 0.22)

CMYK percentages

%11.56
%12.56
%0
%21.96

Codes

Color #B0AEC7 in popluar color models

B0 AE C7
RGB 176 174 199
HSL 245° 18.25% 73.14%
HSB/HSV 245° 12.56% 78.04%
CMYK 11.56% 12.56% 0.00%
21.96%

Color #B0AEC7 in popluar number systems.

HEX B0 AE C7
Decimal 176 174 199
Binary 10110000 10101110 11000111
Octal 260 256 307

Shades and tints

Shades of #B0AEC7

#B0AEC7
(176,174,199)
#A09FB5
(160,159,181)
#9090A3
(144,144,163)
#808191
(128,129,145)
#70727F
(112,114,127)
#60636D
(96,99,109)
#50545B
(80,84,91)
#404549
(64,69,73)
#303637
(48,54,55)
#202725
(32,39,37)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #B0AEC7

#B0AEC7
(176,174,199)
#B7B5CC
(183,181,204)
#BEBCD1
(190,188,209)
#C5C3D6
(197,195,214)
#CCCADB
(204,202,219)
#D3D1E0
(211,209,224)
#DAD8E5
(218,216,229)
#E1DFEA
(225,223,234)
#E8E6EF
(232,230,239)
#EFEDF4
(239,237,244)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0AEC7 color. Also use rgb(176,174,199) instead hex code.

Text Font Color

.myTextColor { color: #B0AEC7; }

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

This text font color is #B0AEC7.

Background Color

.myBgColor { background-color: #B0AEC7; }

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

This div background color is #B0AEC7.

Border color

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

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

This div border color is #B0AEC7.

Opacity

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

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

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

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

This text has shadow with #B0AEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0AEC7.

Preview

Color preview on black background

This text has color #B0AEC7 on black background.


Color preview on white background

This text has color #B0AEC7 on white background.


Black color preview on #B0AEC7 background

This text has black color on #B0AEC7 background.


White color preview on #B0AEC7 background

This text has white color on #B0AEC7 background.


Related colors

Complementary color

Complementary color for #hex is #4F5138.


I love getcolorcode.com

Triadic colors

1 #C7B0AE and #AEC7B0 with #B0AEC7 are triadic colors.

2 #C7AEB0 and #AEB0C7 with #B0AEC7 are triadic colors.