COLOR #AACEBD

HEX: #AACEBD
RGB: (170,206,189)

Color info

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

RGB color model

#AACEBD color RGB value is (170,206,189).

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

RGB channels and saturation

R 170 of 255 = 67%
G 206 of 255 = 81%
B 189 of 255 = 74%

170
206
189

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

Portions of RGB colors in percentages

R + G + B =
170 + 206 + 189 = 565 (100%)
R 170 of 565 ~ 30.09%
G 206 of 565 ~ 36.46%
B 189 of 565 ~ 33.45%

%30.09
%36.46
%33.45

CMYK color model

#AACEBD color CMYK value is (17,0,8,19).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 19.22%
CMYK:
(17,0,8,19)
C17M0Y8K19 
(17%,0%,8%,19%)
(0.17/0.00/0.08/0.19)	

CMYK percentages

%17.48
%0
%8.25
%19.22

Codes

Color #AACEBD in popluar color models

AACEBD
RGB170206189
HSL152°26.87%73.73%
HSB/HSV152°17.48%80.78%
CMYK17.48%0.00%8.25%
19.22%

Color #AACEBD in popluar number systems.

HEXAACEBD
Decimal170206189
Binary101010101100111010111101
Octal252316275

Shades and tints

Shades of #AACEBD

#AACEBD
(170,206,189)
#9BBCAC
(155,188,172)
#8CAA9B
(140,170,155)
#7D988A
(125,152,138)
#6E8679
(110,134,121)
#5F7468
(95,116,104)
#506257
(80,98,87)
#415046
(65,80,70)
#323E35
(50,62,53)
#232C24
(35,44,36)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #AACEBD

#AACEBD
(170,206,189)
#B1D2C3
(177,210,195)
#B8D6C9
(184,214,201)
#BFDACF
(191,218,207)
#C6DED5
(198,222,213)
#CDE2DB
(205,226,219)
#D4E6E1
(212,230,225)
#DBEAE7
(219,234,231)
#E2EEED
(226,238,237)
#E9F2F3
(233,242,243)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACEBD; }

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

This text font color is #AACEBD.


Background Color

.myBgColor { background-color: #AACEBD; }

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

This div background color is #AACEBD.


Border color

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

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

This div border color is #AACEBD.


Opacity

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

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

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

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

This text has shadow with #AACEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACEBD on black background.


Color preview on white background

This text has color #AACEBD on white background.



Black color preview on #AACEBD background

This text has black color on #AACEBD background.


White color preview on #AACEBD background

This text has white color on #AACEBD background.