COLOR #AABDC3

HEX: #AABDC3
RGB: (170,189,195)

Color info

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

RGB color model

#AABDC3 color RGB value is (170,189,195).

  • red value is 170;
  • green value is 189;
  • blue value is 195.
RGB:
(170,189,195)
(67%,74%,76%)

RGB channels and saturation

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

170
189
195

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

Portions of RGB colors in percentages

R + G + B =
170 + 189 + 195 = 554 (100%)
R 170 of 554 ~ 30.69%
G 189 of 554 ~ 34.12%
B 195 of 554 ~ 35.2%

%30.69
%34.12
%35.2

CMYK color model

#AABDC3 color CMYK value is (13,3,0,24).

  • cyan value is 12.82%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,3,0,24)
C13M3Y0K24 
(13%,3%,0%,24%)
(0.13/0.03/0.00/0.24)	

CMYK percentages

%12.82
%3.08
%0
%23.53

Codes

Color #AABDC3 in popluar color models

AABDC3
RGB170189195
HSL194°17.24%71.57%
HSB/HSV194°12.82%76.47%
CMYK12.82%3.08%0.00%
23.53%

Color #AABDC3 in popluar number systems.

HEXAABDC3
Decimal170189195
Binary101010101011110111000011
Octal252275303

Shades and tints

Shades of #AABDC3

#AABDC3
(170,189,195)
#9BACB2
(155,172,178)
#8C9BA1
(140,155,161)
#7D8A90
(125,138,144)
#6E797F
(110,121,127)
#5F686E
(95,104,110)
#50575D
(80,87,93)
#41464C
(65,70,76)
#32353B
(50,53,59)
#23242A
(35,36,42)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #AABDC3

#AABDC3
(170,189,195)
#B1C3C8
(177,195,200)
#B8C9CD
(184,201,205)
#BFCFD2
(191,207,210)
#C6D5D7
(198,213,215)
#CDDBDC
(205,219,220)
#D4E1E1
(212,225,225)
#DBE7E6
(219,231,230)
#E2EDEB
(226,237,235)
#E9F3F0
(233,243,240)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABDC3; }

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

This text font color is #AABDC3.


Background Color

.myBgColor { background-color: #AABDC3; }

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

This div background color is #AABDC3.


Border color

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

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

This div border color is #AABDC3.


Opacity

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

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

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

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

This text has shadow with #AABDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABDC3 on black background.


Color preview on white background

This text has color #AABDC3 on white background.



Black color preview on #AABDC3 background

This text has black color on #AABDC3 background.


White color preview on #AABDC3 background

This text has white color on #AABDC3 background.