COLOR #AACF93

HEX: #AACF93 RGB: (170,207,147)

Color info

#AACF93 contains mainly red and green colors. Web safe color of #AACF93 is #99CC99 (or #9C9).

RGB color model

#AACF93 color RGB value is (170,207,147).

RGB: (170,207,147) (67%, 81%, 58%)

RGB channels and saturation

R 170 of 255 = 67%
G 207 of 255 = 81%
B 147 of 255 = 58%

170
207
147

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

Portions of RGB colors in percentages

R + G + B = 170 + 207 + 147 = 524 (100%)
R 170 of 524 ~ 32.44%
G 207 of 524 ~ 39.5%
B 147 of 524 ~ 28.05'%

%32.44
%39.5
%28.05

CMYK color model

#AACF93 color CMYK value is (18,0,29,19).

  • cyan value is 17.87%
  • magenta value is 0.00%
  • yellow value is 28.99%
  • key color value is 18.82%

CMYK: (18,0,29,19)
C18M0Y29K19 (18%, 0%, 29%, 19%)
(0.18 / 0.00 / 0.29 / 0.19)

CMYK percentages

%17.87
%0
%28.99
%18.82

Codes

Color #AACF93 in popluar color models

AA CF 93
RGB 170 207 147
HSL 97° 38.46% 69.41%
HSB/HSV 97° 28.99% 81.18%
CMYK 17.87% 0.00% 28.99%
18.82%

Color #AACF93 in popluar number systems.

HEX AA CF 93
Decimal 170 207 147
Binary 10101010 11001111 10010011
Octal 252 317 223

Shades and tints

Shades of #AACF93

#AACF93
(170,207,147)
#9BBD86
(155,189,134)
#8CAB79
(140,171,121)
#7D996C
(125,153,108)
#6E875F
(110,135,95)
#5F7552
(95,117,82)
#506345
(80,99,69)
#415138
(65,81,56)
#323F2B
(50,63,43)
#232D1E
(35,45,30)
#141B11
(20,27,17)
#000000
(0,0,0)

Tints of #AACF93

#AACF93
(170,207,147)
#B1D39C
(177,211,156)
#B8D7A5
(184,215,165)
#BFDBAE
(191,219,174)
#C6DFB7
(198,223,183)
#CDE3C0
(205,227,192)
#D4E7C9
(212,231,201)
#DBEBD2
(219,235,210)
#E2EFDB
(226,239,219)
#E9F3E4
(233,243,228)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACF93 color. Also use rgb(170,207,147) instead hex code.

Text Font Color

.myTextColor { color: #AACF93; }

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

This text font color is #AACF93.

Background Color

.myBgColor { background-color: #AACF93; }

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

This div background color is #AACF93.

Border color

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

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

This div border color is #AACF93.

Opacity

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

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

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

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

This text has shadow with #AACF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACF93.

Preview

Color preview on black background

This text has color #AACF93 on black background.


Color preview on white background

This text has color #AACF93 on white background.


Black color preview on #AACF93 background

This text has black color on #AACF93 background.


White color preview on #AACF93 background

This text has white color on #AACF93 background.


Related colors

Complementary color

Complementary color for #hex is #55306C.


I love getcolorcode.com

Triadic colors

1 #93AACF and #CF93AA with #AACF93 are triadic colors.

2 #93CFAA and #CFAA93 with #AACF93 are triadic colors.