COLOR #AED5B0

HEX: #AED5B0
RGB: (174,213,176)

Color info

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

RGB color model

#AED5B0 color RGB value is (174,213,176).

  • red value is 174;
  • green value is 213;
  • blue value is 176.
RGB:
(174,213,176)
(68%,84%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 213 of 255 = 84%
B 176 of 255 = 69%

174
213
176

R + G + B ~ 74%. #AED5B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 213 + 176 = 563 (100%)
R 174 of 563 ~ 30.91%
G 213 of 563 ~ 37.83%
B 176 of 563 ~ 31.26%

%30.91
%37.83
%31.26

CMYK color model

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

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 16.47%
CMYK:
(18,0,17,16)
C18M0Y17K16 
(18%,0%,17%,16%)
(0.18/0.00/0.17/0.16)	

CMYK percentages

%18.31
%0
%17.37
%16.47

Codes

Color #AED5B0 in popluar color models

AED5B0
RGB174213176
HSL123°31.71%75.88%
HSB/HSV123°18.31%83.53%
CMYK18.31%0.00%17.37%
16.47%

Color #AED5B0 in popluar number systems.

HEXAED5B0
Decimal174213176
Binary101011101101010110110000
Octal256325260

Shades and tints

Shades of #AED5B0

#AED5B0
(174,213,176)
#9FC2A0
(159,194,160)
#90AF90
(144,175,144)
#819C80
(129,156,128)
#728970
(114,137,112)
#637660
(99,118,96)
#546350
(84,99,80)
#455040
(69,80,64)
#363D30
(54,61,48)
#272A20
(39,42,32)
#181710
(24,23,16)
#000000
(0,0,0)

Tints of #AED5B0

#AED5B0
(174,213,176)
#B5D8B7
(181,216,183)
#BCDBBE
(188,219,190)
#C3DEC5
(195,222,197)
#CAE1CC
(202,225,204)
#D1E4D3
(209,228,211)
#D8E7DA
(216,231,218)
#DFEAE1
(223,234,225)
#E6EDE8
(230,237,232)
#EDF0EF
(237,240,239)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED5B0 color. Also use rgb(174,213,176) instead hex code.

Text Font Color

.myTextColor { color: #AED5B0; }

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

This text font color is #AED5B0.


Background Color

.myBgColor { background-color: #AED5B0; }

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

This div background color is #AED5B0.


Border color

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

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

This div border color is #AED5B0.


Opacity

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

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

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

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

This text has shadow with #AED5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED5B0 on black background.


Color preview on white background

This text has color #AED5B0 on white background.



Black color preview on #AED5B0 background

This text has black color on #AED5B0 background.


White color preview on #AED5B0 background

This text has white color on #AED5B0 background.