COLOR #AEE3D0

HEX: #AEE3D0
RGB: (174,227,208)

Color info

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

RGB color model

#AEE3D0 color RGB value is (174,227,208).

  • red value is 174;
  • green value is 227;
  • blue value is 208.
RGB:
(174,227,208)
(68%,89%,82%)

RGB channels and saturation

R 174 of 255 = 68%
G 227 of 255 = 89%
B 208 of 255 = 82%

174
227
208

R + G + B ~ 80%. #AEE3D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 227 + 208 = 609 (100%)
R 174 of 609 ~ 28.57%
G 227 of 609 ~ 37.27%
B 208 of 609 ~ 34.15%

%28.57
%37.27
%34.15

CMYK color model

#AEE3D0 color CMYK value is (23,0,8,11).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 8.37%
  • key color value is 10.98%
CMYK:
(23,0,8,11)
C23M0Y8K11 
(23%,0%,8%,11%)
(0.23/0.00/0.08/0.11)	

CMYK percentages

%23.35
%0
%8.37
%10.98

Codes

Color #AEE3D0 in popluar color models

AEE3D0
RGB174227208
HSL158°48.62%78.63%
HSB/HSV158°23.35%89.02%
CMYK23.35%0.00%8.37%
10.98%

Color #AEE3D0 in popluar number systems.

HEXAEE3D0
Decimal174227208
Binary101011101110001111010000
Octal256343320

Shades and tints

Shades of #AEE3D0

#AEE3D0
(174,227,208)
#9FCFBE
(159,207,190)
#90BBAC
(144,187,172)
#81A79A
(129,167,154)
#729388
(114,147,136)
#637F76
(99,127,118)
#546B64
(84,107,100)
#455752
(69,87,82)
#364340
(54,67,64)
#272F2E
(39,47,46)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #AEE3D0

#AEE3D0
(174,227,208)
#B5E5D4
(181,229,212)
#BCE7D8
(188,231,216)
#C3E9DC
(195,233,220)
#CAEBE0
(202,235,224)
#D1EDE4
(209,237,228)
#D8EFE8
(216,239,232)
#DFF1EC
(223,241,236)
#E6F3F0
(230,243,240)
#EDF5F4
(237,245,244)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE3D0 color. Also use rgb(174,227,208) instead hex code.

Text Font Color

.myTextColor { color: #AEE3D0; }

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

This text font color is #AEE3D0.


Background Color

.myBgColor { background-color: #AEE3D0; }

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

This div background color is #AEE3D0.


Border color

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

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

This div border color is #AEE3D0.


Opacity

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

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

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

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

This text has shadow with #AEE3D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE3D0 on black background.


Color preview on white background

This text has color #AEE3D0 on white background.



Black color preview on #AEE3D0 background

This text has black color on #AEE3D0 background.


White color preview on #AEE3D0 background

This text has white color on #AEE3D0 background.