COLOR #AFD891

HEX: #AFD891
RGB: (175,216,145)

Color info

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

RGB color model

#AFD891 color RGB value is (175,216,145).

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

RGB channels and saturation

R 175 of 255 = 69%
G 216 of 255 = 85%
B 145 of 255 = 57%

175
216
145

R + G + B ~ 70%. #AFD891 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 216 + 145 = 536 (100%)
R 175 of 536 ~ 32.65%
G 216 of 536 ~ 40.3%
B 145 of 536 ~ 27.05%

%32.65
%40.3
%27.05

CMYK color model

#AFD891 color CMYK value is (19,0,33,15).

  • cyan value is 18.98%
  • magenta value is 0.00%
  • yellow value is 32.87%
  • key color value is 15.29%
CMYK:
(19,0,33,15)
C19M0Y33K15 
(19%,0%,33%,15%)
(0.19/0.00/0.33/0.15)	

CMYK percentages

%18.98
%0
%32.87
%15.29

Codes

Color #AFD891 in popluar color models

AFD891
RGB175216145
HSL95°47.65%70.78%
HSB/HSV95°32.87%84.71%
CMYK18.98%0.00%32.87%
15.29%

Color #AFD891 in popluar number systems.

HEXAFD891
Decimal175216145
Binary101011111101100010010001
Octal257330221

Shades and tints

Shades of #AFD891

#AFD891
(175,216,145)
#A0C584
(160,197,132)
#91B277
(145,178,119)
#829F6A
(130,159,106)
#738C5D
(115,140,93)
#647950
(100,121,80)
#556643
(85,102,67)
#465336
(70,83,54)
#374029
(55,64,41)
#282D1C
(40,45,28)
#191A0F
(25,26,15)
#000000
(0,0,0)

Tints of #AFD891

#AFD891
(175,216,145)
#B6DB9B
(182,219,155)
#BDDEA5
(189,222,165)
#C4E1AF
(196,225,175)
#CBE4B9
(203,228,185)
#D2E7C3
(210,231,195)
#D9EACD
(217,234,205)
#E0EDD7
(224,237,215)
#E7F0E1
(231,240,225)
#EEF3EB
(238,243,235)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFD891; }

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

This text font color is #AFD891.


Background Color

.myBgColor { background-color: #AFD891; }

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

This div background color is #AFD891.


Border color

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

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

This div border color is #AFD891.


Opacity

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

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

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

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

This text has shadow with #AFD891 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD891 on black background.


Color preview on white background

This text has color #AFD891 on white background.



Black color preview on #AFD891 background

This text has black color on #AFD891 background.


White color preview on #AFD891 background

This text has white color on #AFD891 background.