COLOR #9ACADB

HEX: #9ACADB RGB: (154,202,219)

Color info

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

RGB color model

#9ACADB color RGB value is (154,202,219).

RGB: (154,202,219) (60%, 79%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 202 of 255 = 79%
B 219 of 255 = 86%

154
202
219

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

Portions of RGB colors in percentages

R + G + B = 154 + 202 + 219 = 575 (100%)
R 154 of 575 ~ 26.78%
G 202 of 575 ~ 35.13%
B 219 of 575 ~ 38.09'%

%26.78
%35.13
%38.09

CMYK color model

#9ACADB color CMYK value is (30,8,0,14).

  • cyan value is 29.68%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (30,8,0,14)
C30M8Y0K14 (30%, 8%, 0%, 14%)
(0.30 / 0.08 / 0.00 / 0.14)

CMYK percentages

%29.68
%7.76
%0
%14.12

Codes

Color #9ACADB in popluar color models

9A CA DB
RGB 154 202 219
HSL 196° 47.45% 73.14%
HSB/HSV 196° 29.68% 85.88%
CMYK 29.68% 7.76% 0.00%
14.12%

Color #9ACADB in popluar number systems.

HEX 9A CA DB
Decimal 154 202 219
Binary 10011010 11001010 11011011
Octal 232 312 333

Shades and tints

Shades of #9ACADB

#9ACADB
(154,202,219)
#8CB8C8
(140,184,200)
#7EA6B5
(126,166,181)
#7094A2
(112,148,162)
#62828F
(98,130,143)
#54707C
(84,112,124)
#465E69
(70,94,105)
#384C56
(56,76,86)
#2A3A43
(42,58,67)
#1C2830
(28,40,48)
#0E161D
(14,22,29)
#000000
(0,0,0)

Tints of #9ACADB

#9ACADB
(154,202,219)
#A3CEDE
(163,206,222)
#ACD2E1
(172,210,225)
#B5D6E4
(181,214,228)
#BEDAE7
(190,218,231)
#C7DEEA
(199,222,234)
#D0E2ED
(208,226,237)
#D9E6F0
(217,230,240)
#E2EAF3
(226,234,243)
#EBEEF6
(235,238,246)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ACADB color. Also use rgb(154,202,219) instead hex code.

Text Font Color

.myTextColor { color: #9ACADB; }

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

This text font color is #9ACADB.

Background Color

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

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

This div background color is #9ACADB.

Border color

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

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

This div border color is #9ACADB.

Opacity

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

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

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

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

This text has shadow with #9ACADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACADB.

Preview

Color preview on black background

This text has color #9ACADB on black background.


Color preview on white background

This text has color #9ACADB on white background.


Black color preview on #9ACADB background

This text has black color on #9ACADB background.


White color preview on #9ACADB background

This text has white color on #9ACADB background.


Related colors

Complementary color

Complementary color for #hex is #653524.


I love getcolorcode.com

Triadic colors

1 #DB9ACA and #CADB9A with #9ACADB are triadic colors.

2 #DBCA9A and #CA9ADB with #9ACADB are triadic colors.