COLOR #AFFAAD

HEX: #AFFAAD RGB: (175,250,173)

Color info

#AFFAAD contains mainly green color. Web safe color of #AFFAAD is #99FF99 (or #9F9).

RGB color model

#AFFAAD color RGB value is (175,250,173).

RGB: (175,250,173) (69%, 98%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 250 of 255 = 98%
B 173 of 255 = 68%

175
250
173

R + G + B ~ 78%. #AFFAAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 250 + 173 = 598 (100%)
R 175 of 598 ~ 29.26%
G 250 of 598 ~ 41.81%
B 173 of 598 ~ 28.93'%

%29.26
%41.81
%28.93

CMYK color model

#AFFAAD color CMYK value is (30,0,31,2).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 30.80%
  • key color value is 1.96%
CMYK: (30,0,31,2) C30M0Y31K2 (30%,0%,31%,2%) (0.30/0.00/0.31/0.02) 

CMYK percentages

%30
%0
%30.8
%1.96

Codes

Color #AFFAAD in popluar color models

AF FA AD
RGB 175 250 173
HSL 118° 88.51% 82.94%
HSB/HSV 118° 30.80% 98.04%
CMYK 30.00% 0.00% 30.80%
1.96%

Color #AFFAAD in popluar number systems.

HEX AF FA AD
Decimal 175 250 173
Binary 10101111 11111010 10101101
Octal 257 372 255

Shades and tints

Shades of #AFFAAD

#AFFAAD
(175,250,173)
#A0E49E
(160,228,158)
#91CE8F
(145,206,143)
#82B880
(130,184,128)
#73A271
(115,162,113)
#648C62
(100,140,98)
#557653
(85,118,83)
#466044
(70,96,68)
#374A35
(55,74,53)
#283426
(40,52,38)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #AFFAAD

#AFFAAD
(175,250,173)
#B6FAB4
(182,250,180)
#BDFABB
(189,250,187)
#C4FAC2
(196,250,194)
#CBFAC9
(203,250,201)
#D2FAD0
(210,250,208)
#D9FAD7
(217,250,215)
#E0FADE
(224,250,222)
#E7FAE5
(231,250,229)
#EEFAEC
(238,250,236)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFAAD color. Also use rgb(175,250,173) instead hex code.

Text Font Color

.myTextColor { color: #AFFAAD; }

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

This text font color is #AFFAAD.

Background Color

.myBgColor { background-color: #AFFAAD; }

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

This div background color is #AFFAAD.

Border color

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

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

This div border color is #AFFAAD.

Opacity

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

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

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

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

This text has shadow with #AFFAAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFFAAD.

Preview

Color preview on black background

This text has color #AFFAAD on black background.


Color preview on white background

This text has color #AFFAAD on white background.


Black color preview on #AFFAAD background

This text has black color on #AFFAAD background.


White color preview on #AFFAAD background

This text has white color on #AFFAAD background.


Related colors

Complementary color

Complementary color for #hex is #500552.


I love getcolorcode.com

Triadic colors

1 #ADAFFA and #FAADAF with #AFFAAD are triadic colors.

2 #ADFAAF and #FAAFAD with #AFFAAD are triadic colors.