COLOR #AEDABF

HEX: #AEDABF
RGB: (174,218,191)

Color info

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

RGB color model

#AEDABF color RGB value is (174,218,191).

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

RGB channels and saturation

R 174 of 255 = 68%
G 218 of 255 = 85%
B 191 of 255 = 75%

174
218
191

R + G + B ~ 76%. #AEDABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 218 + 191 = 583 (100%)
R 174 of 583 ~ 29.85%
G 218 of 583 ~ 37.39%
B 191 of 583 ~ 32.76%

%29.85
%37.39
%32.76

CMYK color model

#AEDABF color CMYK value is (20,0,12,15).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 14.51%
CMYK:
(20,0,12,15)
C20M0Y12K15 
(20%,0%,12%,15%)
(0.20/0.00/0.12/0.15)	

CMYK percentages

%20.18
%0
%12.39
%14.51

Codes

Color #AEDABF in popluar color models

AEDABF
RGB174218191
HSL143°37.29%76.86%
HSB/HSV143°20.18%85.49%
CMYK20.18%0.00%12.39%
14.51%

Color #AEDABF in popluar number systems.

HEXAEDABF
Decimal174218191
Binary101011101101101010111111
Octal256332277

Shades and tints

Shades of #AEDABF

#AEDABF
(174,218,191)
#9FC7AE
(159,199,174)
#90B49D
(144,180,157)
#81A18C
(129,161,140)
#728E7B
(114,142,123)
#637B6A
(99,123,106)
#546859
(84,104,89)
#455548
(69,85,72)
#364237
(54,66,55)
#272F26
(39,47,38)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #AEDABF

#AEDABF
(174,218,191)
#B5DDC4
(181,221,196)
#BCE0C9
(188,224,201)
#C3E3CE
(195,227,206)
#CAE6D3
(202,230,211)
#D1E9D8
(209,233,216)
#D8ECDD
(216,236,221)
#DFEFE2
(223,239,226)
#E6F2E7
(230,242,231)
#EDF5EC
(237,245,236)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDABF; }

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

This text font color is #AEDABF.


Background Color

.myBgColor { background-color: #AEDABF; }

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

This div background color is #AEDABF.


Border color

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

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

This div border color is #AEDABF.


Opacity

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

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

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

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

This text has shadow with #AEDABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDABF on black background.


Color preview on white background

This text has color #AEDABF on white background.



Black color preview on #AEDABF background

This text has black color on #AEDABF background.


White color preview on #AEDABF background

This text has white color on #AEDABF background.