COLOR #AFDBA0

HEX: #AFDBA0 RGB: (175,219,160)

Color info

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

RGB color model

#AFDBA0 color RGB value is (175,219,160).

RGB: (175,219,160) (69%, 86%, 63%)

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 160 of 255 = 63%

175
219
160

R + G + B ~ 73%. #AFDBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 219 + 160 = 554 (100%)
R 175 of 554 ~ 31.59%
G 219 of 554 ~ 39.53%
B 160 of 554 ~ 28.88'%

%31.59
%39.53
%28.88

CMYK color model

#AFDBA0 color CMYK value is (20,0,27,14).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 14.12%

CMYK: (20,0,27,14)
C20M0Y27K14 (20%, 0%, 27%, 14%)
(0.20 / 0.00 / 0.27 / 0.14)

CMYK percentages

%20.09
%0
%26.94
%14.12

Codes

Color #AFDBA0 in popluar color models

AF DB A0
RGB 175 219 160
HSL 105° 45.04% 74.31%
HSB/HSV 105° 26.94% 85.88%
CMYK 20.09% 0.00% 26.94%
14.12%

Color #AFDBA0 in popluar number systems.

HEX AF DB A0
Decimal 175 219 160
Binary 10101111 11011011 10100000
Octal 257 333 240

Shades and tints

Shades of #AFDBA0

#AFDBA0
(175,219,160)
#A0C892
(160,200,146)
#91B584
(145,181,132)
#82A276
(130,162,118)
#738F68
(115,143,104)
#647C5A
(100,124,90)
#55694C
(85,105,76)
#46563E
(70,86,62)
#374330
(55,67,48)
#283022
(40,48,34)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #AFDBA0

#AFDBA0
(175,219,160)
#B6DEA8
(182,222,168)
#BDE1B0
(189,225,176)
#C4E4B8
(196,228,184)
#CBE7C0
(203,231,192)
#D2EAC8
(210,234,200)
#D9EDD0
(217,237,208)
#E0F0D8
(224,240,216)
#E7F3E0
(231,243,224)
#EEF6E8
(238,246,232)
#F5F9F0
(245,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFDBA0 color. Also use rgb(175,219,160) instead hex code.

Text Font Color

.myTextColor { color: #AFDBA0; }

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

This text font color is #AFDBA0.

Background Color

.myBgColor { background-color: #AFDBA0; }

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

This div background color is #AFDBA0.

Border color

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

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

This div border color is #AFDBA0.

Opacity

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

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

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

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

This text has shadow with #AFDBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFDBA0.

Preview

Color preview on black background

This text has color #AFDBA0 on black background.


Color preview on white background

This text has color #AFDBA0 on white background.


Black color preview on #AFDBA0 background

This text has black color on #AFDBA0 background.


White color preview on #AFDBA0 background

This text has white color on #AFDBA0 background.


Related colors

Complementary color

Complementary color for #hex is #50245F.


I love getcolorcode.com

Triadic colors

1 #A0AFDB and #DBA0AF with #AFDBA0 are triadic colors.

2 #A0DBAF and #DBAFA0 with #AFDBA0 are triadic colors.