COLOR #9ACCC7

HEX: #9ACCC7
RGB: (154,204,199)

Color info

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

RGB color model

#9ACCC7 color RGB value is (154,204,199).

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

RGB channels and saturation

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

154
204
199

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

Portions of RGB colors in percentages

R + G + B =
154 + 204 + 199 = 557 (100%)
R 154 of 557 ~ 27.65%
G 204 of 557 ~ 36.62%
B 199 of 557 ~ 35.73%

%27.65
%36.62
%35.73

CMYK color model

#9ACCC7 color CMYK value is (25,0,2,20).

  • cyan value is 24.51%
  • magenta value is 0.00%
  • yellow value is 2.45%
  • key color value is 20.00%
CMYK:
(25,0,2,20)
C25M0Y2K20 
(25%,0%,2%,20%)
(0.25/0.00/0.02/0.20)	

CMYK percentages

%24.51
%0
%2.45
%20

Codes

Color #9ACCC7 in popluar color models

9ACCC7
RGB154204199
HSL174°32.89%70.20%
HSB/HSV174°24.51%80.00%
CMYK24.51%0.00%2.45%
20.00%

Color #9ACCC7 in popluar number systems.

HEX9ACCC7
Decimal154204199
Binary100110101100110011000111
Octal232314307

Shades and tints

Shades of #9ACCC7

#9ACCC7
(154,204,199)
#8CBAB5
(140,186,181)
#7EA8A3
(126,168,163)
#709691
(112,150,145)
#62847F
(98,132,127)
#54726D
(84,114,109)
#46605B
(70,96,91)
#384E49
(56,78,73)
#2A3C37
(42,60,55)
#1C2A25
(28,42,37)
#0E1813
(14,24,19)
#000000
(0,0,0)

Tints of #9ACCC7

#9ACCC7
(154,204,199)
#A3D0CC
(163,208,204)
#ACD4D1
(172,212,209)
#B5D8D6
(181,216,214)
#BEDCDB
(190,220,219)
#C7E0E0
(199,224,224)
#D0E4E5
(208,228,229)
#D9E8EA
(217,232,234)
#E2ECEF
(226,236,239)
#EBF0F4
(235,240,244)
#F4F4F9
(244,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACCC7; }

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

This text font color is #9ACCC7.


Background Color

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

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

This div background color is #9ACCC7.


Border color

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

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

This div border color is #9ACCC7.


Opacity

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

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

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

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

This text has shadow with #9ACCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACCC7 on black background.


Color preview on white background

This text has color #9ACCC7 on white background.



Black color preview on #9ACCC7 background

This text has black color on #9ACCC7 background.


White color preview on #9ACCC7 background

This text has white color on #9ACCC7 background.