COLOR #9ACEA3

HEX: #9ACEA3 RGB: (154,206,163)

Color info

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

RGB color model

#9ACEA3 color RGB value is (154,206,163).

RGB: (154,206,163) (60%, 81%, 64%)

RGB channels and saturation

R 154 of 255 = 60%
G 206 of 255 = 81%
B 163 of 255 = 64%

154
206
163

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

Portions of RGB colors in percentages

R + G + B = 154 + 206 + 163 = 523 (100%)
R 154 of 523 ~ 29.45%
G 206 of 523 ~ 39.39%
B 163 of 523 ~ 31.17'%

%29.45
%39.39
%31.17

CMYK color model

#9ACEA3 color CMYK value is (25,0,21,19).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 19.22%

CMYK: (25,0,21,19)
C25M0Y21K19 (25%, 0%, 21%, 19%)
(0.25 / 0.00 / 0.21 / 0.19)

CMYK percentages

%25.24
%0
%20.87
%19.22

Codes

Color #9ACEA3 in popluar color models

9A CE A3
RGB 154 206 163
HSL 130° 34.67% 70.59%
HSB/HSV 130° 25.24% 80.78%
CMYK 25.24% 0.00% 20.87%
19.22%

Color #9ACEA3 in popluar number systems.

HEX 9A CE A3
Decimal 154 206 163
Binary 10011010 11001110 10100011
Octal 232 316 243

Shades and tints

Shades of #9ACEA3

#9ACEA3
(154,206,163)
#8CBC95
(140,188,149)
#7EAA87
(126,170,135)
#709879
(112,152,121)
#62866B
(98,134,107)
#54745D
(84,116,93)
#46624F
(70,98,79)
#385041
(56,80,65)
#2A3E33
(42,62,51)
#1C2C25
(28,44,37)
#0E1A17
(14,26,23)
#000000
(0,0,0)

Tints of #9ACEA3

#9ACEA3
(154,206,163)
#A3D2AB
(163,210,171)
#ACD6B3
(172,214,179)
#B5DABB
(181,218,187)
#BEDEC3
(190,222,195)
#C7E2CB
(199,226,203)
#D0E6D3
(208,230,211)
#D9EADB
(217,234,219)
#E2EEE3
(226,238,227)
#EBF2EB
(235,242,235)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACEA3; }

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

This text font color is #9ACEA3.

Background Color

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

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

This div background color is #9ACEA3.

Border color

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

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

This div border color is #9ACEA3.

Opacity

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

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

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

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

This text has shadow with #9ACEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACEA3.

Preview

Color preview on black background

This text has color #9ACEA3 on black background.


Color preview on white background

This text has color #9ACEA3 on white background.


Black color preview on #9ACEA3 background

This text has black color on #9ACEA3 background.


White color preview on #9ACEA3 background

This text has white color on #9ACEA3 background.


Related colors

Complementary color

Complementary color for #hex is #65315C.


I love getcolorcode.com

Triadic colors

1 #A39ACE and #CEA39A with #9ACEA3 are triadic colors.

2 #A3CE9A and #CE9AA3 with #9ACEA3 are triadic colors.