COLOR #AACBE0

HEX: #AACBE0
RGB: (170,203,224)

Color info

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

RGB color model

#AACBE0 color RGB value is (170,203,224).

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

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 224 of 255 = 88%

170
203
224

R + G + B ~ 78%. #AACBE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 224 = 597 (100%)
R 170 of 597 ~ 28.48%
G 203 of 597 ~ 34%
B 224 of 597 ~ 37.52%

%28.48
%34
%37.52

CMYK color model

#AACBE0 color CMYK value is (24,9,0,12).

  • cyan value is 24.11%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(24,9,0,12)
C24M9Y0K12 
(24%,9%,0%,12%)
(0.24/0.09/0.00/0.12)	

CMYK percentages

%24.11
%9.38
%0
%12.16

Codes

Color #AACBE0 in popluar color models

AACBE0
RGB170203224
HSL203°46.55%77.25%
HSB/HSV203°24.11%87.84%
CMYK24.11%9.38%0.00%
12.16%

Color #AACBE0 in popluar number systems.

HEXAACBE0
Decimal170203224
Binary101010101100101111100000
Octal252313340

Shades and tints

Shades of #AACBE0

#AACBE0
(170,203,224)
#9BB9CC
(155,185,204)
#8CA7B8
(140,167,184)
#7D95A4
(125,149,164)
#6E8390
(110,131,144)
#5F717C
(95,113,124)
#505F68
(80,95,104)
#414D54
(65,77,84)
#323B40
(50,59,64)
#23292C
(35,41,44)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AACBE0

#AACBE0
(170,203,224)
#B1CFE2
(177,207,226)
#B8D3E4
(184,211,228)
#BFD7E6
(191,215,230)
#C6DBE8
(198,219,232)
#CDDFEA
(205,223,234)
#D4E3EC
(212,227,236)
#DBE7EE
(219,231,238)
#E2EBF0
(226,235,240)
#E9EFF2
(233,239,242)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBE0; }

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

This text font color is #AACBE0.


Background Color

.myBgColor { background-color: #AACBE0; }

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

This div background color is #AACBE0.


Border color

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

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

This div border color is #AACBE0.


Opacity

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

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

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

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

This text has shadow with #AACBE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACBE0 on black background.


Color preview on white background

This text has color #AACBE0 on white background.



Black color preview on #AACBE0 background

This text has black color on #AACBE0 background.


White color preview on #AACBE0 background

This text has white color on #AACBE0 background.