COLOR #AFBD7D

HEX: #AFBD7D
RGB: (175,189,125)

Color info

#AFBD7D contains mainly red and green colors. Web safe color of #AFBD7D is #99CC66 (or #9C6).

RGB color model

#AFBD7D color RGB value is (175,189,125).

  • red value is 175;
  • green value is 189;
  • blue value is 125.
RGB:
(175,189,125)
(69%,74%,49%)

RGB channels and saturation

R 175 of 255 = 69%
G 189 of 255 = 74%
B 125 of 255 = 49%

175
189
125

R + G + B ~ 64%. #AFBD7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 189 + 125 = 489 (100%)
R 175 of 489 ~ 35.79%
G 189 of 489 ~ 38.65%
B 125 of 489 ~ 25.56%

%35.79
%38.65
%25.56

CMYK color model

#AFBD7D color CMYK value is (7,0,34,26).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 33.86%
  • key color value is 25.88%
CMYK:
(7,0,34,26)
C7M0Y34K26 
(7%,0%,34%,26%)
(0.07/0.00/0.34/0.26)	

CMYK percentages

%7.41
%0
%33.86
%25.88

Codes

Color #AFBD7D in popluar color models

AFBD7D
RGB175189125
HSL73°32.65%61.57%
HSB/HSV73°33.86%74.12%
CMYK7.41%0.00%33.86%
25.88%

Color #AFBD7D in popluar number systems.

HEXAFBD7D
Decimal175189125
Binary10101111101111011111101
Octal257275175

Shades and tints

Shades of #AFBD7D

#AFBD7D
(175,189,125)
#A0AC72
(160,172,114)
#919B67
(145,155,103)
#828A5C
(130,138,92)
#737951
(115,121,81)
#646846
(100,104,70)
#55573B
(85,87,59)
#464630
(70,70,48)
#373525
(55,53,37)
#28241A
(40,36,26)
#19130F
(25,19,15)
#000000
(0,0,0)

Tints of #AFBD7D

#AFBD7D
(175,189,125)
#B6C388
(182,195,136)
#BDC993
(189,201,147)
#C4CF9E
(196,207,158)
#CBD5A9
(203,213,169)
#D2DBB4
(210,219,180)
#D9E1BF
(217,225,191)
#E0E7CA
(224,231,202)
#E7EDD5
(231,237,213)
#EEF3E0
(238,243,224)
#F5F9EB
(245,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFBD7D color. Also use rgb(175,189,125) instead hex code.

Text Font Color

.myTextColor { color: #AFBD7D; }

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

This text font color is #AFBD7D.


Background Color

.myBgColor { background-color: #AFBD7D; }

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

This div background color is #AFBD7D.


Border color

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

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

This div border color is #AFBD7D.


Opacity

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

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

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

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

This text has shadow with #AFBD7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFBD7D on black background.


Color preview on white background

This text has color #AFBD7D on white background.



Black color preview on #AFBD7D background

This text has black color on #AFBD7D background.


White color preview on #AFBD7D background

This text has white color on #AFBD7D background.