COLOR #AEFDBF

HEX: #AEFDBF
RGB: (174,253,191)

Color info

#AEFDBF contains mainly green color. Web safe color of #AEFDBF is #99FFCC (or #9FC).

RGB color model

#AEFDBF color RGB value is (174,253,191).

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

RGB channels and saturation

R 174 of 255 = 68%
G 253 of 255 = 99%
B 191 of 255 = 75%

174
253
191

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

Portions of RGB colors in percentages

R + G + B =
174 + 253 + 191 = 618 (100%)
R 174 of 618 ~ 28.16%
G 253 of 618 ~ 40.94%
B 191 of 618 ~ 30.91%

%28.16
%40.94
%30.91

CMYK color model

#AEFDBF color CMYK value is (31,0,25,1).

  • cyan value is 31.23%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 0.78%
CMYK:
(31,0,25,1)
C31M0Y25K1 
(31%,0%,25%,1%)
(0.31/0.00/0.25/0.01)	

CMYK percentages

%31.23
%0
%24.51
%0.78

Codes

Color #AEFDBF in popluar color models

AEFDBF
RGB174253191
HSL133°95.18%83.73%
HSB/HSV133°31.23%99.22%
CMYK31.23%0.00%24.51%
0.78%

Color #AEFDBF in popluar number systems.

HEXAEFDBF
Decimal174253191
Binary101011101111110110111111
Octal256375277

Shades and tints

Shades of #AEFDBF

#AEFDBF
(174,253,191)
#9FE6AE
(159,230,174)
#90CF9D
(144,207,157)
#81B88C
(129,184,140)
#72A17B
(114,161,123)
#638A6A
(99,138,106)
#547359
(84,115,89)
#455C48
(69,92,72)
#364537
(54,69,55)
#272E26
(39,46,38)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AEFDBF

#AEFDBF
(174,253,191)
#B5FDC4
(181,253,196)
#BCFDC9
(188,253,201)
#C3FDCE
(195,253,206)
#CAFDD3
(202,253,211)
#D1FDD8
(209,253,216)
#D8FDDD
(216,253,221)
#DFFDE2
(223,253,226)
#E6FDE7
(230,253,231)
#EDFDEC
(237,253,236)
#F4FDF1
(244,253,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFDBF; }

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

This text font color is #AEFDBF.


Background Color

.myBgColor { background-color: #AEFDBF; }

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

This div background color is #AEFDBF.


Border color

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

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

This div border color is #AEFDBF.


Opacity

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

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

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

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

This text has shadow with #AEFDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFDBF on black background.


Color preview on white background

This text has color #AEFDBF on white background.



Black color preview on #AEFDBF background

This text has black color on #AEFDBF background.


White color preview on #AEFDBF background

This text has white color on #AEFDBF background.