COLOR #AFDA9B

HEX: #AFDA9B RGB: (175,218,155)

Color info

#AFDA9B contains mainly red and green colors. Web safe color of #AFDA9B is #99CC99 (or #9C9).

RGB color model

#AFDA9B color RGB value is (175,218,155).

RGB: (175,218,155) (69%, 85%, 61%)

RGB channels and saturation

R 175 of 255 = 69%
G 218 of 255 = 85%
B 155 of 255 = 61%

175
218
155

R + G + B ~ 72%. #AFDA9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 218 + 155 = 548 (100%)
R 175 of 548 ~ 31.93%
G 218 of 548 ~ 39.78%
B 155 of 548 ~ 28.28'%

%31.93
%39.78
%28.28

CMYK color model

#AFDA9B color CMYK value is (20,0,29,15).

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

CMYK: (20,0,29,15)
C20M0Y29K15 (20%, 0%, 29%, 15%)
(0.20 / 0.00 / 0.29 / 0.15)

CMYK percentages

%19.72
%0
%28.9
%14.51

Codes

Color #AFDA9B in popluar color models

AF DA 9B
RGB 175 218 155
HSL 101° 45.99% 73.14%
HSB/HSV 101° 28.90% 85.49%
CMYK 19.72% 0.00% 28.90%
14.51%

Color #AFDA9B in popluar number systems.

HEX AF DA 9B
Decimal 175 218 155
Binary 10101111 11011010 10011011
Octal 257 332 233

Shades and tints

Shades of #AFDA9B

#AFDA9B
(175,218,155)
#A0C78D
(160,199,141)
#91B47F
(145,180,127)
#82A171
(130,161,113)
#738E63
(115,142,99)
#647B55
(100,123,85)
#556847
(85,104,71)
#465539
(70,85,57)
#37422B
(55,66,43)
#282F1D
(40,47,29)
#191C0F
(25,28,15)
#000000
(0,0,0)

Tints of #AFDA9B

#AFDA9B
(175,218,155)
#B6DDA4
(182,221,164)
#BDE0AD
(189,224,173)
#C4E3B6
(196,227,182)
#CBE6BF
(203,230,191)
#D2E9C8
(210,233,200)
#D9ECD1
(217,236,209)
#E0EFDA
(224,239,218)
#E7F2E3
(231,242,227)
#EEF5EC
(238,245,236)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDA9B; }

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

This text font color is #AFDA9B.

Background Color

.myBgColor { background-color: #AFDA9B; }

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

This div background color is #AFDA9B.

Border color

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

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

This div border color is #AFDA9B.

Opacity

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

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

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

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

This text has shadow with #AFDA9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDA9B.

Preview

Color preview on black background

This text has color #AFDA9B on black background.


Color preview on white background

This text has color #AFDA9B on white background.


Black color preview on #AFDA9B background

This text has black color on #AFDA9B background.


White color preview on #AFDA9B background

This text has white color on #AFDA9B background.


Related colors

Complementary color

Complementary color for #hex is #502564.


I love getcolorcode.com

Triadic colors

1 #9BAFDA and #DA9BAF with #AFDA9B are triadic colors.

2 #9BDAAF and #DAAF9B with #AFDA9B are triadic colors.