COLOR #AFDAAA

HEX: #AFDAAA RGB: (175,218,170)

Color info

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

RGB color model

#AFDAAA color RGB value is (175,218,170).

RGB: (175,218,170) (69%, 85%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 218 of 255 = 85%
B 170 of 255 = 67%

175
218
170

R + G + B ~ 74%. #AFDAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 218 + 170 = 563 (100%)
R 175 of 563 ~ 31.08%
G 218 of 563 ~ 38.72%
B 170 of 563 ~ 30.2'%

%31.08
%38.72
%30.2

CMYK color model

#AFDAAA color CMYK value is (20,0,22,15).

  • cyan value is 19.72%
  • magenta value is 0.00%
  • yellow value is 22.02%
  • key color value is 14.51%

CMYK: (20,0,22,15)
C20M0Y22K15 (20%, 0%, 22%, 15%)
(0.20 / 0.00 / 0.22 / 0.15)

CMYK percentages

%19.72
%0
%22.02
%14.51

Codes

Color #AFDAAA in popluar color models

AF DA AA
RGB 175 218 170
HSL 114° 39.34% 76.08%
HSB/HSV 114° 22.02% 85.49%
CMYK 19.72% 0.00% 22.02%
14.51%

Color #AFDAAA in popluar number systems.

HEX AF DA AA
Decimal 175 218 170
Binary 10101111 11011010 10101010
Octal 257 332 252

Shades and tints

Shades of #AFDAAA

#AFDAAA
(175,218,170)
#A0C79B
(160,199,155)
#91B48C
(145,180,140)
#82A17D
(130,161,125)
#738E6E
(115,142,110)
#647B5F
(100,123,95)
#556850
(85,104,80)
#465541
(70,85,65)
#374232
(55,66,50)
#282F23
(40,47,35)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #AFDAAA

#AFDAAA
(175,218,170)
#B6DDB1
(182,221,177)
#BDE0B8
(189,224,184)
#C4E3BF
(196,227,191)
#CBE6C6
(203,230,198)
#D2E9CD
(210,233,205)
#D9ECD4
(217,236,212)
#E0EFDB
(224,239,219)
#E7F2E2
(231,242,226)
#EEF5E9
(238,245,233)
#F5F8F0
(245,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDAAA color. Also use rgb(175,218,170) instead hex code.

Text Font Color

.myTextColor { color: #AFDAAA; }

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

This text font color is #AFDAAA.

Background Color

.myBgColor { background-color: #AFDAAA; }

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

This div background color is #AFDAAA.

Border color

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

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

This div border color is #AFDAAA.

Opacity

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

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

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

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

This text has shadow with #AFDAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDAAA.

Preview

Color preview on black background

This text has color #AFDAAA on black background.


Color preview on white background

This text has color #AFDAAA on white background.


Black color preview on #AFDAAA background

This text has black color on #AFDAAA background.


White color preview on #AFDAAA background

This text has white color on #AFDAAA background.


Related colors

Complementary color

Complementary color for #hex is #502555.


I love getcolorcode.com

Triadic colors

1 #AAAFDA and #DAAAAF with #AFDAAA are triadic colors.

2 #AADAAF and #DAAFAA with #AFDAAA are triadic colors.