COLOR #AEE2BC

HEX: #AEE2BC
RGB: (174,226,188)

Color info

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

RGB color model

#AEE2BC color RGB value is (174,226,188).

  • red value is 174;
  • green value is 226;
  • blue value is 188.
RGB:
(174,226,188)
(68%,89%,74%)

RGB channels and saturation

R 174 of 255 = 68%
G 226 of 255 = 89%
B 188 of 255 = 74%

174
226
188

R + G + B ~ 77%. #AEE2BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 226 + 188 = 588 (100%)
R 174 of 588 ~ 29.59%
G 226 of 588 ~ 38.44%
B 188 of 588 ~ 31.97%

%29.59
%38.44
%31.97

CMYK color model

#AEE2BC color CMYK value is (23,0,17,11).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%
CMYK:
(23,0,17,11)
C23M0Y17K11 
(23%,0%,17%,11%)
(0.23/0.00/0.17/0.11)	

CMYK percentages

%23.01
%0
%16.81
%11.37

Codes

Color #AEE2BC in popluar color models

AEE2BC
RGB174226188
HSL136°47.27%78.43%
HSB/HSV136°23.01%88.63%
CMYK23.01%0.00%16.81%
11.37%

Color #AEE2BC in popluar number systems.

HEXAEE2BC
Decimal174226188
Binary101011101110001010111100
Octal256342274

Shades and tints

Shades of #AEE2BC

#AEE2BC
(174,226,188)
#9FCEAB
(159,206,171)
#90BA9A
(144,186,154)
#81A689
(129,166,137)
#729278
(114,146,120)
#637E67
(99,126,103)
#546A56
(84,106,86)
#455645
(69,86,69)
#364234
(54,66,52)
#272E23
(39,46,35)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #AEE2BC

#AEE2BC
(174,226,188)
#B5E4C2
(181,228,194)
#BCE6C8
(188,230,200)
#C3E8CE
(195,232,206)
#CAEAD4
(202,234,212)
#D1ECDA
(209,236,218)
#D8EEE0
(216,238,224)
#DFF0E6
(223,240,230)
#E6F2EC
(230,242,236)
#EDF4F2
(237,244,242)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE2BC color. Also use rgb(174,226,188) instead hex code.

Text Font Color

.myTextColor { color: #AEE2BC; }

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

This text font color is #AEE2BC.


Background Color

.myBgColor { background-color: #AEE2BC; }

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

This div background color is #AEE2BC.


Border color

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

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

This div border color is #AEE2BC.


Opacity

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

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

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

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

This text has shadow with #AEE2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE2BC on black background.


Color preview on white background

This text has color #AEE2BC on white background.



Black color preview on #AEE2BC background

This text has black color on #AEE2BC background.


White color preview on #AEE2BC background

This text has white color on #AEE2BC background.