COLOR #AEDFB3

HEX: #AEDFB3
RGB: (174,223,179)

Color info

#AEDFB3 contains red, green and blue colors in about the same proportion. Web safe color of #AEDFB3 is #99CC99 (or #9C9).

RGB color model

#AEDFB3 color RGB value is (174,223,179).

  • red value is 174;
  • green value is 223;
  • blue value is 179.
RGB:
(174,223,179)
(68%,87%,70%)

RGB channels and saturation

R 174 of 255 = 68%
G 223 of 255 = 87%
B 179 of 255 = 70%

174
223
179

R + G + B ~ 75%. #AEDFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 223 + 179 = 576 (100%)
R 174 of 576 ~ 30.21%
G 223 of 576 ~ 38.72%
B 179 of 576 ~ 31.08%

%30.21
%38.72
%31.08

CMYK color model

#AEDFB3 color CMYK value is (22,0,20,13).

  • cyan value is 21.97%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 12.55%
CMYK:
(22,0,20,13)
C22M0Y20K13 
(22%,0%,20%,13%)
(0.22/0.00/0.20/0.13)	

CMYK percentages

%21.97
%0
%19.73
%12.55

Codes

Color #AEDFB3 in popluar color models

AEDFB3
RGB174223179
HSL126°43.36%77.84%
HSB/HSV126°21.97%87.45%
CMYK21.97%0.00%19.73%
12.55%

Color #AEDFB3 in popluar number systems.

HEXAEDFB3
Decimal174223179
Binary101011101101111110110011
Octal256337263

Shades and tints

Shades of #AEDFB3

#AEDFB3
(174,223,179)
#9FCBA3
(159,203,163)
#90B793
(144,183,147)
#81A383
(129,163,131)
#728F73
(114,143,115)
#637B63
(99,123,99)
#546753
(84,103,83)
#455343
(69,83,67)
#363F33
(54,63,51)
#272B23
(39,43,35)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AEDFB3

#AEDFB3
(174,223,179)
#B5E1B9
(181,225,185)
#BCE3BF
(188,227,191)
#C3E5C5
(195,229,197)
#CAE7CB
(202,231,203)
#D1E9D1
(209,233,209)
#D8EBD7
(216,235,215)
#DFEDDD
(223,237,221)
#E6EFE3
(230,239,227)
#EDF1E9
(237,241,233)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDFB3 color. Also use rgb(174,223,179) instead hex code.

Text Font Color

.myTextColor { color: #AEDFB3; }

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

This text font color is #AEDFB3.


Background Color

.myBgColor { background-color: #AEDFB3; }

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

This div background color is #AEDFB3.


Border color

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

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

This div border color is #AEDFB3.


Opacity

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

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

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

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

This text has shadow with #AEDFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDFB3 on black background.


Color preview on white background

This text has color #AEDFB3 on white background.



Black color preview on #AEDFB3 background

This text has black color on #AEDFB3 background.


White color preview on #AEDFB3 background

This text has white color on #AEDFB3 background.