COLOR #9ACED2

HEX: #9ACED2
RGB: (154,206,210)

Color info

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

RGB color model

#9ACED2 color RGB value is (154,206,210).

  • red value is 154;
  • green value is 206;
  • blue value is 210.
RGB:
(154,206,210)
(60%,81%,82%)

RGB channels and saturation

R 154 of 255 = 60%
G 206 of 255 = 81%
B 210 of 255 = 82%

154
206
210

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

Portions of RGB colors in percentages

R + G + B =
154 + 206 + 210 = 570 (100%)
R 154 of 570 ~ 27.02%
G 206 of 570 ~ 36.14%
B 210 of 570 ~ 36.84%

%27.02
%36.14
%36.84

CMYK color model

#9ACED2 color CMYK value is (27,2,0,18).

  • cyan value is 26.67%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(27,2,0,18)
C27M2Y0K18 
(27%,2%,0%,18%)
(0.27/0.02/0.00/0.18)	

CMYK percentages

%26.67
%1.9
%0
%17.65

Codes

Color #9ACED2 in popluar color models

9ACED2
RGB154206210
HSL184°38.36%71.37%
HSB/HSV184°26.67%82.35%
CMYK26.67%1.90%0.00%
17.65%

Color #9ACED2 in popluar number systems.

HEX9ACED2
Decimal154206210
Binary100110101100111011010010
Octal232316322

Shades and tints

Shades of #9ACED2

#9ACED2
(154,206,210)
#8CBCBF
(140,188,191)
#7EAAAC
(126,170,172)
#709899
(112,152,153)
#628686
(98,134,134)
#547473
(84,116,115)
#466260
(70,98,96)
#38504D
(56,80,77)
#2A3E3A
(42,62,58)
#1C2C27
(28,44,39)
#0E1A14
(14,26,20)
#000000
(0,0,0)

Tints of #9ACED2

#9ACED2
(154,206,210)
#A3D2D6
(163,210,214)
#ACD6DA
(172,214,218)
#B5DADE
(181,218,222)
#BEDEE2
(190,222,226)
#C7E2E6
(199,226,230)
#D0E6EA
(208,230,234)
#D9EAEE
(217,234,238)
#E2EEF2
(226,238,242)
#EBF2F6
(235,242,246)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACED2; }

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

This text font color is #9ACED2.


Background Color

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

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

This div background color is #9ACED2.


Border color

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

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

This div border color is #9ACED2.


Opacity

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

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

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

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

This text has shadow with #9ACED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ACED2 on black background.


Color preview on white background

This text has color #9ACED2 on white background.



Black color preview on #9ACED2 background

This text has black color on #9ACED2 background.


White color preview on #9ACED2 background

This text has white color on #9ACED2 background.