COLOR #9ACED3

HEX: #9ACED3 RGB: (154,206,211)

Color info

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

RGB color model

#9ACED3 color RGB value is (154,206,211).

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

RGB channels and saturation

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

154
206
211

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

Portions of RGB colors in percentages

R + G + B = 154 + 206 + 211 = 571 (100%)
R 154 of 571 ~ 26.97%
G 206 of 571 ~ 36.08%
B 211 of 571 ~ 36.95'%

%26.97
%36.08
%36.95

CMYK color model

#9ACED3 color CMYK value is (27,2,0,17).

  • cyan value is 27.01%
  • magenta value is 2.37%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (27,2,0,17)
C27M2Y0K17 (27%, 2%, 0%, 17%)
(0.27 / 0.02 / 0.00 / 0.17)

CMYK percentages

%27.01
%2.37
%0
%17.25

Codes

Color #9ACED3 in popluar color models

9A CE D3
RGB 154 206 211
HSL 185° 39.31% 71.57%
HSB/HSV 185° 27.01% 82.75%
CMYK 27.01% 2.37% 0.00%
17.25%

Color #9ACED3 in popluar number systems.

HEX 9A CE D3
Decimal 154 206 211
Binary 10011010 11001110 11010011
Octal 232 316 323

Shades and tints

Shades of #9ACED3

#9ACED3
(154,206,211)
#8CBCC0
(140,188,192)
#7EAAAD
(126,170,173)
#70989A
(112,152,154)
#628687
(98,134,135)
#547474
(84,116,116)
#466261
(70,98,97)
#38504E
(56,80,78)
#2A3E3B
(42,62,59)
#1C2C28
(28,44,40)
#0E1A15
(14,26,21)
#000000
(0,0,0)

Tints of #9ACED3

#9ACED3
(154,206,211)
#A3D2D7
(163,210,215)
#ACD6DB
(172,214,219)
#B5DADF
(181,218,223)
#BEDEE3
(190,222,227)
#C7E2E7
(199,226,231)
#D0E6EB
(208,230,235)
#D9EAEF
(217,234,239)
#E2EEF3
(226,238,243)
#EBF2F7
(235,242,247)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACED3; }

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

This text font color is #9ACED3.

Background Color

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

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

This div background color is #9ACED3.

Border color

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

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

This div border color is #9ACED3.

Opacity

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

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

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

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

This text has shadow with #9ACED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACED3.

Preview

Color preview on black background

This text has color #9ACED3 on black background.


Color preview on white background

This text has color #9ACED3 on white background.


Black color preview on #9ACED3 background

This text has black color on #9ACED3 background.


White color preview on #9ACED3 background

This text has white color on #9ACED3 background.


Related colors

Complementary color

Complementary color for #hex is #65312C.


I love getcolorcode.com

Triadic colors

1 #D39ACE and #CED39A with #9ACED3 are triadic colors.

2 #D3CE9A and #CE9AD3 with #9ACED3 are triadic colors.