COLOR #AACBD0

HEX: #AACBD0
RGB: (170,203,208)

Color info

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

RGB color model

#AACBD0 color RGB value is (170,203,208).

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

RGB channels and saturation

R 170 of 255 = 67%
G 203 of 255 = 80%
B 208 of 255 = 82%

170
203
208

R + G + B ~ 76%. #AACBD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 203 + 208 = 581 (100%)
R 170 of 581 ~ 29.26%
G 203 of 581 ~ 34.94%
B 208 of 581 ~ 35.8%

%29.26
%34.94
%35.8

CMYK color model

#AACBD0 color CMYK value is (18,2,0,18).

  • cyan value is 18.27%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(18,2,0,18)
C18M2Y0K18 
(18%,2%,0%,18%)
(0.18/0.02/0.00/0.18)	

CMYK percentages

%18.27
%2.4
%0
%18.43

Codes

Color #AACBD0 in popluar color models

AACBD0
RGB170203208
HSL188°28.79%74.12%
HSB/HSV188°18.27%81.57%
CMYK18.27%2.40%0.00%
18.43%

Color #AACBD0 in popluar number systems.

HEXAACBD0
Decimal170203208
Binary101010101100101111010000
Octal252313320

Shades and tints

Shades of #AACBD0

#AACBD0
(170,203,208)
#9BB9BE
(155,185,190)
#8CA7AC
(140,167,172)
#7D959A
(125,149,154)
#6E8388
(110,131,136)
#5F7176
(95,113,118)
#505F64
(80,95,100)
#414D52
(65,77,82)
#323B40
(50,59,64)
#23292E
(35,41,46)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #AACBD0

#AACBD0
(170,203,208)
#B1CFD4
(177,207,212)
#B8D3D8
(184,211,216)
#BFD7DC
(191,215,220)
#C6DBE0
(198,219,224)
#CDDFE4
(205,223,228)
#D4E3E8
(212,227,232)
#DBE7EC
(219,231,236)
#E2EBF0
(226,235,240)
#E9EFF4
(233,239,244)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACBD0; }

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

This text font color is #AACBD0.


Background Color

.myBgColor { background-color: #AACBD0; }

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

This div background color is #AACBD0.


Border color

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

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

This div border color is #AACBD0.


Opacity

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

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

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

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

This text has shadow with #AACBD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACBD0 on black background.


Color preview on white background

This text has color #AACBD0 on white background.



Black color preview on #AACBD0 background

This text has black color on #AACBD0 background.


White color preview on #AACBD0 background

This text has white color on #AACBD0 background.