COLOR #AACCDB

HEX: #AACCDB RGB: (170,204,219)

Color info

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

RGB color model

#AACCDB color RGB value is (170,204,219).

RGB: (170,204,219) (67%, 80%, 86%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 219 of 255 = 86%

170
204
219

R + G + B ~ 78%. #AACCDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 219 = 593 (100%)
R 170 of 593 ~ 28.67%
G 204 of 593 ~ 34.4%
B 219 of 593 ~ 36.93'%

%28.67
%34.4
%36.93

CMYK color model

#AACCDB color CMYK value is (22,7,0,14).

  • cyan value is 22.37%
  • magenta value is 6.85%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (22,7,0,14)
C22M7Y0K14 (22%, 7%, 0%, 14%)
(0.22 / 0.07 / 0.00 / 0.14)

CMYK percentages

%22.37
%6.85
%0
%14.12

Codes

Color #AACCDB in popluar color models

AA CC DB
RGB 170 204 219
HSL 198° 40.50% 76.27%
HSB/HSV 198° 22.37% 85.88%
CMYK 22.37% 6.85% 0.00%
14.12%

Color #AACCDB in popluar number systems.

HEX AA CC DB
Decimal 170 204 219
Binary 10101010 11001100 11011011
Octal 252 314 333

Shades and tints

Shades of #AACCDB

#AACCDB
(170,204,219)
#9BBAC8
(155,186,200)
#8CA8B5
(140,168,181)
#7D96A2
(125,150,162)
#6E848F
(110,132,143)
#5F727C
(95,114,124)
#506069
(80,96,105)
#414E56
(65,78,86)
#323C43
(50,60,67)
#232A30
(35,42,48)
#14181D
(20,24,29)
#000000
(0,0,0)

Tints of #AACCDB

#AACCDB
(170,204,219)
#B1D0DE
(177,208,222)
#B8D4E1
(184,212,225)
#BFD8E4
(191,216,228)
#C6DCE7
(198,220,231)
#CDE0EA
(205,224,234)
#D4E4ED
(212,228,237)
#DBE8F0
(219,232,240)
#E2ECF3
(226,236,243)
#E9F0F6
(233,240,246)
#F0F4F9
(240,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACCDB color. Also use rgb(170,204,219) instead hex code.

Text Font Color

.myTextColor { color: #AACCDB; }

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

This text font color is #AACCDB.

Background Color

.myBgColor { background-color: #AACCDB; }

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

This div background color is #AACCDB.

Border color

.myBorderColor { border: 1px solid #AACCDB; }

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

This div border color is #AACCDB.

Opacity

.myOpacity80 { color: #AACCDB; opacity: 0.8; }

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

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

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

This text has shadow with #AACCDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCDB.

Preview

Color preview on black background

This text has color #AACCDB on black background.


Color preview on white background

This text has color #AACCDB on white background.


Black color preview on #AACCDB background

This text has black color on #AACCDB background.


White color preview on #AACCDB background

This text has white color on #AACCDB background.


Related colors

Complementary color

Complementary color for #hex is #553324.


I love getcolorcode.com

Triadic colors

1 #DBAACC and #CCDBAA with #AACCDB are triadic colors.

2 #DBCCAA and #CCAADB with #AACCDB are triadic colors.