COLOR #AED1AF

HEX: #AED1AF RGB: (174,209,175)

Color info

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

RGB color model

#AED1AF color RGB value is (174,209,175).

RGB: (174,209,175) (68%, 82%, 69%)

RGB channels and saturation

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

174
209
175

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

Portions of RGB colors in percentages

R + G + B = 174 + 209 + 175 = 558 (100%)
R 174 of 558 ~ 31.18%
G 209 of 558 ~ 37.46%
B 175 of 558 ~ 31.36'%

%31.18
%37.46
%31.36

CMYK color model

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

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%

CMYK: (17,0,16,18)
C17M0Y16K18 (17%, 0%, 16%, 18%)
(0.17 / 0.00 / 0.16 / 0.18)

CMYK percentages

%16.75
%0
%16.27
%18.04

Codes

Color #AED1AF in popluar color models

AE D1 AF
RGB 174 209 175
HSL 122° 27.56% 75.10%
HSB/HSV 122° 16.75% 81.96%
CMYK 16.75% 0.00% 16.27%
18.04%

Color #AED1AF in popluar number systems.

HEX AE D1 AF
Decimal 174 209 175
Binary 10101110 11010001 10101111
Octal 256 321 257

Shades and tints

Shades of #AED1AF

#AED1AF
(174,209,175)
#9FBEA0
(159,190,160)
#90AB91
(144,171,145)
#819882
(129,152,130)
#728573
(114,133,115)
#637264
(99,114,100)
#545F55
(84,95,85)
#454C46
(69,76,70)
#363937
(54,57,55)
#272628
(39,38,40)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #AED1AF

#AED1AF
(174,209,175)
#B5D5B6
(181,213,182)
#BCD9BD
(188,217,189)
#C3DDC4
(195,221,196)
#CAE1CB
(202,225,203)
#D1E5D2
(209,229,210)
#D8E9D9
(216,233,217)
#DFEDE0
(223,237,224)
#E6F1E7
(230,241,231)
#EDF5EE
(237,245,238)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED1AF; }

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

This text font color is #AED1AF.

Background Color

.myBgColor { background-color: #AED1AF; }

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

This div background color is #AED1AF.

Border color

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

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

This div border color is #AED1AF.

Opacity

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

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

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

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

This text has shadow with #AED1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED1AF.

Preview

Color preview on black background

This text has color #AED1AF on black background.


Color preview on white background

This text has color #AED1AF on white background.


Black color preview on #AED1AF background

This text has black color on #AED1AF background.


White color preview on #AED1AF background

This text has white color on #AED1AF background.


Related colors

Complementary color

Complementary color for #hex is #512E50.


I love getcolorcode.com

Triadic colors

1 #AFAED1 and #D1AFAE with #AED1AF are triadic colors.

2 #AFD1AE and #D1AEAF with #AED1AF are triadic colors.