COLOR #AEB1BE

HEX: #AEB1BE
RGB: (174,177,190)

Color info

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

RGB color model

#AEB1BE color RGB value is (174,177,190).

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

RGB channels and saturation

R 174 of 255 = 68%
G 177 of 255 = 69%
B 190 of 255 = 75%

174
177
190

R + G + B ~ 71%. #AEB1BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 177 + 190 = 541 (100%)
R 174 of 541 ~ 32.16%
G 177 of 541 ~ 32.72%
B 190 of 541 ~ 35.12%

%32.16
%32.72
%35.12

CMYK color model

#AEB1BE color CMYK value is (8,7,0,25).

  • cyan value is 8.42%
  • magenta value is 6.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,7,0,25)
C8M7Y0K25 
(8%,7%,0%,25%)
(0.08/0.07/0.00/0.25)	

CMYK percentages

%8.42
%6.84
%0
%25.49

Codes

Color #AEB1BE in popluar color models

AEB1BE
RGB174177190
HSL229°10.96%71.37%
HSB/HSV229°8.42%74.51%
CMYK8.42%6.84%0.00%
25.49%

Color #AEB1BE in popluar number systems.

HEXAEB1BE
Decimal174177190
Binary101011101011000110111110
Octal256261276

Shades and tints

Shades of #AEB1BE

#AEB1BE
(174,177,190)
#9FA1AD
(159,161,173)
#90919C
(144,145,156)
#81818B
(129,129,139)
#72717A
(114,113,122)
#636169
(99,97,105)
#545158
(84,81,88)
#454147
(69,65,71)
#363136
(54,49,54)
#272125
(39,33,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AEB1BE

#AEB1BE
(174,177,190)
#B5B8C3
(181,184,195)
#BCBFC8
(188,191,200)
#C3C6CD
(195,198,205)
#CACDD2
(202,205,210)
#D1D4D7
(209,212,215)
#D8DBDC
(216,219,220)
#DFE2E1
(223,226,225)
#E6E9E6
(230,233,230)
#EDF0EB
(237,240,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEB1BE; }

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

This text font color is #AEB1BE.


Background Color

.myBgColor { background-color: #AEB1BE; }

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

This div background color is #AEB1BE.


Border color

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

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

This div border color is #AEB1BE.


Opacity

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

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

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

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

This text has shadow with #AEB1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEB1BE on black background.


Color preview on white background

This text has color #AEB1BE on white background.



Black color preview on #AEB1BE background

This text has black color on #AEB1BE background.


White color preview on #AEB1BE background

This text has white color on #AEB1BE background.