COLOR #AFDBA3

HEX: #AFDBA3
RGB: (175,219,163)

Color info

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

RGB color model

#AFDBA3 color RGB value is (175,219,163).

  • red value is 175;
  • green value is 219;
  • blue value is 163.
RGB:
(175,219,163)
(69%,86%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 163 of 255 = 64%

175
219
163

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

Portions of RGB colors in percentages

R + G + B =
175 + 219 + 163 = 557 (100%)
R 175 of 557 ~ 31.42%
G 219 of 557 ~ 39.32%
B 163 of 557 ~ 29.26%

%31.42
%39.32
%29.26

CMYK color model

#AFDBA3 color CMYK value is (20,0,26,14).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 25.57%
  • key color value is 14.12%
CMYK:
(20,0,26,14)
C20M0Y26K14 
(20%,0%,26%,14%)
(0.20/0.00/0.26/0.14)	

CMYK percentages

%20.09
%0
%25.57
%14.12

Codes

Color #AFDBA3 in popluar color models

AFDBA3
RGB175219163
HSL107°43.75%74.90%
HSB/HSV107°25.57%85.88%
CMYK20.09%0.00%25.57%
14.12%

Color #AFDBA3 in popluar number systems.

HEXAFDBA3
Decimal175219163
Binary101011111101101110100011
Octal257333243

Shades and tints

Shades of #AFDBA3

#AFDBA3
(175,219,163)
#A0C895
(160,200,149)
#91B587
(145,181,135)
#82A279
(130,162,121)
#738F6B
(115,143,107)
#647C5D
(100,124,93)
#55694F
(85,105,79)
#465641
(70,86,65)
#374333
(55,67,51)
#283025
(40,48,37)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #AFDBA3

#AFDBA3
(175,219,163)
#B6DEAB
(182,222,171)
#BDE1B3
(189,225,179)
#C4E4BB
(196,228,187)
#CBE7C3
(203,231,195)
#D2EACB
(210,234,203)
#D9EDD3
(217,237,211)
#E0F0DB
(224,240,219)
#E7F3E3
(231,243,227)
#EEF6EB
(238,246,235)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDBA3; }

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

This text font color is #AFDBA3.


Background Color

.myBgColor { background-color: #AFDBA3; }

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

This div background color is #AFDBA3.


Border color

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

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

This div border color is #AFDBA3.


Opacity

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

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

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

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

This text has shadow with #AFDBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDBA3 on black background.


Color preview on white background

This text has color #AFDBA3 on white background.



Black color preview on #AFDBA3 background

This text has black color on #AFDBA3 background.


White color preview on #AFDBA3 background

This text has white color on #AFDBA3 background.