COLOR #AFDDA3

HEX: #AFDDA3
RGB: (175,221,163)

Color info

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

RGB color model

#AFDDA3 color RGB value is (175,221,163).

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

RGB channels and saturation

R 175 of 255 = 69%
G 221 of 255 = 87%
B 163 of 255 = 64%

175
221
163

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

Portions of RGB colors in percentages

R + G + B =
175 + 221 + 163 = 559 (100%)
R 175 of 559 ~ 31.31%
G 221 of 559 ~ 39.53%
B 163 of 559 ~ 29.16%

%31.31
%39.53
%29.16

CMYK color model

#AFDDA3 color CMYK value is (21,0,26,13).

  • cyan value is 20.81%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 13.33%
CMYK:
(21,0,26,13)
C21M0Y26K13 
(21%,0%,26%,13%)
(0.21/0.00/0.26/0.13)	

CMYK percentages

%20.81
%0
%26.24
%13.33

Codes

Color #AFDDA3 in popluar color models

AFDDA3
RGB175221163
HSL108°46.03%75.29%
HSB/HSV108°26.24%86.67%
CMYK20.81%0.00%26.24%
13.33%

Color #AFDDA3 in popluar number systems.

HEXAFDDA3
Decimal175221163
Binary101011111101110110100011
Octal257335243

Shades and tints

Shades of #AFDDA3

#AFDDA3
(175,221,163)
#A0C995
(160,201,149)
#91B587
(145,181,135)
#82A179
(130,161,121)
#738D6B
(115,141,107)
#64795D
(100,121,93)
#55654F
(85,101,79)
#465141
(70,81,65)
#373D33
(55,61,51)
#282925
(40,41,37)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #AFDDA3

#AFDDA3
(175,221,163)
#B6E0AB
(182,224,171)
#BDE3B3
(189,227,179)
#C4E6BB
(196,230,187)
#CBE9C3
(203,233,195)
#D2ECCB
(210,236,203)
#D9EFD3
(217,239,211)
#E0F2DB
(224,242,219)
#E7F5E3
(231,245,227)
#EEF8EB
(238,248,235)
#F5FBF3
(245,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDDA3; }

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

This text font color is #AFDDA3.


Background Color

.myBgColor { background-color: #AFDDA3; }

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

This div background color is #AFDDA3.


Border color

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

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

This div border color is #AFDDA3.


Opacity

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

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

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

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

This text has shadow with #AFDDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDDA3 on black background.


Color preview on white background

This text has color #AFDDA3 on white background.



Black color preview on #AFDDA3 background

This text has black color on #AFDDA3 background.


White color preview on #AFDDA3 background

This text has white color on #AFDDA3 background.