COLOR #AEFDCE

HEX: #AEFDCE
RGB: (174,253,206)

Color info

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

RGB color model

#AEFDCE color RGB value is (174,253,206).

  • red value is 174;
  • green value is 253;
  • blue value is 206.
RGB:
(174,253,206)
(68%,99%,81%)

RGB channels and saturation

R 174 of 255 = 68%
G 253 of 255 = 99%
B 206 of 255 = 81%

174
253
206

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

Portions of RGB colors in percentages

R + G + B =
174 + 253 + 206 = 633 (100%)
R 174 of 633 ~ 27.49%
G 253 of 633 ~ 39.97%
B 206 of 633 ~ 32.54%

%27.49
%39.97
%32.54

CMYK color model

#AEFDCE color CMYK value is (31,0,19,1).

  • cyan value is 31.23%
  • magenta value is 0.00%
  • yellow value is 18.58%
  • key color value is 0.78%
CMYK:
(31,0,19,1)
C31M0Y19K1 
(31%,0%,19%,1%)
(0.31/0.00/0.19/0.01)	

CMYK percentages

%31.23
%0
%18.58
%0.78

Codes

Color #AEFDCE in popluar color models

AEFDCE
RGB174253206
HSL144°95.18%83.73%
HSB/HSV144°31.23%99.22%
CMYK31.23%0.00%18.58%
0.78%

Color #AEFDCE in popluar number systems.

HEXAEFDCE
Decimal174253206
Binary101011101111110111001110
Octal256375316

Shades and tints

Shades of #AEFDCE

#AEFDCE
(174,253,206)
#9FE6BC
(159,230,188)
#90CFAA
(144,207,170)
#81B898
(129,184,152)
#72A186
(114,161,134)
#638A74
(99,138,116)
#547362
(84,115,98)
#455C50
(69,92,80)
#36453E
(54,69,62)
#272E2C
(39,46,44)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #AEFDCE

#AEFDCE
(174,253,206)
#B5FDD2
(181,253,210)
#BCFDD6
(188,253,214)
#C3FDDA
(195,253,218)
#CAFDDE
(202,253,222)
#D1FDE2
(209,253,226)
#D8FDE6
(216,253,230)
#DFFDEA
(223,253,234)
#E6FDEE
(230,253,238)
#EDFDF2
(237,253,242)
#F4FDF6
(244,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFDCE; }

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

This text font color is #AEFDCE.


Background Color

.myBgColor { background-color: #AEFDCE; }

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

This div background color is #AEFDCE.


Border color

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

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

This div border color is #AEFDCE.


Opacity

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

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

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

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

This text has shadow with #AEFDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFDCE on black background.


Color preview on white background

This text has color #AEFDCE on white background.



Black color preview on #AEFDCE background

This text has black color on #AEFDCE background.


White color preview on #AEFDCE background

This text has white color on #AEFDCE background.