COLOR #9AC3D6

HEX: #9AC3D6
RGB: (154,195,214)

Color info

#9AC3D6 contains mainly green and blue colors. Web safe color of #9AC3D6 is #99CCCC (or #9CC).

RGB color model

#9AC3D6 color RGB value is (154,195,214).

  • red value is 154;
  • green value is 195;
  • blue value is 214.
RGB:
(154,195,214)
(60%,76%,84%)

RGB channels and saturation

R 154 of 255 = 60%
G 195 of 255 = 76%
B 214 of 255 = 84%

154
195
214

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

Portions of RGB colors in percentages

R + G + B =
154 + 195 + 214 = 563 (100%)
R 154 of 563 ~ 27.35%
G 195 of 563 ~ 34.64%
B 214 of 563 ~ 38.01%

%27.35
%34.64
%38.01

CMYK color model

#9AC3D6 color CMYK value is (28,9,0,16).

  • cyan value is 28.04%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(28,9,0,16)
C28M9Y0K16 
(28%,9%,0%,16%)
(0.28/0.09/0.00/0.16)	

CMYK percentages

%28.04
%8.88
%0
%16.08

Codes

Color #9AC3D6 in popluar color models

9AC3D6
RGB154195214
HSL199°42.25%72.16%
HSB/HSV199°28.04%83.92%
CMYK28.04%8.88%0.00%
16.08%

Color #9AC3D6 in popluar number systems.

HEX9AC3D6
Decimal154195214
Binary100110101100001111010110
Octal232303326

Shades and tints

Shades of #9AC3D6

#9AC3D6
(154,195,214)
#8CB2C3
(140,178,195)
#7EA1B0
(126,161,176)
#70909D
(112,144,157)
#627F8A
(98,127,138)
#546E77
(84,110,119)
#465D64
(70,93,100)
#384C51
(56,76,81)
#2A3B3E
(42,59,62)
#1C2A2B
(28,42,43)
#0E1918
(14,25,24)
#000000
(0,0,0)

Tints of #9AC3D6

#9AC3D6
(154,195,214)
#A3C8D9
(163,200,217)
#ACCDDC
(172,205,220)
#B5D2DF
(181,210,223)
#BED7E2
(190,215,226)
#C7DCE5
(199,220,229)
#D0E1E8
(208,225,232)
#D9E6EB
(217,230,235)
#E2EBEE
(226,235,238)
#EBF0F1
(235,240,241)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AC3D6 color. Also use rgb(154,195,214) instead hex code.

Text Font Color

.myTextColor { color: #9AC3D6; }

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

This text font color is #9AC3D6.


Background Color

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

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

This div background color is #9AC3D6.


Border color

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

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

This div border color is #9AC3D6.


Opacity

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

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

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

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

This text has shadow with #9AC3D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AC3D6 on black background.


Color preview on white background

This text has color #9AC3D6 on white background.



Black color preview on #9AC3D6 background

This text has black color on #9AC3D6 background.


White color preview on #9AC3D6 background

This text has white color on #9AC3D6 background.