COLOR #AEB8BE

HEX: #AEB8BE
RGB: (174,184,190)

Color info

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

RGB color model

#AEB8BE color RGB value is (174,184,190).

  • red value is 174;
  • green value is 184;
  • blue value is 190.
RGB:
(174,184,190)
(68%,72%,75%)

RGB channels and saturation

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

174
184
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 184 + 190 = 548 (100%)
R 174 of 548 ~ 31.75%
G 184 of 548 ~ 33.58%
B 190 of 548 ~ 34.67%

%31.75
%33.58
%34.67

CMYK color model

#AEB8BE color CMYK value is (8,3,0,25).

  • cyan value is 8.42%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,3,0,25)
C8M3Y0K25 
(8%,3%,0%,25%)
(0.08/0.03/0.00/0.25)	

CMYK percentages

%8.42
%3.16
%0
%25.49

Codes

Color #AEB8BE in popluar color models

AEB8BE
RGB174184190
HSL203°10.96%71.37%
HSB/HSV203°8.42%74.51%
CMYK8.42%3.16%0.00%
25.49%

Color #AEB8BE in popluar number systems.

HEXAEB8BE
Decimal174184190
Binary101011101011100010111110
Octal256270276

Shades and tints

Shades of #AEB8BE

#AEB8BE
(174,184,190)
#9FA8AD
(159,168,173)
#90989C
(144,152,156)
#81888B
(129,136,139)
#72787A
(114,120,122)
#636869
(99,104,105)
#545858
(84,88,88)
#454847
(69,72,71)
#363836
(54,56,54)
#272825
(39,40,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #AEB8BE

#AEB8BE
(174,184,190)
#B5BEC3
(181,190,195)
#BCC4C8
(188,196,200)
#C3CACD
(195,202,205)
#CAD0D2
(202,208,210)
#D1D6D7
(209,214,215)
#D8DCDC
(216,220,220)
#DFE2E1
(223,226,225)
#E6E8E6
(230,232,230)
#EDEEEB
(237,238,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB8BE; }

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

This text font color is #AEB8BE.


Background Color

.myBgColor { background-color: #AEB8BE; }

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

This div background color is #AEB8BE.


Border color

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

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

This div border color is #AEB8BE.


Opacity

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

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

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

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

This text has shadow with #AEB8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB8BE on black background.


Color preview on white background

This text has color #AEB8BE on white background.



Black color preview on #AEB8BE background

This text has black color on #AEB8BE background.


White color preview on #AEB8BE background

This text has white color on #AEB8BE background.