COLOR #AEFBC6

HEX: #AEFBC6
RGB: (174,251,198)

Color info

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

RGB color model

#AEFBC6 color RGB value is (174,251,198).

  • red value is 174;
  • green value is 251;
  • blue value is 198.
RGB:
(174,251,198)
(68%,98%,78%)

RGB channels and saturation

R 174 of 255 = 68%
G 251 of 255 = 98%
B 198 of 255 = 78%

174
251
198

R + G + B ~ 81%. #AEFBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 251 + 198 = 623 (100%)
R 174 of 623 ~ 27.93%
G 251 of 623 ~ 40.29%
B 198 of 623 ~ 31.78%

%27.93
%40.29
%31.78

CMYK color model

#AEFBC6 color CMYK value is (31,0,21,2).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 21.12%
  • key color value is 1.57%
CMYK:
(31,0,21,2)
C31M0Y21K2 
(31%,0%,21%,2%)
(0.31/0.00/0.21/0.02)	

CMYK percentages

%30.68
%0
%21.12
%1.57

Codes

Color #AEFBC6 in popluar color models

AEFBC6
RGB174251198
HSL139°90.59%83.33%
HSB/HSV139°30.68%98.43%
CMYK30.68%0.00%21.12%
1.57%

Color #AEFBC6 in popluar number systems.

HEXAEFBC6
Decimal174251198
Binary101011101111101111000110
Octal256373306

Shades and tints

Shades of #AEFBC6

#AEFBC6
(174,251,198)
#9FE5B4
(159,229,180)
#90CFA2
(144,207,162)
#81B990
(129,185,144)
#72A37E
(114,163,126)
#638D6C
(99,141,108)
#54775A
(84,119,90)
#456148
(69,97,72)
#364B36
(54,75,54)
#273524
(39,53,36)
#181F12
(24,31,18)
#000000
(0,0,0)

Tints of #AEFBC6

#AEFBC6
(174,251,198)
#B5FBCB
(181,251,203)
#BCFBD0
(188,251,208)
#C3FBD5
(195,251,213)
#CAFBDA
(202,251,218)
#D1FBDF
(209,251,223)
#D8FBE4
(216,251,228)
#DFFBE9
(223,251,233)
#E6FBEE
(230,251,238)
#EDFBF3
(237,251,243)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFBC6; }

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

This text font color is #AEFBC6.


Background Color

.myBgColor { background-color: #AEFBC6; }

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

This div background color is #AEFBC6.


Border color

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

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

This div border color is #AEFBC6.


Opacity

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

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

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

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

This text has shadow with #AEFBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFBC6 on black background.


Color preview on white background

This text has color #AEFBC6 on white background.



Black color preview on #AEFBC6 background

This text has black color on #AEFBC6 background.


White color preview on #AEFBC6 background

This text has white color on #AEFBC6 background.