COLOR #AFE4AB

HEX: #AFE4AB RGB: (175,228,171)

Color info

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

RGB color model

#AFE4AB color RGB value is (175,228,171).

RGB: (175,228,171) (69%, 89%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 228 of 255 = 89%
B 171 of 255 = 67%

175
228
171

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

Portions of RGB colors in percentages

R + G + B = 175 + 228 + 171 = 574 (100%)
R 175 of 574 ~ 30.49%
G 228 of 574 ~ 39.72%
B 171 of 574 ~ 29.79'%

%30.49
%39.72
%29.79

CMYK color model

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

  • cyan value is 23.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 10.59%

CMYK: (23,0,25,11)
C23M0Y25K11 (23%, 0%, 25%, 11%)
(0.23 / 0.00 / 0.25 / 0.11)

CMYK percentages

%23.25
%0
%25
%10.59

Codes

Color #AFE4AB in popluar color models

AF E4 AB
RGB 175 228 171
HSL 116° 51.35% 78.24%
HSB/HSV 116° 25.00% 89.41%
CMYK 23.25% 0.00% 25.00%
10.59%

Color #AFE4AB in popluar number systems.

HEX AF E4 AB
Decimal 175 228 171
Binary 10101111 11100100 10101011
Octal 257 344 253

Shades and tints

Shades of #AFE4AB

#AFE4AB
(175,228,171)
#A0D09C
(160,208,156)
#91BC8D
(145,188,141)
#82A87E
(130,168,126)
#73946F
(115,148,111)
#648060
(100,128,96)
#556C51
(85,108,81)
#465842
(70,88,66)
#374433
(55,68,51)
#283024
(40,48,36)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #AFE4AB

#AFE4AB
(175,228,171)
#B6E6B2
(182,230,178)
#BDE8B9
(189,232,185)
#C4EAC0
(196,234,192)
#CBECC7
(203,236,199)
#D2EECE
(210,238,206)
#D9F0D5
(217,240,213)
#E0F2DC
(224,242,220)
#E7F4E3
(231,244,227)
#EEF6EA
(238,246,234)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFE4AB color. Also use rgb(175,228,171) instead hex code.

Text Font Color

.myTextColor { color: #AFE4AB; }

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

This text font color is #AFE4AB.

Background Color

.myBgColor { background-color: #AFE4AB; }

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

This div background color is #AFE4AB.

Border color

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

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

This div border color is #AFE4AB.

Opacity

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

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

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

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

This text has shadow with #AFE4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE4AB.

Preview

Color preview on black background

This text has color #AFE4AB on black background.


Color preview on white background

This text has color #AFE4AB on white background.


Black color preview on #AFE4AB background

This text has black color on #AFE4AB background.


White color preview on #AFE4AB background

This text has white color on #AFE4AB background.


Related colors

Complementary color

Complementary color for #hex is #501B54.


I love getcolorcode.com

Triadic colors

1 #ABAFE4 and #E4ABAF with #AFE4AB are triadic colors.

2 #ABE4AF and #E4AFAB with #AFE4AB are triadic colors.