COLOR #AEBBBE

HEX: #AEBBBE
RGB: (174,187,190)

Color info

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

RGB color model

#AEBBBE color RGB value is (174,187,190).

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

RGB channels and saturation

R 174 of 255 = 68%
G 187 of 255 = 73%
B 190 of 255 = 75%

174
187
190

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

Portions of RGB colors in percentages

R + G + B =
174 + 187 + 190 = 551 (100%)
R 174 of 551 ~ 31.58%
G 187 of 551 ~ 33.94%
B 190 of 551 ~ 34.48%

%31.58
%33.94
%34.48

CMYK color model

#AEBBBE color CMYK value is (8,2,0,25).

  • cyan value is 8.42%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(8,2,0,25)
C8M2Y0K25 
(8%,2%,0%,25%)
(0.08/0.02/0.00/0.25)	

CMYK percentages

%8.42
%1.58
%0
%25.49

Codes

Color #AEBBBE in popluar color models

AEBBBE
RGB174187190
HSL191°10.96%71.37%
HSB/HSV191°8.42%74.51%
CMYK8.42%1.58%0.00%
25.49%

Color #AEBBBE in popluar number systems.

HEXAEBBBE
Decimal174187190
Binary101011101011101110111110
Octal256273276

Shades and tints

Shades of #AEBBBE

#AEBBBE
(174,187,190)
#9FAAAD
(159,170,173)
#90999C
(144,153,156)
#81888B
(129,136,139)
#72777A
(114,119,122)
#636669
(99,102,105)
#545558
(84,85,88)
#454447
(69,68,71)
#363336
(54,51,54)
#272225
(39,34,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #AEBBBE

#AEBBBE
(174,187,190)
#B5C1C3
(181,193,195)
#BCC7C8
(188,199,200)
#C3CDCD
(195,205,205)
#CAD3D2
(202,211,210)
#D1D9D7
(209,217,215)
#D8DFDC
(216,223,220)
#DFE5E1
(223,229,225)
#E6EBE6
(230,235,230)
#EDF1EB
(237,241,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBBBE; }

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

This text font color is #AEBBBE.


Background Color

.myBgColor { background-color: #AEBBBE; }

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

This div background color is #AEBBBE.


Border color

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

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

This div border color is #AEBBBE.


Opacity

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

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

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

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

This text has shadow with #AEBBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBBBE on black background.


Color preview on white background

This text has color #AEBBBE on white background.



Black color preview on #AEBBBE background

This text has black color on #AEBBBE background.


White color preview on #AEBBBE background

This text has white color on #AEBBBE background.