COLOR #AFC294

HEX: #AFC294
RGB: (175,194,148)

Color info

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

RGB color model

#AFC294 color RGB value is (175,194,148).

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

RGB channels and saturation

R 175 of 255 = 69%
G 194 of 255 = 76%
B 148 of 255 = 58%

175
194
148

R + G + B ~ 68%. #AFC294 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 194 + 148 = 517 (100%)
R 175 of 517 ~ 33.85%
G 194 of 517 ~ 37.52%
B 148 of 517 ~ 28.63%

%33.85
%37.52
%28.63

CMYK color model

#AFC294 color CMYK value is (10,0,24,24).

  • cyan value is 9.79%
  • magenta value is 0.00%
  • yellow value is 23.71%
  • key color value is 23.92%
CMYK:
(10,0,24,24)
C10M0Y24K24 
(10%,0%,24%,24%)
(0.10/0.00/0.24/0.24)	

CMYK percentages

%9.79
%0
%23.71
%23.92

Codes

Color #AFC294 in popluar color models

AFC294
RGB175194148
HSL85°27.38%67.06%
HSB/HSV85°23.71%76.08%
CMYK9.79%0.00%23.71%
23.92%

Color #AFC294 in popluar number systems.

HEXAFC294
Decimal175194148
Binary101011111100001010010100
Octal257302224

Shades and tints

Shades of #AFC294

#AFC294
(175,194,148)
#A0B187
(160,177,135)
#91A07A
(145,160,122)
#828F6D
(130,143,109)
#737E60
(115,126,96)
#646D53
(100,109,83)
#555C46
(85,92,70)
#464B39
(70,75,57)
#373A2C
(55,58,44)
#28291F
(40,41,31)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #AFC294

#AFC294
(175,194,148)
#B6C79D
(182,199,157)
#BDCCA6
(189,204,166)
#C4D1AF
(196,209,175)
#CBD6B8
(203,214,184)
#D2DBC1
(210,219,193)
#D9E0CA
(217,224,202)
#E0E5D3
(224,229,211)
#E7EADC
(231,234,220)
#EEEFE5
(238,239,229)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFC294; }

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

This text font color is #AFC294.


Background Color

.myBgColor { background-color: #AFC294; }

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

This div background color is #AFC294.


Border color

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

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

This div border color is #AFC294.


Opacity

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

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

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

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

This text has shadow with #AFC294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC294 on black background.


Color preview on white background

This text has color #AFC294 on white background.



Black color preview on #AFC294 background

This text has black color on #AFC294 background.


White color preview on #AFC294 background

This text has white color on #AFC294 background.