COLOR #9AC6EC

HEX: #9AC6EC RGB: (154,198,236)

Color info

#9AC6EC contains mainly green and blue colors. Web safe color of #9AC6EC is #99CCFF (or #9CF).

RGB color model

#9AC6EC color RGB value is (154,198,236).

RGB: (154,198,236) (60%, 78%, 93%)

RGB channels and saturation

R 154 of 255 = 60%
G 198 of 255 = 78%
B 236 of 255 = 93%

154
198
236

R + G + B ~ 77%. #9AC6EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 198 + 236 = 588 (100%)
R 154 of 588 ~ 26.19%
G 198 of 588 ~ 33.67%
B 236 of 588 ~ 40.14'%

%26.19
%33.67
%40.14

CMYK color model

#9AC6EC color CMYK value is (35,16,0,7).

  • cyan value is 34.75%
  • magenta value is 16.10%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (35,16,0,7)
C35M16Y0K7 (35%, 16%, 0%, 7%)
(0.35 / 0.16 / 0.00 / 0.07)

CMYK percentages

%34.75
%16.1
%0
%7.45

Codes

Color #9AC6EC in popluar color models

9A C6 EC
RGB 154 198 236
HSL 208° 68.33% 76.47%
HSB/HSV 208° 34.75% 92.55%
CMYK 34.75% 16.10% 0.00%
7.45%

Color #9AC6EC in popluar number systems.

HEX 9A C6 EC
Decimal 154 198 236
Binary 10011010 11000110 11101100
Octal 232 306 354

Shades and tints

Shades of #9AC6EC

#9AC6EC
(154,198,236)
#8CB4D7
(140,180,215)
#7EA2C2
(126,162,194)
#7090AD
(112,144,173)
#627E98
(98,126,152)
#546C83
(84,108,131)
#465A6E
(70,90,110)
#384859
(56,72,89)
#2A3644
(42,54,68)
#1C242F
(28,36,47)
#0E121A
(14,18,26)
#000000
(0,0,0)

Tints of #9AC6EC

#9AC6EC
(154,198,236)
#A3CBED
(163,203,237)
#ACD0EE
(172,208,238)
#B5D5EF
(181,213,239)
#BEDAF0
(190,218,240)
#C7DFF1
(199,223,241)
#D0E4F2
(208,228,242)
#D9E9F3
(217,233,243)
#E2EEF4
(226,238,244)
#EBF3F5
(235,243,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AC6EC; }

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

This text font color is #9AC6EC.

Background Color

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

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

This div background color is #9AC6EC.

Border color

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

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

This div border color is #9AC6EC.

Opacity

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

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

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

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

This text has shadow with #9AC6EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC6EC.

Preview

Color preview on black background

This text has color #9AC6EC on black background.


Color preview on white background

This text has color #9AC6EC on white background.


Black color preview on #9AC6EC background

This text has black color on #9AC6EC background.


White color preview on #9AC6EC background

This text has white color on #9AC6EC background.


Related colors

Complementary color

Complementary color for #hex is #653913.


I love getcolorcode.com

Triadic colors

1 #EC9AC6 and #C6EC9A with #9AC6EC are triadic colors.

2 #ECC69A and #C69AEC with #9AC6EC are triadic colors.