COLOR #A5CEAA

HEX: #A5CEAA RGB: (165,206,170)

Color info

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

RGB color model

#A5CEAA color RGB value is (165,206,170).

RGB: (165,206,170) (65%, 81%, 67%)

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 170 of 255 = 67%

165
206
170

R + G + B ~ 71%. #A5CEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 206 + 170 = 541 (100%)
R 165 of 541 ~ 30.5%
G 206 of 541 ~ 38.08%
B 170 of 541 ~ 31.42'%

%30.5
%38.08
%31.42

CMYK color model

#A5CEAA color CMYK value is (20,0,17,19).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 19.22%

CMYK: (20,0,17,19)
C20M0Y17K19 (20%, 0%, 17%, 19%)
(0.20 / 0.00 / 0.17 / 0.19)

CMYK percentages

%19.9
%0
%17.48
%19.22

Codes

Color #A5CEAA in popluar color models

A5 CE AA
RGB 165 206 170
HSL 127° 29.50% 72.75%
HSB/HSV 127° 19.90% 80.78%
CMYK 19.90% 0.00% 17.48%
19.22%

Color #A5CEAA in popluar number systems.

HEX A5 CE AA
Decimal 165 206 170
Binary 10100101 11001110 10101010
Octal 245 316 252

Shades and tints

Shades of #A5CEAA

#A5CEAA
(165,206,170)
#96BC9B
(150,188,155)
#87AA8C
(135,170,140)
#78987D
(120,152,125)
#69866E
(105,134,110)
#5A745F
(90,116,95)
#4B6250
(75,98,80)
#3C5041
(60,80,65)
#2D3E32
(45,62,50)
#1E2C23
(30,44,35)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #A5CEAA

#A5CEAA
(165,206,170)
#ADD2B1
(173,210,177)
#B5D6B8
(181,214,184)
#BDDABF
(189,218,191)
#C5DEC6
(197,222,198)
#CDE2CD
(205,226,205)
#D5E6D4
(213,230,212)
#DDEADB
(221,234,219)
#E5EEE2
(229,238,226)
#EDF2E9
(237,242,233)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CEAA; }

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

This text font color is #A5CEAA.

Background Color

.myBgColor { background-color: #A5CEAA; }

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

This div background color is #A5CEAA.

Border color

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

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

This div border color is #A5CEAA.

Opacity

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

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

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

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

This text has shadow with #A5CEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5CEAA.

Preview

Color preview on black background

This text has color #A5CEAA on black background.


Color preview on white background

This text has color #A5CEAA on white background.


Black color preview on #A5CEAA background

This text has black color on #A5CEAA background.


White color preview on #A5CEAA background

This text has white color on #A5CEAA background.


Related colors

Complementary color

Complementary color for #hex is #5A3155.


I love getcolorcode.com

Triadic colors

1 #AAA5CE and #CEAAA5 with #A5CEAA are triadic colors.

2 #AACEA5 and #CEA5AA with #A5CEAA are triadic colors.