COLOR #9ACCC6

HEX: #9ACCC6
RGB: (154,204,198)

Color info

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

RGB color model

#9ACCC6 color RGB value is (154,204,198).

  • red value is 154;
  • green value is 204;
  • blue value is 198.
RGB:
(154,204,198)
(60%,80%,78%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 198 of 255 = 78%

154
204
198

R + G + B ~ 73%. #9ACCC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 204 + 198 = 556 (100%)
R 154 of 556 ~ 27.7%
G 204 of 556 ~ 36.69%
B 198 of 556 ~ 35.61%

%27.7
%36.69
%35.61

CMYK color model

#9ACCC6 color CMYK value is (25,0,3,20).

  • cyan value is 24.51%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 20.00%
CMYK:
(25,0,3,20)
C25M0Y3K20 
(25%,0%,3%,20%)
(0.25/0.00/0.03/0.20)	

CMYK percentages

%24.51
%0
%2.94
%20

Codes

Color #9ACCC6 in popluar color models

9ACCC6
RGB154204198
HSL173°32.89%70.20%
HSB/HSV173°24.51%80.00%
CMYK24.51%0.00%2.94%
20.00%

Color #9ACCC6 in popluar number systems.

HEX9ACCC6
Decimal154204198
Binary100110101100110011000110
Octal232314306

Shades and tints

Shades of #9ACCC6

#9ACCC6
(154,204,198)
#8CBAB4
(140,186,180)
#7EA8A2
(126,168,162)
#709690
(112,150,144)
#62847E
(98,132,126)
#54726C
(84,114,108)
#46605A
(70,96,90)
#384E48
(56,78,72)
#2A3C36
(42,60,54)
#1C2A24
(28,42,36)
#0E1812
(14,24,18)
#000000
(0,0,0)

Tints of #9ACCC6

#9ACCC6
(154,204,198)
#A3D0CB
(163,208,203)
#ACD4D0
(172,212,208)
#B5D8D5
(181,216,213)
#BEDCDA
(190,220,218)
#C7E0DF
(199,224,223)
#D0E4E4
(208,228,228)
#D9E8E9
(217,232,233)
#E2ECEE
(226,236,238)
#EBF0F3
(235,240,243)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACCC6 color. Also use rgb(154,204,198) instead hex code.

Text Font Color

.myTextColor { color: #9ACCC6; }

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

This text font color is #9ACCC6.


Background Color

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

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

This div background color is #9ACCC6.


Border color

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

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

This div border color is #9ACCC6.


Opacity

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

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

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

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

This text has shadow with #9ACCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACCC6 on black background.


Color preview on white background

This text has color #9ACCC6 on white background.



Black color preview on #9ACCC6 background

This text has black color on #9ACCC6 background.


White color preview on #9ACCC6 background

This text has white color on #9ACCC6 background.