COLOR #AACBE9

HEX: #AACBE9
RGB: (170,203,233)

Color info

#AACBE9 contains mainly green and blue colors. Web safe color of #AACBE9 is #99CCFF (or #9CF).

RGB color model

#AACBE9 color RGB value is (170,203,233).

  • red value is 170;
  • green value is 203;
  • blue value is 233.
RGB:
(170,203,233)
(67%,80%,91%)

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 233 of 255 = 91%

170
203
233

R + G + B ~ 79%. #AACBE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 233 = 606 (100%)
R 170 of 606 ~ 28.05%
G 203 of 606 ~ 33.5%
B 233 of 606 ~ 38.45%

%28.05
%33.5
%38.45

CMYK color model

#AACBE9 color CMYK value is (27,13,0,9).

  • cyan value is 27.04%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(27,13,0,9)
C27M13Y0K9 
(27%,13%,0%,9%)
(0.27/0.13/0.00/0.09)	

CMYK percentages

%27.04
%12.88
%0
%8.63

Codes

Color #AACBE9 in popluar color models

AACBE9
RGB170203233
HSL209°58.88%79.02%
HSB/HSV209°27.04%91.37%
CMYK27.04%12.88%0.00%
8.63%

Color #AACBE9 in popluar number systems.

HEXAACBE9
Decimal170203233
Binary101010101100101111101001
Octal252313351

Shades and tints

Shades of #AACBE9

#AACBE9
(170,203,233)
#9BB9D4
(155,185,212)
#8CA7BF
(140,167,191)
#7D95AA
(125,149,170)
#6E8395
(110,131,149)
#5F7180
(95,113,128)
#505F6B
(80,95,107)
#414D56
(65,77,86)
#323B41
(50,59,65)
#23292C
(35,41,44)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AACBE9

#AACBE9
(170,203,233)
#B1CFEB
(177,207,235)
#B8D3ED
(184,211,237)
#BFD7EF
(191,215,239)
#C6DBF1
(198,219,241)
#CDDFF3
(205,223,243)
#D4E3F5
(212,227,245)
#DBE7F7
(219,231,247)
#E2EBF9
(226,235,249)
#E9EFFB
(233,239,251)
#F0F3FD
(240,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBE9; }

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

This text font color is #AACBE9.


Background Color

.myBgColor { background-color: #AACBE9; }

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

This div background color is #AACBE9.


Border color

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

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

This div border color is #AACBE9.


Opacity

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

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

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

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

This text has shadow with #AACBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACBE9 on black background.


Color preview on white background

This text has color #AACBE9 on white background.



Black color preview on #AACBE9 background

This text has black color on #AACBE9 background.


White color preview on #AACBE9 background

This text has white color on #AACBE9 background.