COLOR #AFCF94

HEX: #AFCF94
RGB: (175,207,148)

Color info

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

RGB color model

#AFCF94 color RGB value is (175,207,148).

  • red value is 175;
  • green value is 207;
  • blue value is 148.
RGB: (175,207,148) (69%,81%,58%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 148 of 255 = 58%

175
207
148

R + G + B ~ 69%. #AFCF94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 207 + 148 = 530 (100%)
R 175 of 530 ~ 33.02%
G 207 of 530 ~ 39.06%
B 148 of 530 ~ 27.92%

%33.02
%39.06
%27.92

CMYK color model

#AFCF94 color CMYK value is (15,0,29,19).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 18.82%
CMYK: (15,0,29,19) C15M0Y29K19 (15%,0%,29%,19%) (0.15/0.00/0.29/0.19)

CMYK percentages

%15.46
%0
%28.5
%18.82

Codes

Color #AFCF94 in popluar color models

AFCF94
RGB175207148
HSL93°38.06%69.61%
HSB/HSV93°28.50%81.18%
CMYK15.46%0.00%28.50%
18.82%

Color #AFCF94 in popluar number systems.

HEXAFCF94
Decimal175207148
Binary101011111100111110010100
Octal257317224

Shades and tints

Shades of #AFCF94

#AFCF94
(175,207,148)
#A0BD87
(160,189,135)
#91AB7A
(145,171,122)
#82996D
(130,153,109)
#738760
(115,135,96)
#647553
(100,117,83)
#556346
(85,99,70)
#465139
(70,81,57)
#373F2C
(55,63,44)
#282D1F
(40,45,31)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #AFCF94

#AFCF94
(175,207,148)
#B6D39D
(182,211,157)
#BDD7A6
(189,215,166)
#C4DBAF
(196,219,175)
#CBDFB8
(203,223,184)
#D2E3C1
(210,227,193)
#D9E7CA
(217,231,202)
#E0EBD3
(224,235,211)
#E7EFDC
(231,239,220)
#EEF3E5
(238,243,229)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCF94 color. Also use rgb(175,207,148) instead hex code.

Text Font Color

.myTextColor { color: #AFCF94; }

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

This text font color is #AFCF94.


Background Color

.myBgColor { background-color: #AFCF94; }

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

This div background color is #AFCF94.


Border color

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

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

This div border color is #AFCF94.


Opacity

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

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

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

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

This text has shadow with #AFCF94 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AFCF94 on black background.


Color preview on white background

This text has color #AFCF94 on white background.



Black color preview on #AFCF94 background

This text has black color on #AFCF94 background.


White color preview on #AFCF94 background

This text has white color on #AFCF94 background.