COLOR #AEBDAF

HEX: #AEBDAF
RGB: (174,189,175)

Color info

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

RGB color model

#AEBDAF color RGB value is (174,189,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 189 of 255 = 74%
B 175 of 255 = 69%

174
189
175

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

Portions of RGB colors in percentages

R + G + B =
174 + 189 + 175 = 538 (100%)
R 174 of 538 ~ 32.34%
G 189 of 538 ~ 35.13%
B 175 of 538 ~ 32.53%

%32.34
%35.13
%32.53

CMYK color model

#AEBDAF color CMYK value is (8,0,7,26).

  • cyan value is 7.94%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 25.88%
CMYK:
(8,0,7,26)
C8M0Y7K26 
(8%,0%,7%,26%)
(0.08/0.00/0.07/0.26)	

CMYK percentages

%7.94
%0
%7.41
%25.88

Codes

Color #AEBDAF in popluar color models

AEBDAF
RGB174189175
HSL124°10.20%71.18%
HSB/HSV124°7.94%74.12%
CMYK7.94%0.00%7.41%
25.88%

Color #AEBDAF in popluar number systems.

HEXAEBDAF
Decimal174189175
Binary101011101011110110101111
Octal256275257

Shades and tints

Shades of #AEBDAF

#AEBDAF
(174,189,175)
#9FACA0
(159,172,160)
#909B91
(144,155,145)
#818A82
(129,138,130)
#727973
(114,121,115)
#636864
(99,104,100)
#545755
(84,87,85)
#454646
(69,70,70)
#363537
(54,53,55)
#272428
(39,36,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #AEBDAF

#AEBDAF
(174,189,175)
#B5C3B6
(181,195,182)
#BCC9BD
(188,201,189)
#C3CFC4
(195,207,196)
#CAD5CB
(202,213,203)
#D1DBD2
(209,219,210)
#D8E1D9
(216,225,217)
#DFE7E0
(223,231,224)
#E6EDE7
(230,237,231)
#EDF3EE
(237,243,238)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEBDAF; }

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

This text font color is #AEBDAF.


Background Color

.myBgColor { background-color: #AEBDAF; }

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

This div background color is #AEBDAF.


Border color

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

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

This div border color is #AEBDAF.


Opacity

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

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

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

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

This text has shadow with #AEBDAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEBDAF on black background.


Color preview on white background

This text has color #AEBDAF on white background.



Black color preview on #AEBDAF background

This text has black color on #AEBDAF background.


White color preview on #AEBDAF background

This text has white color on #AEBDAF background.