COLOR #B5AEC5

HEX: #B5AEC5 RGB: (181,174,197)

Color info

#B5AEC5 contains red, green and blue colors in about the same proportion. Web safe color of #B5AEC5 is #CC99CC (or #C9C).

RGB color model

#B5AEC5 color RGB value is (181,174,197).

RGB: (181,174,197) (71%, 68%, 77%)

RGB channels and saturation

R 181 of 255 = 71%
G 174 of 255 = 68%
B 197 of 255 = 77%

181
174
197

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

Portions of RGB colors in percentages

R + G + B = 181 + 174 + 197 = 552 (100%)
R 181 of 552 ~ 32.79%
G 174 of 552 ~ 31.52%
B 197 of 552 ~ 35.69'%

%32.79
%31.52
%35.69

CMYK color model

#B5AEC5 color CMYK value is (8,12,0,23).

  • cyan value is 8.12%
  • magenta value is 11.68%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (8,12,0,23)
C8M12Y0K23 (8%, 12%, 0%, 23%)
(0.08 / 0.12 / 0.00 / 0.23)

CMYK percentages

%8.12
%11.68
%0
%22.75

Codes

Color #B5AEC5 in popluar color models

B5 AE C5
RGB 181 174 197
HSL 258° 16.55% 72.75%
HSB/HSV 258° 11.68% 77.25%
CMYK 8.12% 11.68% 0.00%
22.75%

Color #B5AEC5 in popluar number systems.

HEX B5 AE C5
Decimal 181 174 197
Binary 10110101 10101110 11000101
Octal 265 256 305

Shades and tints

Shades of #B5AEC5

#B5AEC5
(181,174,197)
#A59FB4
(165,159,180)
#9590A3
(149,144,163)
#858192
(133,129,146)
#757281
(117,114,129)
#656370
(101,99,112)
#55545F
(85,84,95)
#45454E
(69,69,78)
#35363D
(53,54,61)
#25272C
(37,39,44)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #B5AEC5

#B5AEC5
(181,174,197)
#BBB5CA
(187,181,202)
#C1BCCF
(193,188,207)
#C7C3D4
(199,195,212)
#CDCAD9
(205,202,217)
#D3D1DE
(211,209,222)
#D9D8E3
(217,216,227)
#DFDFE8
(223,223,232)
#E5E6ED
(229,230,237)
#EBEDF2
(235,237,242)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5AEC5 color. Also use rgb(181,174,197) instead hex code.

Text Font Color

.myTextColor { color: #B5AEC5; }

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

This text font color is #B5AEC5.

Background Color

.myBgColor { background-color: #B5AEC5; }

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

This div background color is #B5AEC5.

Border color

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

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

This div border color is #B5AEC5.

Opacity

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

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

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

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

This text has shadow with #B5AEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5AEC5.

Preview

Color preview on black background

This text has color #B5AEC5 on black background.


Color preview on white background

This text has color #B5AEC5 on white background.


Black color preview on #B5AEC5 background

This text has black color on #B5AEC5 background.


White color preview on #B5AEC5 background

This text has white color on #B5AEC5 background.


Related colors

Complementary color

Complementary color for #hex is #4A513A.


I love getcolorcode.com

Triadic colors

1 #C5B5AE and #AEC5B5 with #B5AEC5 are triadic colors.

2 #C5AEB5 and #AEB5C5 with #B5AEC5 are triadic colors.