COLOR #AEE3E3

HEX: #AEE3E3
RGB: (174,227,227)

Color info

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

RGB color model

#AEE3E3 color RGB value is (174,227,227).

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

RGB channels and saturation

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

174
227
227

R + G + B ~ 82%. #AEE3E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 227 + 227 = 628 (100%)
R 174 of 628 ~ 27.71%
G 227 of 628 ~ 36.15%
B 227 of 628 ~ 36.15%

%27.71
%36.15
%36.15

CMYK color model

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

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

CMYK percentages

%23.35
%0
%0
%10.98

Codes

Color #AEE3E3 in popluar color models

AEE3E3
RGB174227227
HSL180°48.62%78.63%
HSB/HSV180°23.35%89.02%
CMYK23.35%0.00%0.00%
10.98%

Color #AEE3E3 in popluar number systems.

HEXAEE3E3
Decimal174227227
Binary101011101110001111100011
Octal256343343

Shades and tints

Shades of #AEE3E3

#AEE3E3
(174,227,227)
#9FCFCF
(159,207,207)
#90BBBB
(144,187,187)
#81A7A7
(129,167,167)
#729393
(114,147,147)
#637F7F
(99,127,127)
#546B6B
(84,107,107)
#455757
(69,87,87)
#364343
(54,67,67)
#272F2F
(39,47,47)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #AEE3E3

#AEE3E3
(174,227,227)
#B5E5E5
(181,229,229)
#BCE7E7
(188,231,231)
#C3E9E9
(195,233,233)
#CAEBEB
(202,235,235)
#D1EDED
(209,237,237)
#D8EFEF
(216,239,239)
#DFF1F1
(223,241,241)
#E6F3F3
(230,243,243)
#EDF5F5
(237,245,245)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE3E3; }

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

This text font color is #AEE3E3.


Background Color

.myBgColor { background-color: #AEE3E3; }

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

This div background color is #AEE3E3.


Border color

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

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

This div border color is #AEE3E3.


Opacity

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

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

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

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

This text has shadow with #AEE3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE3E3 on black background.


Color preview on white background

This text has color #AEE3E3 on white background.



Black color preview on #AEE3E3 background

This text has black color on #AEE3E3 background.


White color preview on #AEE3E3 background

This text has white color on #AEE3E3 background.