COLOR #AEBFB8

HEX: #AEBFB8 RGB: (174,191,184)

Color info

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

RGB color model

#AEBFB8 color RGB value is (174,191,184).

RGB: (174,191,184) (68%, 75%, 72%)

RGB channels and saturation

R 174 of 255 = 68%
G 191 of 255 = 75%
B 184 of 255 = 72%

174
191
184

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

Portions of RGB colors in percentages

R + G + B = 174 + 191 + 184 = 549 (100%)
R 174 of 549 ~ 31.69%
G 191 of 549 ~ 34.79%
B 184 of 549 ~ 33.52'%

%31.69
%34.79
%33.52

CMYK color model

#AEBFB8 color CMYK value is (9,0,4,25).

  • cyan value is 8.90%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 25.10%

CMYK: (9,0,4,25)
C9M0Y4K25 (9%, 0%, 4%, 25%)
(0.09 / 0.00 / 0.04 / 0.25)

CMYK percentages

%8.9
%0
%3.66
%25.1

Codes

Color #AEBFB8 in popluar color models

AE BF B8
RGB 174 191 184
HSL 155° 11.72% 71.57%
HSB/HSV 155° 8.90% 74.90%
CMYK 8.90% 0.00% 3.66%
25.10%

Color #AEBFB8 in popluar number systems.

HEX AE BF B8
Decimal 174 191 184
Binary 10101110 10111111 10111000
Octal 256 277 270

Shades and tints

Shades of #AEBFB8

#AEBFB8
(174,191,184)
#9FAEA8
(159,174,168)
#909D98
(144,157,152)
#818C88
(129,140,136)
#727B78
(114,123,120)
#636A68
(99,106,104)
#545958
(84,89,88)
#454848
(69,72,72)
#363738
(54,55,56)
#272628
(39,38,40)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #AEBFB8

#AEBFB8
(174,191,184)
#B5C4BE
(181,196,190)
#BCC9C4
(188,201,196)
#C3CECA
(195,206,202)
#CAD3D0
(202,211,208)
#D1D8D6
(209,216,214)
#D8DDDC
(216,221,220)
#DFE2E2
(223,226,226)
#E6E7E8
(230,231,232)
#EDECEE
(237,236,238)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEBFB8 color. Also use rgb(174,191,184) instead hex code.

Text Font Color

.myTextColor { color: #AEBFB8; }

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

This text font color is #AEBFB8.

Background Color

.myBgColor { background-color: #AEBFB8; }

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

This div background color is #AEBFB8.

Border color

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

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

This div border color is #AEBFB8.

Opacity

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

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

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

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

This text has shadow with #AEBFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEBFB8.

Preview

Color preview on black background

This text has color #AEBFB8 on black background.


Color preview on white background

This text has color #AEBFB8 on white background.


Black color preview on #AEBFB8 background

This text has black color on #AEBFB8 background.


White color preview on #AEBFB8 background

This text has white color on #AEBFB8 background.


Related colors

Complementary color

Complementary color for #hex is #514047.


I love getcolorcode.com

Triadic colors

1 #B8AEBF and #BFB8AE with #AEBFB8 are triadic colors.

2 #B8BFAE and #BFAEB8 with #AEBFB8 are triadic colors.