COLOR #AEE1B7

HEX: #AEE1B7
RGB: (174,225,183)

Color info

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

RGB color model

#AEE1B7 color RGB value is (174,225,183).

  • red value is 174;
  • green value is 225;
  • blue value is 183.
RGB:
(174,225,183)
(68%,88%,72%)

RGB channels and saturation

R 174 of 255 = 68%
G 225 of 255 = 88%
B 183 of 255 = 72%

174
225
183

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

Portions of RGB colors in percentages

R + G + B =
174 + 225 + 183 = 582 (100%)
R 174 of 582 ~ 29.9%
G 225 of 582 ~ 38.66%
B 183 of 582 ~ 31.44%

%29.9
%38.66
%31.44

CMYK color model

#AEE1B7 color CMYK value is (23,0,19,12).

  • cyan value is 22.67%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 11.76%
CMYK:
(23,0,19,12)
C23M0Y19K12 
(23%,0%,19%,12%)
(0.23/0.00/0.19/0.12)	

CMYK percentages

%22.67
%0
%18.67
%11.76

Codes

Color #AEE1B7 in popluar color models

AEE1B7
RGB174225183
HSL131°45.95%78.24%
HSB/HSV131°22.67%88.24%
CMYK22.67%0.00%18.67%
11.76%

Color #AEE1B7 in popluar number systems.

HEXAEE1B7
Decimal174225183
Binary101011101110000110110111
Octal256341267

Shades and tints

Shades of #AEE1B7

#AEE1B7
(174,225,183)
#9FCDA7
(159,205,167)
#90B997
(144,185,151)
#81A587
(129,165,135)
#729177
(114,145,119)
#637D67
(99,125,103)
#546957
(84,105,87)
#455547
(69,85,71)
#364137
(54,65,55)
#272D27
(39,45,39)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #AEE1B7

#AEE1B7
(174,225,183)
#B5E3BD
(181,227,189)
#BCE5C3
(188,229,195)
#C3E7C9
(195,231,201)
#CAE9CF
(202,233,207)
#D1EBD5
(209,235,213)
#D8EDDB
(216,237,219)
#DFEFE1
(223,239,225)
#E6F1E7
(230,241,231)
#EDF3ED
(237,243,237)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE1B7 color. Also use rgb(174,225,183) instead hex code.

Text Font Color

.myTextColor { color: #AEE1B7; }

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

This text font color is #AEE1B7.


Background Color

.myBgColor { background-color: #AEE1B7; }

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

This div background color is #AEE1B7.


Border color

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

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

This div border color is #AEE1B7.


Opacity

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

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

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

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

This text has shadow with #AEE1B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE1B7 on black background.


Color preview on white background

This text has color #AEE1B7 on white background.



Black color preview on #AEE1B7 background

This text has black color on #AEE1B7 background.


White color preview on #AEE1B7 background

This text has white color on #AEE1B7 background.