COLOR #AEE3CF

HEX: #AEE3CF
RGB: (174,227,207)

Color info

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

RGB color model

#AEE3CF color RGB value is (174,227,207).

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

RGB channels and saturation

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

174
227
207

R + G + B ~ 79%. #AEE3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 227 + 207 = 608 (100%)
R 174 of 608 ~ 28.62%
G 227 of 608 ~ 37.34%
B 207 of 608 ~ 34.05%

%28.62
%37.34
%34.05

CMYK color model

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

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

CMYK percentages

%23.35
%0
%8.81
%10.98

Codes

Color #AEE3CF in popluar color models

AEE3CF
RGB174227207
HSL157°48.62%78.63%
HSB/HSV157°23.35%89.02%
CMYK23.35%0.00%8.81%
10.98%

Color #AEE3CF in popluar number systems.

HEXAEE3CF
Decimal174227207
Binary101011101110001111001111
Octal256343317

Shades and tints

Shades of #AEE3CF

#AEE3CF
(174,227,207)
#9FCFBD
(159,207,189)
#90BBAB
(144,187,171)
#81A799
(129,167,153)
#729387
(114,147,135)
#637F75
(99,127,117)
#546B63
(84,107,99)
#455751
(69,87,81)
#36433F
(54,67,63)
#272F2D
(39,47,45)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #AEE3CF

#AEE3CF
(174,227,207)
#B5E5D3
(181,229,211)
#BCE7D7
(188,231,215)
#C3E9DB
(195,233,219)
#CAEBDF
(202,235,223)
#D1EDE3
(209,237,227)
#D8EFE7
(216,239,231)
#DFF1EB
(223,241,235)
#E6F3EF
(230,243,239)
#EDF5F3
(237,245,243)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE3CF; }

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

This text font color is #AEE3CF.


Background Color

.myBgColor { background-color: #AEE3CF; }

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

This div background color is #AEE3CF.


Border color

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

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

This div border color is #AEE3CF.


Opacity

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

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

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

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

This text has shadow with #AEE3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE3CF on black background.


Color preview on white background

This text has color #AEE3CF on white background.



Black color preview on #AEE3CF background

This text has black color on #AEE3CF background.


White color preview on #AEE3CF background

This text has white color on #AEE3CF background.