COLOR #9ACEA9

HEX: #9ACEA9
RGB: (154,206,169)

Color info

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

RGB color model

#9ACEA9 color RGB value is (154,206,169).

  • red value is 154;
  • green value is 206;
  • blue value is 169.
RGB:
(154,206,169)
(60%,81%,66%)

RGB channels and saturation

R 154 of 255 = 60%
G 206 of 255 = 81%
B 169 of 255 = 66%

154
206
169

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

Portions of RGB colors in percentages

R + G + B =
154 + 206 + 169 = 529 (100%)
R 154 of 529 ~ 29.11%
G 206 of 529 ~ 38.94%
B 169 of 529 ~ 31.95%

%29.11
%38.94
%31.95

CMYK color model

#9ACEA9 color CMYK value is (25,0,18,19).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 19.22%
CMYK:
(25,0,18,19)
C25M0Y18K19 
(25%,0%,18%,19%)
(0.25/0.00/0.18/0.19)	

CMYK percentages

%25.24
%0
%17.96
%19.22

Codes

Color #9ACEA9 in popluar color models

9ACEA9
RGB154206169
HSL137°34.67%70.59%
HSB/HSV137°25.24%80.78%
CMYK25.24%0.00%17.96%
19.22%

Color #9ACEA9 in popluar number systems.

HEX9ACEA9
Decimal154206169
Binary100110101100111010101001
Octal232316251

Shades and tints

Shades of #9ACEA9

#9ACEA9
(154,206,169)
#8CBC9A
(140,188,154)
#7EAA8B
(126,170,139)
#70987C
(112,152,124)
#62866D
(98,134,109)
#54745E
(84,116,94)
#46624F
(70,98,79)
#385040
(56,80,64)
#2A3E31
(42,62,49)
#1C2C22
(28,44,34)
#0E1A13
(14,26,19)
#000000
(0,0,0)

Tints of #9ACEA9

#9ACEA9
(154,206,169)
#A3D2B0
(163,210,176)
#ACD6B7
(172,214,183)
#B5DABE
(181,218,190)
#BEDEC5
(190,222,197)
#C7E2CC
(199,226,204)
#D0E6D3
(208,230,211)
#D9EADA
(217,234,218)
#E2EEE1
(226,238,225)
#EBF2E8
(235,242,232)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACEA9 color. Also use rgb(154,206,169) instead hex code.

Text Font Color

.myTextColor { color: #9ACEA9; }

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

This text font color is #9ACEA9.


Background Color

.myBgColor { background-color: #9ACEA9; }

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

This div background color is #9ACEA9.


Border color

.myBorderColor { border: 1px solid #9ACEA9; }

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

This div border color is #9ACEA9.


Opacity

.myOpacity80 { color: #9ACEA9; opacity: 0.8; }

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

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

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

This text has shadow with #9ACEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACEA9 on black background.


Color preview on white background

This text has color #9ACEA9 on white background.



Black color preview on #9ACEA9 background

This text has black color on #9ACEA9 background.


White color preview on #9ACEA9 background

This text has white color on #9ACEA9 background.