COLOR #AACBDC

HEX: #AACBDC
RGB: (170,203,220)

Color info

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

RGB color model

#AACBDC color RGB value is (170,203,220).

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

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 220 of 255 = 86%

170
203
220

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

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 220 = 593 (100%)
R 170 of 593 ~ 28.67%
G 203 of 593 ~ 34.23%
B 220 of 593 ~ 37.1%

%28.67
%34.23
%37.1

CMYK color model

#AACBDC color CMYK value is (23,8,0,14).

  • cyan value is 22.73%
  • magenta value is 7.73%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(23,8,0,14)
C23M8Y0K14 
(23%,8%,0%,14%)
(0.23/0.08/0.00/0.14)	

CMYK percentages

%22.73
%7.73
%0
%13.73

Codes

Color #AACBDC in popluar color models

AACBDC
RGB170203220
HSL200°41.67%76.47%
HSB/HSV200°22.73%86.27%
CMYK22.73%7.73%0.00%
13.73%

Color #AACBDC in popluar number systems.

HEXAACBDC
Decimal170203220
Binary101010101100101111011100
Octal252313334

Shades and tints

Shades of #AACBDC

#AACBDC
(170,203,220)
#9BB9C8
(155,185,200)
#8CA7B4
(140,167,180)
#7D95A0
(125,149,160)
#6E838C
(110,131,140)
#5F7178
(95,113,120)
#505F64
(80,95,100)
#414D50
(65,77,80)
#323B3C
(50,59,60)
#232928
(35,41,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #AACBDC

#AACBDC
(170,203,220)
#B1CFDF
(177,207,223)
#B8D3E2
(184,211,226)
#BFD7E5
(191,215,229)
#C6DBE8
(198,219,232)
#CDDFEB
(205,223,235)
#D4E3EE
(212,227,238)
#DBE7F1
(219,231,241)
#E2EBF4
(226,235,244)
#E9EFF7
(233,239,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBDC; }

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

This text font color is #AACBDC.


Background Color

.myBgColor { background-color: #AACBDC; }

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

This div background color is #AACBDC.


Border color

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

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

This div border color is #AACBDC.


Opacity

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

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

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

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

This text has shadow with #AACBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACBDC on black background.


Color preview on white background

This text has color #AACBDC on white background.



Black color preview on #AACBDC background

This text has black color on #AACBDC background.


White color preview on #AACBDC background

This text has white color on #AACBDC background.