COLOR #AEF5DB

HEX: #AEF5DB
RGB: (174,245,219)

Color info

#AEF5DB contains mainly green and blue colors. Web safe color of #AEF5DB is #99FFCC (or #9FC).

RGB color model

#AEF5DB color RGB value is (174,245,219).

  • red value is 174;
  • green value is 245;
  • blue value is 219.
RGB:
(174,245,219)
(68%,96%,86%)

RGB channels and saturation

R 174 of 255 = 68%
G 245 of 255 = 96%
B 219 of 255 = 86%

174
245
219

R + G + B ~ 83%. #AEF5DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 245 + 219 = 638 (100%)
R 174 of 638 ~ 27.27%
G 245 of 638 ~ 38.4%
B 219 of 638 ~ 34.33%

%27.27
%38.4
%34.33

CMYK color model

#AEF5DB color CMYK value is (29,0,11,4).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 3.92%
CMYK:
(29,0,11,4)
C29M0Y11K4 
(29%,0%,11%,4%)
(0.29/0.00/0.11/0.04)	

CMYK percentages

%28.98
%0
%10.61
%3.92

Codes

Color #AEF5DB in popluar color models

AEF5DB
RGB174245219
HSL158°78.02%82.16%
HSB/HSV158°28.98%96.08%
CMYK28.98%0.00%10.61%
3.92%

Color #AEF5DB in popluar number systems.

HEXAEF5DB
Decimal174245219
Binary101011101111010111011011
Octal256365333

Shades and tints

Shades of #AEF5DB

#AEF5DB
(174,245,219)
#9FDFC8
(159,223,200)
#90C9B5
(144,201,181)
#81B3A2
(129,179,162)
#729D8F
(114,157,143)
#63877C
(99,135,124)
#547169
(84,113,105)
#455B56
(69,91,86)
#364543
(54,69,67)
#272F30
(39,47,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #AEF5DB

#AEF5DB
(174,245,219)
#B5F5DE
(181,245,222)
#BCF5E1
(188,245,225)
#C3F5E4
(195,245,228)
#CAF5E7
(202,245,231)
#D1F5EA
(209,245,234)
#D8F5ED
(216,245,237)
#DFF5F0
(223,245,240)
#E6F5F3
(230,245,243)
#EDF5F6
(237,245,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF5DB; }

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

This text font color is #AEF5DB.


Background Color

.myBgColor { background-color: #AEF5DB; }

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

This div background color is #AEF5DB.


Border color

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

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

This div border color is #AEF5DB.


Opacity

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

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

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

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

This text has shadow with #AEF5DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF5DB on black background.


Color preview on white background

This text has color #AEF5DB on white background.



Black color preview on #AEF5DB background

This text has black color on #AEF5DB background.


White color preview on #AEF5DB background

This text has white color on #AEF5DB background.