COLOR #AABFCE

HEX: #AABFCE
RGB: (170,191,206)

Color info

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

RGB color model

#AABFCE color RGB value is (170,191,206).

  • red value is 170;
  • green value is 191;
  • blue value is 206.
RGB:
(170,191,206)
(67%,75%,81%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 206 of 255 = 81%

170
191
206

R + G + B ~ 74%. #AABFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 206 = 567 (100%)
R 170 of 567 ~ 29.98%
G 191 of 567 ~ 33.69%
B 206 of 567 ~ 36.33%

%29.98
%33.69
%36.33

CMYK color model

#AABFCE color CMYK value is (17,7,0,19).

  • cyan value is 17.48%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,7,0,19)
C17M7Y0K19 
(17%,7%,0%,19%)
(0.17/0.07/0.00/0.19)	

CMYK percentages

%17.48
%7.28
%0
%19.22

Codes

Color #AABFCE in popluar color models

AABFCE
RGB170191206
HSL205°26.87%73.73%
HSB/HSV205°17.48%80.78%
CMYK17.48%7.28%0.00%
19.22%

Color #AABFCE in popluar number systems.

HEXAABFCE
Decimal170191206
Binary101010101011111111001110
Octal252277316

Shades and tints

Shades of #AABFCE

#AABFCE
(170,191,206)
#9BAEBC
(155,174,188)
#8C9DAA
(140,157,170)
#7D8C98
(125,140,152)
#6E7B86
(110,123,134)
#5F6A74
(95,106,116)
#505962
(80,89,98)
#414850
(65,72,80)
#32373E
(50,55,62)
#23262C
(35,38,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #AABFCE

#AABFCE
(170,191,206)
#B1C4D2
(177,196,210)
#B8C9D6
(184,201,214)
#BFCEDA
(191,206,218)
#C6D3DE
(198,211,222)
#CDD8E2
(205,216,226)
#D4DDE6
(212,221,230)
#DBE2EA
(219,226,234)
#E2E7EE
(226,231,238)
#E9ECF2
(233,236,242)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABFCE color. Also use rgb(170,191,206) instead hex code.

Text Font Color

.myTextColor { color: #AABFCE; }

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

This text font color is #AABFCE.


Background Color

.myBgColor { background-color: #AABFCE; }

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

This div background color is #AABFCE.


Border color

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

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

This div border color is #AABFCE.


Opacity

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

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

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

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

This text has shadow with #AABFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABFCE on black background.


Color preview on white background

This text has color #AABFCE on white background.



Black color preview on #AABFCE background

This text has black color on #AABFCE background.


White color preview on #AABFCE background

This text has white color on #AABFCE background.