COLOR #AABCC3

HEX: #AABCC3 RGB: (170,188,195)

Color info

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

RGB color model

#AABCC3 color RGB value is (170,188,195).

RGB: (170,188,195) (67%, 74%, 76%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 195 of 255 = 76%

170
188
195

R + G + B ~ 72%. #AABCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 188 + 195 = 553 (100%)
R 170 of 553 ~ 30.74%
G 188 of 553 ~ 34%
B 195 of 553 ~ 35.26'%

%30.74
%34
%35.26

CMYK color model

#AABCC3 color CMYK value is (13,4,0,24).

  • cyan value is 12.82%
  • magenta value is 3.59%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (13,4,0,24)
C13M4Y0K24 (13%, 4%, 0%, 24%)
(0.13 / 0.04 / 0.00 / 0.24)

CMYK percentages

%12.82
%3.59
%0
%23.53

Codes

Color #AABCC3 in popluar color models

AA BC C3
RGB 170 188 195
HSL 197° 17.24% 71.57%
HSB/HSV 197° 12.82% 76.47%
CMYK 12.82% 3.59% 0.00%
23.53%

Color #AABCC3 in popluar number systems.

HEX AA BC C3
Decimal 170 188 195
Binary 10101010 10111100 11000011
Octal 252 274 303

Shades and tints

Shades of #AABCC3

#AABCC3
(170,188,195)
#9BABB2
(155,171,178)
#8C9AA1
(140,154,161)
#7D8990
(125,137,144)
#6E787F
(110,120,127)
#5F676E
(95,103,110)
#50565D
(80,86,93)
#41454C
(65,69,76)
#32343B
(50,52,59)
#23232A
(35,35,42)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #AABCC3

#AABCC3
(170,188,195)
#B1C2C8
(177,194,200)
#B8C8CD
(184,200,205)
#BFCED2
(191,206,210)
#C6D4D7
(198,212,215)
#CDDADC
(205,218,220)
#D4E0E1
(212,224,225)
#DBE6E6
(219,230,230)
#E2ECEB
(226,236,235)
#E9F2F0
(233,242,240)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABCC3 color. Also use rgb(170,188,195) instead hex code.

Text Font Color

.myTextColor { color: #AABCC3; }

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

This text font color is #AABCC3.

Background Color

.myBgColor { background-color: #AABCC3; }

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

This div background color is #AABCC3.

Border color

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

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

This div border color is #AABCC3.

Opacity

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

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

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

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

This text has shadow with #AABCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABCC3.

Preview

Color preview on black background

This text has color #AABCC3 on black background.


Color preview on white background

This text has color #AABCC3 on white background.


Black color preview on #AABCC3 background

This text has black color on #AABCC3 background.


White color preview on #AABCC3 background

This text has white color on #AABCC3 background.


Related colors

Complementary color

Complementary color for #hex is #55433C.


I love getcolorcode.com

Triadic colors

1 #C3AABC and #BCC3AA with #AABCC3 are triadic colors.

2 #C3BCAA and #BCAAC3 with #AABCC3 are triadic colors.