COLOR #AFCC94

HEX: #AFCC94 RGB: (175,204,148)

Color info

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

RGB color model

#AFCC94 color RGB value is (175,204,148).

RGB: (175,204,148) (69%, 80%, 58%)

RGB channels and saturation

R 175 of 255 = 69%
G 204 of 255 = 80%
B 148 of 255 = 58%

175
204
148

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

Portions of RGB colors in percentages

R + G + B = 175 + 204 + 148 = 527 (100%)
R 175 of 527 ~ 33.21%
G 204 of 527 ~ 38.71%
B 148 of 527 ~ 28.08'%

%33.21
%38.71
%28.08

CMYK color model

#AFCC94 color CMYK value is (14,0,27,20).

  • cyan value is 14.22%
  • magenta value is 0.00%
  • yellow value is 27.45%
  • key color value is 20.00%
CMYK: (14,0,27,20) C14M0Y27K20 (14%,0%,27%,20%) (0.14/0.00/0.27/0.20) 

CMYK percentages

%14.22
%0
%27.45
%20

Codes

Color #AFCC94 in popluar color models

AF CC 94
RGB 175 204 148
HSL 91° 35.44% 69.02%
HSB/HSV 91° 27.45% 80.00%
CMYK 14.22% 0.00% 27.45%
20.00%

Color #AFCC94 in popluar number systems.

HEX AF CC 94
Decimal 175 204 148
Binary 10101111 11001100 10010100
Octal 257 314 224

Shades and tints

Shades of #AFCC94

#AFCC94
(175,204,148)
#A0BA87
(160,186,135)
#91A87A
(145,168,122)
#82966D
(130,150,109)
#738460
(115,132,96)
#647253
(100,114,83)
#556046
(85,96,70)
#464E39
(70,78,57)
#373C2C
(55,60,44)
#282A1F
(40,42,31)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #AFCC94

#AFCC94
(175,204,148)
#B6D09D
(182,208,157)
#BDD4A6
(189,212,166)
#C4D8AF
(196,216,175)
#CBDCB8
(203,220,184)
#D2E0C1
(210,224,193)
#D9E4CA
(217,228,202)
#E0E8D3
(224,232,211)
#E7ECDC
(231,236,220)
#EEF0E5
(238,240,229)
#F5F4EE
(245,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCC94; }

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

This text font color is #AFCC94.

Background Color

.myBgColor { background-color: #AFCC94; }

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

This div background color is #AFCC94.

Border color

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

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

This div border color is #AFCC94.

Opacity

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

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

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

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

This text has shadow with #AFCC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCC94.

Preview

Color preview on black background

This text has color #AFCC94 on black background.


Color preview on white background

This text has color #AFCC94 on white background.


Black color preview on #AFCC94 background

This text has black color on #AFCC94 background.


White color preview on #AFCC94 background

This text has white color on #AFCC94 background.


Related colors

Complementary color

Complementary color for #hex is #50336B.


I love getcolorcode.com

Triadic colors

1 #94AFCC and #CC94AF with #AFCC94 are triadic colors.

2 #94CCAF and #CCAF94 with #AFCC94 are triadic colors.