COLOR #AFC967

HEX: #AFC967
RGB: (175,201,103)

Color info

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

RGB color model

#AFC967 color RGB value is (175,201,103).

  • red value is 175;
  • green value is 201;
  • blue value is 103.
RGB:
(175,201,103)
(69%,79%,40%)

RGB channels and saturation

R 175 of 255 = 69%
G 201 of 255 = 79%
B 103 of 255 = 40%

175
201
103

R + G + B ~ 63%. #AFC967 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 201 + 103 = 479 (100%)
R 175 of 479 ~ 36.53%
G 201 of 479 ~ 41.96%
B 103 of 479 ~ 21.5%

%36.53
%41.96
%21.5

CMYK color model

#AFC967 color CMYK value is (13,0,49,21).

  • cyan value is 12.94%
  • magenta value is 0.00%
  • yellow value is 48.76%
  • key color value is 21.18%
CMYK:
(13,0,49,21)
C13M0Y49K21 
(13%,0%,49%,21%)
(0.13/0.00/0.49/0.21)	

CMYK percentages

%12.94
%0
%48.76
%21.18

Codes

Color #AFC967 in popluar color models

AFC967
RGB175201103
HSL76°47.57%59.61%
HSB/HSV76°48.76%78.82%
CMYK12.94%0.00%48.76%
21.18%

Color #AFC967 in popluar number systems.

HEXAFC967
Decimal175201103
Binary10101111110010011100111
Octal257311147

Shades and tints

Shades of #AFC967

#AFC967
(175,201,103)
#A0B75E
(160,183,94)
#91A555
(145,165,85)
#82934C
(130,147,76)
#738143
(115,129,67)
#646F3A
(100,111,58)
#555D31
(85,93,49)
#464B28
(70,75,40)
#37391F
(55,57,31)
#282716
(40,39,22)
#19150D
(25,21,13)
#000000
(0,0,0)

Tints of #AFC967

#AFC967
(175,201,103)
#B6CD74
(182,205,116)
#BDD181
(189,209,129)
#C4D58E
(196,213,142)
#CBD99B
(203,217,155)
#D2DDA8
(210,221,168)
#D9E1B5
(217,225,181)
#E0E5C2
(224,229,194)
#E7E9CF
(231,233,207)
#EEEDDC
(238,237,220)
#F5F1E9
(245,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC967 color. Also use rgb(175,201,103) instead hex code.

Text Font Color

.myTextColor { color: #AFC967; }

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

This text font color is #AFC967.


Background Color

.myBgColor { background-color: #AFC967; }

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

This div background color is #AFC967.


Border color

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

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

This div border color is #AFC967.


Opacity

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

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

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

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

This text has shadow with #AFC967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC967 on black background.


Color preview on white background

This text has color #AFC967 on white background.



Black color preview on #AFC967 background

This text has black color on #AFC967 background.


White color preview on #AFC967 background

This text has white color on #AFC967 background.