COLOR #9ACDDB

HEX: #9ACDDB RGB: (154,205,219)

Color info

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

RGB color model

#9ACDDB color RGB value is (154,205,219).

RGB: (154,205,219) (60%, 80%, 86%)

RGB channels and saturation

R 154 of 255 = 60%
G 205 of 255 = 80%
B 219 of 255 = 86%

154
205
219

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

Portions of RGB colors in percentages

R + G + B = 154 + 205 + 219 = 578 (100%)
R 154 of 578 ~ 26.64%
G 205 of 578 ~ 35.47%
B 219 of 578 ~ 37.89'%

%26.64
%35.47
%37.89

CMYK color model

#9ACDDB color CMYK value is (30,6,0,14).

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

CMYK: (30,6,0,14)
C30M6Y0K14 (30%, 6%, 0%, 14%)
(0.30 / 0.06 / 0.00 / 0.14)

CMYK percentages

%29.68
%6.39
%0
%14.12

Codes

Color #9ACDDB in popluar color models

9A CD DB
RGB 154 205 219
HSL 193° 47.45% 73.14%
HSB/HSV 193° 29.68% 85.88%
CMYK 29.68% 6.39% 0.00%
14.12%

Color #9ACDDB in popluar number systems.

HEX 9A CD DB
Decimal 154 205 219
Binary 10011010 11001101 11011011
Octal 232 315 333

Shades and tints

Shades of #9ACDDB

#9ACDDB
(154,205,219)
#8CBBC8
(140,187,200)
#7EA9B5
(126,169,181)
#7097A2
(112,151,162)
#62858F
(98,133,143)
#54737C
(84,115,124)
#466169
(70,97,105)
#384F56
(56,79,86)
#2A3D43
(42,61,67)
#1C2B30
(28,43,48)
#0E191D
(14,25,29)
#000000
(0,0,0)

Tints of #9ACDDB

#9ACDDB
(154,205,219)
#A3D1DE
(163,209,222)
#ACD5E1
(172,213,225)
#B5D9E4
(181,217,228)
#BEDDE7
(190,221,231)
#C7E1EA
(199,225,234)
#D0E5ED
(208,229,237)
#D9E9F0
(217,233,240)
#E2EDF3
(226,237,243)
#EBF1F6
(235,241,246)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ACDDB; }

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

This text font color is #9ACDDB.

Background Color

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

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

This div background color is #9ACDDB.

Border color

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

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

This div border color is #9ACDDB.

Opacity

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

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

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

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

This text has shadow with #9ACDDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ACDDB.

Preview

Color preview on black background

This text has color #9ACDDB on black background.


Color preview on white background

This text has color #9ACDDB on white background.


Black color preview on #9ACDDB background

This text has black color on #9ACDDB background.


White color preview on #9ACDDB background

This text has white color on #9ACDDB background.


Related colors

Complementary color

Complementary color for #hex is #653224.


I love getcolorcode.com

Triadic colors

1 #DB9ACD and #CDDB9A with #9ACDDB are triadic colors.

2 #DBCD9A and #CD9ADB with #9ACDDB are triadic colors.