COLOR #AEBDBF

HEX: #AEBDBF
RGB: (174,189,191)

Color info

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

RGB color model

#AEBDBF color RGB value is (174,189,191).

  • red value is 174;
  • green value is 189;
  • blue value is 191.
RGB:
(174,189,191)
(68%,74%,75%)

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 191 of 255 = 75%

174
189
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 191 = 554 (100%)
R 174 of 554 ~ 31.41%
G 189 of 554 ~ 34.12%
B 191 of 554 ~ 34.48%

%31.41
%34.12
%34.48

CMYK color model

#AEBDBF color CMYK value is (9,1,0,25).

  • cyan value is 8.90%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(9,1,0,25)
C9M1Y0K25 
(9%,1%,0%,25%)
(0.09/0.01/0.00/0.25)	

CMYK percentages

%8.9
%1.05
%0
%25.1

Codes

Color #AEBDBF in popluar color models

AEBDBF
RGB174189191
HSL187°11.72%71.57%
HSB/HSV187°8.90%74.90%
CMYK8.90%1.05%0.00%
25.10%

Color #AEBDBF in popluar number systems.

HEXAEBDBF
Decimal174189191
Binary101011101011110110111111
Octal256275277

Shades and tints

Shades of #AEBDBF

#AEBDBF
(174,189,191)
#9FACAE
(159,172,174)
#909B9D
(144,155,157)
#818A8C
(129,138,140)
#72797B
(114,121,123)
#63686A
(99,104,106)
#545759
(84,87,89)
#454648
(69,70,72)
#363537
(54,53,55)
#272426
(39,36,38)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #AEBDBF

#AEBDBF
(174,189,191)
#B5C3C4
(181,195,196)
#BCC9C9
(188,201,201)
#C3CFCE
(195,207,206)
#CAD5D3
(202,213,211)
#D1DBD8
(209,219,216)
#D8E1DD
(216,225,221)
#DFE7E2
(223,231,226)
#E6EDE7
(230,237,231)
#EDF3EC
(237,243,236)
#F4F9F1
(244,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDBF; }

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

This text font color is #AEBDBF.


Background Color

.myBgColor { background-color: #AEBDBF; }

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

This div background color is #AEBDBF.


Border color

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

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

This div border color is #AEBDBF.


Opacity

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

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

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

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

This text has shadow with #AEBDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDBF on black background.


Color preview on white background

This text has color #AEBDBF on white background.



Black color preview on #AEBDBF background

This text has black color on #AEBDBF background.


White color preview on #AEBDBF background

This text has white color on #AEBDBF background.