COLOR #AFE2AE

HEX: #AFE2AE RGB: (175,226,174)

Color info

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

RGB color model

#AFE2AE color RGB value is (175,226,174).

RGB: (175,226,174) (69%, 89%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 226 of 255 = 89%
B 174 of 255 = 68%

175
226
174

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

Portions of RGB colors in percentages

R + G + B = 175 + 226 + 174 = 575 (100%)
R 175 of 575 ~ 30.43%
G 226 of 575 ~ 39.3%
B 174 of 575 ~ 30.26'%

%30.43
%39.3
%30.26

CMYK color model

#AFE2AE color CMYK value is (23,0,23,11).

  • cyan value is 22.57%
  • magenta value is 0.00%
  • yellow value is 23.01%
  • key color value is 11.37%

CMYK: (23,0,23,11)
C23M0Y23K11 (23%, 0%, 23%, 11%)
(0.23 / 0.00 / 0.23 / 0.11)

CMYK percentages

%22.57
%0
%23.01
%11.37

Codes

Color #AFE2AE in popluar color models

AF E2 AE
RGB 175 226 174
HSL 119° 47.27% 78.43%
HSB/HSV 119° 23.01% 88.63%
CMYK 22.57% 0.00% 23.01%
11.37%

Color #AFE2AE in popluar number systems.

HEX AF E2 AE
Decimal 175 226 174
Binary 10101111 11100010 10101110
Octal 257 342 256

Shades and tints

Shades of #AFE2AE

#AFE2AE
(175,226,174)
#A0CE9F
(160,206,159)
#91BA90
(145,186,144)
#82A681
(130,166,129)
#739272
(115,146,114)
#647E63
(100,126,99)
#556A54
(85,106,84)
#465645
(70,86,69)
#374236
(55,66,54)
#282E27
(40,46,39)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #AFE2AE

#AFE2AE
(175,226,174)
#B6E4B5
(182,228,181)
#BDE6BC
(189,230,188)
#C4E8C3
(196,232,195)
#CBEACA
(203,234,202)
#D2ECD1
(210,236,209)
#D9EED8
(217,238,216)
#E0F0DF
(224,240,223)
#E7F2E6
(231,242,230)
#EEF4ED
(238,244,237)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE2AE color. Also use rgb(175,226,174) instead hex code.

Text Font Color

.myTextColor { color: #AFE2AE; }

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

This text font color is #AFE2AE.

Background Color

.myBgColor { background-color: #AFE2AE; }

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

This div background color is #AFE2AE.

Border color

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

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

This div border color is #AFE2AE.

Opacity

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

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

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

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

This text has shadow with #AFE2AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE2AE.

Preview

Color preview on black background

This text has color #AFE2AE on black background.


Color preview on white background

This text has color #AFE2AE on white background.


Black color preview on #AFE2AE background

This text has black color on #AFE2AE background.


White color preview on #AFE2AE background

This text has white color on #AFE2AE background.


Related colors

Complementary color

Complementary color for #hex is #501D51.


I love getcolorcode.com

Triadic colors

1 #AEAFE2 and #E2AEAF with #AFE2AE are triadic colors.

2 #AEE2AF and #E2AFAE with #AFE2AE are triadic colors.