COLOR #AED0AF

HEX: #AED0AF
RGB: (174,208,175)

Color info

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

RGB color model

#AED0AF color RGB value is (174,208,175).

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

RGB channels and saturation

R 174 of 255 = 68%
G 208 of 255 = 82%
B 175 of 255 = 69%

174
208
175

R + G + B ~ 73%. #AED0AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 208 + 175 = 557 (100%)
R 174 of 557 ~ 31.24%
G 208 of 557 ~ 37.34%
B 175 of 557 ~ 31.42%

%31.24
%37.34
%31.42

CMYK color model

#AED0AF color CMYK value is (16,0,16,18).

  • cyan value is 16.35%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 18.43%
CMYK:
(16,0,16,18)
C16M0Y16K18 
(16%,0%,16%,18%)
(0.16/0.00/0.16/0.18)	

CMYK percentages

%16.35
%0
%15.87
%18.43

Codes

Color #AED0AF in popluar color models

AED0AF
RGB174208175
HSL122°26.56%74.90%
HSB/HSV122°16.35%81.57%
CMYK16.35%0.00%15.87%
18.43%

Color #AED0AF in popluar number systems.

HEXAED0AF
Decimal174208175
Binary101011101101000010101111
Octal256320257

Shades and tints

Shades of #AED0AF

#AED0AF
(174,208,175)
#9FBEA0
(159,190,160)
#90AC91
(144,172,145)
#819A82
(129,154,130)
#728873
(114,136,115)
#637664
(99,118,100)
#546455
(84,100,85)
#455246
(69,82,70)
#364037
(54,64,55)
#272E28
(39,46,40)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #AED0AF

#AED0AF
(174,208,175)
#B5D4B6
(181,212,182)
#BCD8BD
(188,216,189)
#C3DCC4
(195,220,196)
#CAE0CB
(202,224,203)
#D1E4D2
(209,228,210)
#D8E8D9
(216,232,217)
#DFECE0
(223,236,224)
#E6F0E7
(230,240,231)
#EDF4EE
(237,244,238)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED0AF; }

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

This text font color is #AED0AF.


Background Color

.myBgColor { background-color: #AED0AF; }

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

This div background color is #AED0AF.


Border color

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

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

This div border color is #AED0AF.


Opacity

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

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

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

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

This text has shadow with #AED0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED0AF on black background.


Color preview on white background

This text has color #AED0AF on white background.



Black color preview on #AED0AF background

This text has black color on #AED0AF background.


White color preview on #AED0AF background

This text has white color on #AED0AF background.