COLOR #AACBD6

HEX: #AACBD6 RGB: (170,203,214)

Color info

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

RGB color model

#AACBD6 color RGB value is (170,203,214).

RGB: (170,203,214) (67%, 80%, 84%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 214 of 255 = 84%

170
203
214

R + G + B ~ 77%. #AACBD6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 203 + 214 = 587 (100%)
R 170 of 587 ~ 28.96%
G 203 of 587 ~ 34.58%
B 214 of 587 ~ 36.46'%

%28.96
%34.58
%36.46

CMYK color model

#AACBD6 color CMYK value is (21,5,0,16).

  • cyan value is 20.56%
  • magenta value is 5.14%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (21,5,0,16)
C21M5Y0K16 (21%, 5%, 0%, 16%)
(0.21 / 0.05 / 0.00 / 0.16)

CMYK percentages

%20.56
%5.14
%0
%16.08

Codes

Color #AACBD6 in popluar color models

AA CB D6
RGB 170 203 214
HSL 195° 34.92% 75.29%
HSB/HSV 195° 20.56% 83.92%
CMYK 20.56% 5.14% 0.00%
16.08%

Color #AACBD6 in popluar number systems.

HEX AA CB D6
Decimal 170 203 214
Binary 10101010 11001011 11010110
Octal 252 313 326

Shades and tints

Shades of #AACBD6

#AACBD6
(170,203,214)
#9BB9C3
(155,185,195)
#8CA7B0
(140,167,176)
#7D959D
(125,149,157)
#6E838A
(110,131,138)
#5F7177
(95,113,119)
#505F64
(80,95,100)
#414D51
(65,77,81)
#323B3E
(50,59,62)
#23292B
(35,41,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AACBD6

#AACBD6
(170,203,214)
#B1CFD9
(177,207,217)
#B8D3DC
(184,211,220)
#BFD7DF
(191,215,223)
#C6DBE2
(198,219,226)
#CDDFE5
(205,223,229)
#D4E3E8
(212,227,232)
#DBE7EB
(219,231,235)
#E2EBEE
(226,235,238)
#E9EFF1
(233,239,241)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACBD6 color. Also use rgb(170,203,214) instead hex code.

Text Font Color

.myTextColor { color: #AACBD6; }

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

This text font color is #AACBD6.

Background Color

.myBgColor { background-color: #AACBD6; }

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

This div background color is #AACBD6.

Border color

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

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

This div border color is #AACBD6.

Opacity

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

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

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

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

This text has shadow with #AACBD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACBD6.

Preview

Color preview on black background

This text has color #AACBD6 on black background.


Color preview on white background

This text has color #AACBD6 on white background.


Black color preview on #AACBD6 background

This text has black color on #AACBD6 background.


White color preview on #AACBD6 background

This text has white color on #AACBD6 background.


Related colors

Complementary color

Complementary color for #hex is #553429.


I love getcolorcode.com

Triadic colors

1 #D6AACB and #CBD6AA with #AACBD6 are triadic colors.

2 #D6CBAA and #CBAAD6 with #AACBD6 are triadic colors.