COLOR #9ACEB0

HEX: #9ACEB0
RGB: (154,206,176)

Color info

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

RGB color model

#9ACEB0 color RGB value is (154,206,176).

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

RGB channels and saturation

R 154 of 255 = 60%
G 206 of 255 = 81%
B 176 of 255 = 69%

154
206
176

R + G + B ~ 70%. #9ACEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 206 + 176 = 536 (100%)
R 154 of 536 ~ 28.73%
G 206 of 536 ~ 38.43%
B 176 of 536 ~ 32.84%

%28.73
%38.43
%32.84

CMYK color model

#9ACEB0 color CMYK value is (25,0,15,19).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 19.22%
CMYK:
(25,0,15,19)
C25M0Y15K19 
(25%,0%,15%,19%)
(0.25/0.00/0.15/0.19)	

CMYK percentages

%25.24
%0
%14.56
%19.22

Codes

Color #9ACEB0 in popluar color models

9ACEB0
RGB154206176
HSL145°34.67%70.59%
HSB/HSV145°25.24%80.78%
CMYK25.24%0.00%14.56%
19.22%

Color #9ACEB0 in popluar number systems.

HEX9ACEB0
Decimal154206176
Binary100110101100111010110000
Octal232316260

Shades and tints

Shades of #9ACEB0

#9ACEB0
(154,206,176)
#8CBCA0
(140,188,160)
#7EAA90
(126,170,144)
#709880
(112,152,128)
#628670
(98,134,112)
#547460
(84,116,96)
#466250
(70,98,80)
#385040
(56,80,64)
#2A3E30
(42,62,48)
#1C2C20
(28,44,32)
#0E1A10
(14,26,16)
#000000
(0,0,0)

Tints of #9ACEB0

#9ACEB0
(154,206,176)
#A3D2B7
(163,210,183)
#ACD6BE
(172,214,190)
#B5DAC5
(181,218,197)
#BEDECC
(190,222,204)
#C7E2D3
(199,226,211)
#D0E6DA
(208,230,218)
#D9EAE1
(217,234,225)
#E2EEE8
(226,238,232)
#EBF2EF
(235,242,239)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACEB0; }

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

This text font color is #9ACEB0.


Background Color

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

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

This div background color is #9ACEB0.


Border color

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

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

This div border color is #9ACEB0.


Opacity

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

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

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

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

This text has shadow with #9ACEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACEB0 on black background.


Color preview on white background

This text has color #9ACEB0 on white background.



Black color preview on #9ACEB0 background

This text has black color on #9ACEB0 background.


White color preview on #9ACEB0 background

This text has white color on #9ACEB0 background.