COLOR #AACCBE

HEX: #AACCBE RGB: (170,204,190)

Color info

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

RGB color model

#AACCBE color RGB value is (170,204,190).

RGB: (170,204,190) (67%, 80%, 75%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 190 of 255 = 75%

170
204
190

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

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 190 = 564 (100%)
R 170 of 564 ~ 30.14%
G 204 of 564 ~ 36.17%
B 190 of 564 ~ 33.69'%

%30.14
%36.17
%33.69

CMYK color model

#AACCBE color CMYK value is (17,0,7,20).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 6.86%
  • key color value is 20.00%

CMYK: (17,0,7,20)
C17M0Y7K20 (17%, 0%, 7%, 20%)
(0.17 / 0.00 / 0.07 / 0.20)

CMYK percentages

%16.67
%0
%6.86
%20

Codes

Color #AACCBE in popluar color models

AA CC BE
RGB 170 204 190
HSL 155° 25.00% 73.33%
HSB/HSV 155° 16.67% 80.00%
CMYK 16.67% 0.00% 6.86%
20.00%

Color #AACCBE in popluar number systems.

HEX AA CC BE
Decimal 170 204 190
Binary 10101010 11001100 10111110
Octal 252 314 276

Shades and tints

Shades of #AACCBE

#AACCBE
(170,204,190)
#9BBAAD
(155,186,173)
#8CA89C
(140,168,156)
#7D968B
(125,150,139)
#6E847A
(110,132,122)
#5F7269
(95,114,105)
#506058
(80,96,88)
#414E47
(65,78,71)
#323C36
(50,60,54)
#232A25
(35,42,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #AACCBE

#AACCBE
(170,204,190)
#B1D0C3
(177,208,195)
#B8D4C8
(184,212,200)
#BFD8CD
(191,216,205)
#C6DCD2
(198,220,210)
#CDE0D7
(205,224,215)
#D4E4DC
(212,228,220)
#DBE8E1
(219,232,225)
#E2ECE6
(226,236,230)
#E9F0EB
(233,240,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACCBE color. Also use rgb(170,204,190) instead hex code.

Text Font Color

.myTextColor { color: #AACCBE; }

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

This text font color is #AACCBE.

Background Color

.myBgColor { background-color: #AACCBE; }

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

This div background color is #AACCBE.

Border color

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

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

This div border color is #AACCBE.

Opacity

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

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

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

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

This text has shadow with #AACCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCBE.

Preview

Color preview on black background

This text has color #AACCBE on black background.


Color preview on white background

This text has color #AACCBE on white background.


Black color preview on #AACCBE background

This text has black color on #AACCBE background.


White color preview on #AACCBE background

This text has white color on #AACCBE background.


Related colors

Complementary color

Complementary color for #hex is #553341.


I love getcolorcode.com

Triadic colors

1 #BEAACC and #CCBEAA with #AACCBE are triadic colors.

2 #BECCAA and #CCAABE with #AACCBE are triadic colors.