COLOR #9AC4ED

HEX: #9AC4ED RGB: (154,196,237)

Color info

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

RGB color model

#9AC4ED color RGB value is (154,196,237).

RGB: (154,196,237) (60%, 77%, 93%)

RGB channels and saturation

R 154 of 255 = 60%
G 196 of 255 = 77%
B 237 of 255 = 93%

154
196
237

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

Portions of RGB colors in percentages

R + G + B = 154 + 196 + 237 = 587 (100%)
R 154 of 587 ~ 26.24%
G 196 of 587 ~ 33.39%
B 237 of 587 ~ 40.37'%

%26.24
%33.39
%40.37

CMYK color model

#9AC4ED color CMYK value is (35,17,0,7).

  • cyan value is 35.02%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (35,17,0,7)
C35M17Y0K7 (35%, 17%, 0%, 7%)
(0.35 / 0.17 / 0.00 / 0.07)

CMYK percentages

%35.02
%17.3
%0
%7.06

Codes

Color #9AC4ED in popluar color models

9A C4 ED
RGB 154 196 237
HSL 210° 69.75% 76.67%
HSB/HSV 210° 35.02% 92.94%
CMYK 35.02% 17.30% 0.00%
7.06%

Color #9AC4ED in popluar number systems.

HEX 9A C4 ED
Decimal 154 196 237
Binary 10011010 11000100 11101101
Octal 232 304 355

Shades and tints

Shades of #9AC4ED

#9AC4ED
(154,196,237)
#8CB3D8
(140,179,216)
#7EA2C3
(126,162,195)
#7091AE
(112,145,174)
#628099
(98,128,153)
#546F84
(84,111,132)
#465E6F
(70,94,111)
#384D5A
(56,77,90)
#2A3C45
(42,60,69)
#1C2B30
(28,43,48)
#0E1A1B
(14,26,27)
#000000
(0,0,0)

Tints of #9AC4ED

#9AC4ED
(154,196,237)
#A3C9EE
(163,201,238)
#ACCEEF
(172,206,239)
#B5D3F0
(181,211,240)
#BED8F1
(190,216,241)
#C7DDF2
(199,221,242)
#D0E2F3
(208,226,243)
#D9E7F4
(217,231,244)
#E2ECF5
(226,236,245)
#EBF1F6
(235,241,246)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC4ED color. Also use rgb(154,196,237) instead hex code.

Text Font Color

.myTextColor { color: #9AC4ED; }

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

This text font color is #9AC4ED.

Background Color

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

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

This div background color is #9AC4ED.

Border color

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

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

This div border color is #9AC4ED.

Opacity

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

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

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

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

This text has shadow with #9AC4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AC4ED.

Preview

Color preview on black background

This text has color #9AC4ED on black background.


Color preview on white background

This text has color #9AC4ED on white background.


Black color preview on #9AC4ED background

This text has black color on #9AC4ED background.


White color preview on #9AC4ED background

This text has white color on #9AC4ED background.


Related colors

Complementary color

Complementary color for #hex is #653B12.


I love getcolorcode.com

Triadic colors

1 #ED9AC4 and #C4ED9A with #9AC4ED are triadic colors.

2 #EDC49A and #C49AED with #9AC4ED are triadic colors.