COLOR #AACB98

HEX: #AACB98
RGB: (170,203,152)

Color info

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

RGB color model

#AACB98 color RGB value is (170,203,152).

  • red value is 170;
  • green value is 203;
  • blue value is 152.
RGB:
(170,203,152)
(67%,80%,60%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 152 of 255 = 60%

170
203
152

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

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 152 = 525 (100%)
R 170 of 525 ~ 32.38%
G 203 of 525 ~ 38.67%
B 152 of 525 ~ 28.95%

%32.38
%38.67
%28.95

CMYK color model

#AACB98 color CMYK value is (16,0,25,20).

  • cyan value is 16.26%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 20.39%
CMYK:
(16,0,25,20)
C16M0Y25K20 
(16%,0%,25%,20%)
(0.16/0.00/0.25/0.20)	

CMYK percentages

%16.26
%0
%25.12
%20.39

Codes

Color #AACB98 in popluar color models

AACB98
RGB170203152
HSL99°32.90%69.61%
HSB/HSV99°25.12%79.61%
CMYK16.26%0.00%25.12%
20.39%

Color #AACB98 in popluar number systems.

HEXAACB98
Decimal170203152
Binary101010101100101110011000
Octal252313230

Shades and tints

Shades of #AACB98

#AACB98
(170,203,152)
#9BB98B
(155,185,139)
#8CA77E
(140,167,126)
#7D9571
(125,149,113)
#6E8364
(110,131,100)
#5F7157
(95,113,87)
#505F4A
(80,95,74)
#414D3D
(65,77,61)
#323B30
(50,59,48)
#232923
(35,41,35)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #AACB98

#AACB98
(170,203,152)
#B1CFA1
(177,207,161)
#B8D3AA
(184,211,170)
#BFD7B3
(191,215,179)
#C6DBBC
(198,219,188)
#CDDFC5
(205,223,197)
#D4E3CE
(212,227,206)
#DBE7D7
(219,231,215)
#E2EBE0
(226,235,224)
#E9EFE9
(233,239,233)
#F0F3F2
(240,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACB98 color. Also use rgb(170,203,152) instead hex code.

Text Font Color

.myTextColor { color: #AACB98; }

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

This text font color is #AACB98.


Background Color

.myBgColor { background-color: #AACB98; }

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

This div background color is #AACB98.


Border color

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

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

This div border color is #AACB98.


Opacity

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

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

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

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

This text has shadow with #AACB98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACB98 on black background.


Color preview on white background

This text has color #AACB98 on white background.



Black color preview on #AACB98 background

This text has black color on #AACB98 background.


White color preview on #AACB98 background

This text has white color on #AACB98 background.