COLOR #AEF7CF

HEX: #AEF7CF
RGB: (174,247,207)

Color info

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

RGB color model

#AEF7CF color RGB value is (174,247,207).

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

RGB channels and saturation

R 174 of 255 = 68%
G 247 of 255 = 97%
B 207 of 255 = 81%

174
247
207

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

Portions of RGB colors in percentages

R + G + B =
174 + 247 + 207 = 628 (100%)
R 174 of 628 ~ 27.71%
G 247 of 628 ~ 39.33%
B 207 of 628 ~ 32.96%

%27.71
%39.33
%32.96

CMYK color model

#AEF7CF color CMYK value is (30,0,16,3).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK:
(30,0,16,3)
C30M0Y16K3 
(30%,0%,16%,3%)
(0.30/0.00/0.16/0.03)	

CMYK percentages

%29.55
%0
%16.19
%3.14

Codes

Color #AEF7CF in popluar color models

AEF7CF
RGB174247207
HSL147°82.02%82.55%
HSB/HSV147°29.55%96.86%
CMYK29.55%0.00%16.19%
3.14%

Color #AEF7CF in popluar number systems.

HEXAEF7CF
Decimal174247207
Binary101011101111011111001111
Octal256367317

Shades and tints

Shades of #AEF7CF

#AEF7CF
(174,247,207)
#9FE1BD
(159,225,189)
#90CBAB
(144,203,171)
#81B599
(129,181,153)
#729F87
(114,159,135)
#638975
(99,137,117)
#547363
(84,115,99)
#455D51
(69,93,81)
#36473F
(54,71,63)
#27312D
(39,49,45)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #AEF7CF

#AEF7CF
(174,247,207)
#B5F7D3
(181,247,211)
#BCF7D7
(188,247,215)
#C3F7DB
(195,247,219)
#CAF7DF
(202,247,223)
#D1F7E3
(209,247,227)
#D8F7E7
(216,247,231)
#DFF7EB
(223,247,235)
#E6F7EF
(230,247,239)
#EDF7F3
(237,247,243)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF7CF; }

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

This text font color is #AEF7CF.


Background Color

.myBgColor { background-color: #AEF7CF; }

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

This div background color is #AEF7CF.


Border color

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

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

This div border color is #AEF7CF.


Opacity

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

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

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

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

This text has shadow with #AEF7CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF7CF on black background.


Color preview on white background

This text has color #AEF7CF on white background.



Black color preview on #AEF7CF background

This text has black color on #AEF7CF background.


White color preview on #AEF7CF background

This text has white color on #AEF7CF background.