COLOR #AFDB91

HEX: #AFDB91
RGB: (175,219,145)

Color info

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

RGB color model

#AFDB91 color RGB value is (175,219,145).

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

RGB channels and saturation

R 175 of 255 = 69%
G 219 of 255 = 86%
B 145 of 255 = 57%

175
219
145

R + G + B ~ 71%. #AFDB91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 219 + 145 = 539 (100%)
R 175 of 539 ~ 32.47%
G 219 of 539 ~ 40.63%
B 145 of 539 ~ 26.9%

%32.47
%40.63
%26.9

CMYK color model

#AFDB91 color CMYK value is (20,0,34,14).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 33.79%
  • key color value is 14.12%
CMYK:
(20,0,34,14)
C20M0Y34K14 
(20%,0%,34%,14%)
(0.20/0.00/0.34/0.14)	

CMYK percentages

%20.09
%0
%33.79
%14.12

Codes

Color #AFDB91 in popluar color models

AFDB91
RGB175219145
HSL96°50.68%71.37%
HSB/HSV96°33.79%85.88%
CMYK20.09%0.00%33.79%
14.12%

Color #AFDB91 in popluar number systems.

HEXAFDB91
Decimal175219145
Binary101011111101101110010001
Octal257333221

Shades and tints

Shades of #AFDB91

#AFDB91
(175,219,145)
#A0C884
(160,200,132)
#91B577
(145,181,119)
#82A26A
(130,162,106)
#738F5D
(115,143,93)
#647C50
(100,124,80)
#556943
(85,105,67)
#465636
(70,86,54)
#374329
(55,67,41)
#28301C
(40,48,28)
#191D0F
(25,29,15)
#000000
(0,0,0)

Tints of #AFDB91

#AFDB91
(175,219,145)
#B6DE9B
(182,222,155)
#BDE1A5
(189,225,165)
#C4E4AF
(196,228,175)
#CBE7B9
(203,231,185)
#D2EAC3
(210,234,195)
#D9EDCD
(217,237,205)
#E0F0D7
(224,240,215)
#E7F3E1
(231,243,225)
#EEF6EB
(238,246,235)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFDB91; }

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

This text font color is #AFDB91.


Background Color

.myBgColor { background-color: #AFDB91; }

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

This div background color is #AFDB91.


Border color

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

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

This div border color is #AFDB91.


Opacity

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

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

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

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

This text has shadow with #AFDB91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFDB91 on black background.


Color preview on white background

This text has color #AFDB91 on white background.



Black color preview on #AFDB91 background

This text has black color on #AFDB91 background.


White color preview on #AFDB91 background

This text has white color on #AFDB91 background.