COLOR #9ACCCE

HEX: #9ACCCE RGB: (154,204,206)

Color info

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

RGB color model

#9ACCCE color RGB value is (154,204,206).

RGB: (154,204,206) (60%, 80%, 81%)

RGB channels and saturation

R 154 of 255 = 60%
G 204 of 255 = 80%
B 206 of 255 = 81%

154
204
206

R + G + B ~ 74%. #9ACCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 204 + 206 = 564 (100%)
R 154 of 564 ~ 27.3%
G 204 of 564 ~ 36.17%
B 206 of 564 ~ 36.52'%

%27.3
%36.17
%36.52

CMYK color model

#9ACCCE color CMYK value is (25,1,0,19).

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

CMYK: (25,1,0,19)
C25M1Y0K19 (25%, 1%, 0%, 19%)
(0.25 / 0.01 / 0.00 / 0.19)

CMYK percentages

%25.24
%0.97
%0
%19.22

Codes

Color #9ACCCE in popluar color models

9A CC CE
RGB 154 204 206
HSL 182° 34.67% 70.59%
HSB/HSV 182° 25.24% 80.78%
CMYK 25.24% 0.97% 0.00%
19.22%

Color #9ACCCE in popluar number systems.

HEX 9A CC CE
Decimal 154 204 206
Binary 10011010 11001100 11001110
Octal 232 314 316

Shades and tints

Shades of #9ACCCE

#9ACCCE
(154,204,206)
#8CBABC
(140,186,188)
#7EA8AA
(126,168,170)
#709698
(112,150,152)
#628486
(98,132,134)
#547274
(84,114,116)
#466062
(70,96,98)
#384E50
(56,78,80)
#2A3C3E
(42,60,62)
#1C2A2C
(28,42,44)
#0E181A
(14,24,26)
#000000
(0,0,0)

Tints of #9ACCCE

#9ACCCE
(154,204,206)
#A3D0D2
(163,208,210)
#ACD4D6
(172,212,214)
#B5D8DA
(181,216,218)
#BEDCDE
(190,220,222)
#C7E0E2
(199,224,226)
#D0E4E6
(208,228,230)
#D9E8EA
(217,232,234)
#E2ECEE
(226,236,238)
#EBF0F2
(235,240,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACCCE; }

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

This text font color is #9ACCCE.

Background Color

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

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

This div background color is #9ACCCE.

Border color

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

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

This div border color is #9ACCCE.

Opacity

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

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

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

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

This text has shadow with #9ACCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACCCE.

Preview

Color preview on black background

This text has color #9ACCCE on black background.


Color preview on white background

This text has color #9ACCCE on white background.


Black color preview on #9ACCCE background

This text has black color on #9ACCCE background.


White color preview on #9ACCCE background

This text has white color on #9ACCCE background.


Related colors

Complementary color

Complementary color for #hex is #653331.


I love getcolorcode.com

Triadic colors

1 #CE9ACC and #CCCE9A with #9ACCCE are triadic colors.

2 #CECC9A and #CC9ACE with #9ACCCE are triadic colors.