COLOR #AAE6C3

HEX: #AAE6C3
RGB: (170,230,195)

Color info

#AAE6C3 contains mainly green and blue colors. Web safe color of #AAE6C3 is #99CCCC (or #9CC).

RGB color model

#AAE6C3 color RGB value is (170,230,195).

  • red value is 170;
  • green value is 230;
  • blue value is 195.
RGB:
(170,230,195)
(67%,90%,76%)

RGB channels and saturation

R 170 of 255 = 67%
G 230 of 255 = 90%
B 195 of 255 = 76%

170
230
195

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

Portions of RGB colors in percentages

R + G + B =
170 + 230 + 195 = 595 (100%)
R 170 of 595 ~ 28.57%
G 230 of 595 ~ 38.66%
B 195 of 595 ~ 32.77%

%28.57
%38.66
%32.77

CMYK color model

#AAE6C3 color CMYK value is (26,0,15,10).

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 15.22%
  • key color value is 9.80%
CMYK:
(26,0,15,10)
C26M0Y15K10 
(26%,0%,15%,10%)
(0.26/0.00/0.15/0.10)	

CMYK percentages

%26.09
%0
%15.22
%9.8

Codes

Color #AAE6C3 in popluar color models

AAE6C3
RGB170230195
HSL145°54.55%78.43%
HSB/HSV145°26.09%90.20%
CMYK26.09%0.00%15.22%
9.80%

Color #AAE6C3 in popluar number systems.

HEXAAE6C3
Decimal170230195
Binary101010101110011011000011
Octal252346303

Shades and tints

Shades of #AAE6C3

#AAE6C3
(170,230,195)
#9BD2B2
(155,210,178)
#8CBEA1
(140,190,161)
#7DAA90
(125,170,144)
#6E967F
(110,150,127)
#5F826E
(95,130,110)
#506E5D
(80,110,93)
#415A4C
(65,90,76)
#32463B
(50,70,59)
#23322A
(35,50,42)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #AAE6C3

#AAE6C3
(170,230,195)
#B1E8C8
(177,232,200)
#B8EACD
(184,234,205)
#BFECD2
(191,236,210)
#C6EED7
(198,238,215)
#CDF0DC
(205,240,220)
#D4F2E1
(212,242,225)
#DBF4E6
(219,244,230)
#E2F6EB
(226,246,235)
#E9F8F0
(233,248,240)
#F0FAF5
(240,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE6C3 color. Also use rgb(170,230,195) instead hex code.

Text Font Color

.myTextColor { color: #AAE6C3; }

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

This text font color is #AAE6C3.


Background Color

.myBgColor { background-color: #AAE6C3; }

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

This div background color is #AAE6C3.


Border color

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

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

This div border color is #AAE6C3.


Opacity

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

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

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

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

This text has shadow with #AAE6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE6C3 on black background.


Color preview on white background

This text has color #AAE6C3 on white background.



Black color preview on #AAE6C3 background

This text has black color on #AAE6C3 background.


White color preview on #AAE6C3 background

This text has white color on #AAE6C3 background.