COLOR #9ACED4

HEX: #9ACED4 RGB: (154,206,212)

Color info

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

RGB color model

#9ACED4 color RGB value is (154,206,212).

RGB: (154,206,212) (60%, 81%, 83%)

RGB channels and saturation

R 154 of 255 = 60%
G 206 of 255 = 81%
B 212 of 255 = 83%

154
206
212

R + G + B ~ 75%. #9ACED4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 206 + 212 = 572 (100%)
R 154 of 572 ~ 26.92%
G 206 of 572 ~ 36.01%
B 212 of 572 ~ 37.06'%

%26.92
%36.01
%37.06

CMYK color model

#9ACED4 color CMYK value is (27,3,0,17).

  • cyan value is 27.36%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (27,3,0,17)
C27M3Y0K17 (27%, 3%, 0%, 17%)
(0.27 / 0.03 / 0.00 / 0.17)

CMYK percentages

%27.36
%2.83
%0
%16.86

Codes

Color #9ACED4 in popluar color models

9A CE D4
RGB 154 206 212
HSL 186° 40.28% 71.76%
HSB/HSV 186° 27.36% 83.14%
CMYK 27.36% 2.83% 0.00%
16.86%

Color #9ACED4 in popluar number systems.

HEX 9A CE D4
Decimal 154 206 212
Binary 10011010 11001110 11010100
Octal 232 316 324

Shades and tints

Shades of #9ACED4

#9ACED4
(154,206,212)
#8CBCC1
(140,188,193)
#7EAAAE
(126,170,174)
#70989B
(112,152,155)
#628688
(98,134,136)
#547475
(84,116,117)
#466262
(70,98,98)
#38504F
(56,80,79)
#2A3E3C
(42,62,60)
#1C2C29
(28,44,41)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #9ACED4

#9ACED4
(154,206,212)
#A3D2D7
(163,210,215)
#ACD6DA
(172,214,218)
#B5DADD
(181,218,221)
#BEDEE0
(190,222,224)
#C7E2E3
(199,226,227)
#D0E6E6
(208,230,230)
#D9EAE9
(217,234,233)
#E2EEEC
(226,238,236)
#EBF2EF
(235,242,239)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACED4; }

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

This text font color is #9ACED4.

Background Color

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

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

This div background color is #9ACED4.

Border color

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

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

This div border color is #9ACED4.

Opacity

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

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

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

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

This text has shadow with #9ACED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACED4.

Preview

Color preview on black background

This text has color #9ACED4 on black background.


Color preview on white background

This text has color #9ACED4 on white background.


Black color preview on #9ACED4 background

This text has black color on #9ACED4 background.


White color preview on #9ACED4 background

This text has white color on #9ACED4 background.


Related colors

Complementary color

Complementary color for #hex is #65312B.


I love getcolorcode.com

Triadic colors

1 #D49ACE and #CED49A with #9ACED4 are triadic colors.

2 #D4CE9A and #CE9AD4 with #9ACED4 are triadic colors.