COLOR #AEAFBB

HEX: #AEAFBB
RGB: (174,175,187)

Color info

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

RGB color model

#AEAFBB color RGB value is (174,175,187).

  • red value is 174;
  • green value is 175;
  • blue value is 187.
RGB:
(174,175,187)
(68%,69%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 175 of 255 = 69%
B 187 of 255 = 73%

174
175
187

R + G + B ~ 70%. #AEAFBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 175 + 187 = 536 (100%)
R 174 of 536 ~ 32.46%
G 175 of 536 ~ 32.65%
B 187 of 536 ~ 34.89%

%32.46
%32.65
%34.89

CMYK color model

#AEAFBB color CMYK value is (7,6,0,27).

  • cyan value is 6.95%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(7,6,0,27)
C7M6Y0K27 
(7%,6%,0%,27%)
(0.07/0.06/0.00/0.27)	

CMYK percentages

%6.95
%6.42
%0
%26.67

Codes

Color #AEAFBB in popluar color models

AEAFBB
RGB174175187
HSL235°8.72%70.78%
HSB/HSV235°6.95%73.33%
CMYK6.95%6.42%0.00%
26.67%

Color #AEAFBB in popluar number systems.

HEXAEAFBB
Decimal174175187
Binary101011101010111110111011
Octal256257273

Shades and tints

Shades of #AEAFBB

#AEAFBB
(174,175,187)
#9FA0AA
(159,160,170)
#909199
(144,145,153)
#818288
(129,130,136)
#727377
(114,115,119)
#636466
(99,100,102)
#545555
(84,85,85)
#454644
(69,70,68)
#363733
(54,55,51)
#272822
(39,40,34)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #AEAFBB

#AEAFBB
(174,175,187)
#B5B6C1
(181,182,193)
#BCBDC7
(188,189,199)
#C3C4CD
(195,196,205)
#CACBD3
(202,203,211)
#D1D2D9
(209,210,217)
#D8D9DF
(216,217,223)
#DFE0E5
(223,224,229)
#E6E7EB
(230,231,235)
#EDEEF1
(237,238,241)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEAFBB color. Also use rgb(174,175,187) instead hex code.

Text Font Color

.myTextColor { color: #AEAFBB; }

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

This text font color is #AEAFBB.


Background Color

.myBgColor { background-color: #AEAFBB; }

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

This div background color is #AEAFBB.


Border color

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

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

This div border color is #AEAFBB.


Opacity

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

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

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

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

This text has shadow with #AEAFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAFBB on black background.


Color preview on white background

This text has color #AEAFBB on white background.



Black color preview on #AEAFBB background

This text has black color on #AEAFBB background.


White color preview on #AEAFBB background

This text has white color on #AEAFBB background.