COLOR #9ACEB2

HEX: #9ACEB2
RGB: (154,206,178)

Color info

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

RGB color model

#9ACEB2 color RGB value is (154,206,178).

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

RGB channels and saturation

R 154 of 255 = 60%
G 206 of 255 = 81%
B 178 of 255 = 70%

154
206
178

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

Portions of RGB colors in percentages

R + G + B =
154 + 206 + 178 = 538 (100%)
R 154 of 538 ~ 28.62%
G 206 of 538 ~ 38.29%
B 178 of 538 ~ 33.09%

%28.62
%38.29
%33.09

CMYK color model

#9ACEB2 color CMYK value is (25,0,14,19).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 19.22%
CMYK:
(25,0,14,19)
C25M0Y14K19 
(25%,0%,14%,19%)
(0.25/0.00/0.14/0.19)	

CMYK percentages

%25.24
%0
%13.59
%19.22

Codes

Color #9ACEB2 in popluar color models

9ACEB2
RGB154206178
HSL148°34.67%70.59%
HSB/HSV148°25.24%80.78%
CMYK25.24%0.00%13.59%
19.22%

Color #9ACEB2 in popluar number systems.

HEX9ACEB2
Decimal154206178
Binary100110101100111010110010
Octal232316262

Shades and tints

Shades of #9ACEB2

#9ACEB2
(154,206,178)
#8CBCA2
(140,188,162)
#7EAA92
(126,170,146)
#709882
(112,152,130)
#628672
(98,134,114)
#547462
(84,116,98)
#466252
(70,98,82)
#385042
(56,80,66)
#2A3E32
(42,62,50)
#1C2C22
(28,44,34)
#0E1A12
(14,26,18)
#000000
(0,0,0)

Tints of #9ACEB2

#9ACEB2
(154,206,178)
#A3D2B9
(163,210,185)
#ACD6C0
(172,214,192)
#B5DAC7
(181,218,199)
#BEDECE
(190,222,206)
#C7E2D5
(199,226,213)
#D0E6DC
(208,230,220)
#D9EAE3
(217,234,227)
#E2EEEA
(226,238,234)
#EBF2F1
(235,242,241)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACEB2; }

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

This text font color is #9ACEB2.


Background Color

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

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

This div background color is #9ACEB2.


Border color

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

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

This div border color is #9ACEB2.


Opacity

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

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

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

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

This text has shadow with #9ACEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACEB2 on black background.


Color preview on white background

This text has color #9ACEB2 on white background.



Black color preview on #9ACEB2 background

This text has black color on #9ACEB2 background.


White color preview on #9ACEB2 background

This text has white color on #9ACEB2 background.