COLOR #AEDBB9

HEX: #AEDBB9
RGB: (174,219,185)

Color info

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

RGB color model

#AEDBB9 color RGB value is (174,219,185).

  • red value is 174;
  • green value is 219;
  • blue value is 185.
RGB:
(174,219,185)
(68%,86%,73%)

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 185 of 255 = 73%

174
219
185

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

Portions of RGB colors in percentages

R + G + B =
174 + 219 + 185 = 578 (100%)
R 174 of 578 ~ 30.1%
G 219 of 578 ~ 37.89%
B 185 of 578 ~ 32.01%

%30.1
%37.89
%32.01

CMYK color model

#AEDBB9 color CMYK value is (21,0,16,14).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(21,0,16,14)
C21M0Y16K14 
(21%,0%,16%,14%)
(0.21/0.00/0.16/0.14)	

CMYK percentages

%20.55
%0
%15.53
%14.12

Codes

Color #AEDBB9 in popluar color models

AEDBB9
RGB174219185
HSL135°38.46%77.06%
HSB/HSV135°20.55%85.88%
CMYK20.55%0.00%15.53%
14.12%

Color #AEDBB9 in popluar number systems.

HEXAEDBB9
Decimal174219185
Binary101011101101101110111001
Octal256333271

Shades and tints

Shades of #AEDBB9

#AEDBB9
(174,219,185)
#9FC8A9
(159,200,169)
#90B599
(144,181,153)
#81A289
(129,162,137)
#728F79
(114,143,121)
#637C69
(99,124,105)
#546959
(84,105,89)
#455649
(69,86,73)
#364339
(54,67,57)
#273029
(39,48,41)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #AEDBB9

#AEDBB9
(174,219,185)
#B5DEBF
(181,222,191)
#BCE1C5
(188,225,197)
#C3E4CB
(195,228,203)
#CAE7D1
(202,231,209)
#D1EAD7
(209,234,215)
#D8EDDD
(216,237,221)
#DFF0E3
(223,240,227)
#E6F3E9
(230,243,233)
#EDF6EF
(237,246,239)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDBB9 color. Also use rgb(174,219,185) instead hex code.

Text Font Color

.myTextColor { color: #AEDBB9; }

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

This text font color is #AEDBB9.


Background Color

.myBgColor { background-color: #AEDBB9; }

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

This div background color is #AEDBB9.


Border color

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

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

This div border color is #AEDBB9.


Opacity

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

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

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

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

This text has shadow with #AEDBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDBB9 on black background.


Color preview on white background

This text has color #AEDBB9 on white background.



Black color preview on #AEDBB9 background

This text has black color on #AEDBB9 background.


White color preview on #AEDBB9 background

This text has white color on #AEDBB9 background.