COLOR #A5CEA4

HEX: #A5CEA4
RGB: (165,206,164)

Color info

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

RGB color model

#A5CEA4 color RGB value is (165,206,164).

  • red value is 165;
  • green value is 206;
  • blue value is 164.
RGB:
(165,206,164)
(65%,81%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 206 of 255 = 81%
B 164 of 255 = 64%

165
206
164

R + G + B ~ 70%. #A5CEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 206 + 164 = 535 (100%)
R 165 of 535 ~ 30.84%
G 206 of 535 ~ 38.5%
B 164 of 535 ~ 30.65%

%30.84
%38.5
%30.65

CMYK color model

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

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 19.22%
CMYK:
(20,0,20,19)
C20M0Y20K19 
(20%,0%,20%,19%)
(0.20/0.00/0.20/0.19)	

CMYK percentages

%19.9
%0
%20.39
%19.22

Codes

Color #A5CEA4 in popluar color models

A5CEA4
RGB165206164
HSL119°30.00%72.55%
HSB/HSV119°20.39%80.78%
CMYK19.90%0.00%20.39%
19.22%

Color #A5CEA4 in popluar number systems.

HEXA5CEA4
Decimal165206164
Binary101001011100111010100100
Octal245316244

Shades and tints

Shades of #A5CEA4

#A5CEA4
(165,206,164)
#96BC96
(150,188,150)
#87AA88
(135,170,136)
#78987A
(120,152,122)
#69866C
(105,134,108)
#5A745E
(90,116,94)
#4B6250
(75,98,80)
#3C5042
(60,80,66)
#2D3E34
(45,62,52)
#1E2C26
(30,44,38)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #A5CEA4

#A5CEA4
(165,206,164)
#ADD2AC
(173,210,172)
#B5D6B4
(181,214,180)
#BDDABC
(189,218,188)
#C5DEC4
(197,222,196)
#CDE2CC
(205,226,204)
#D5E6D4
(213,230,212)
#DDEADC
(221,234,220)
#E5EEE4
(229,238,228)
#EDF2EC
(237,242,236)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CEA4; }

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

This text font color is #A5CEA4.


Background Color

.myBgColor { background-color: #A5CEA4; }

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

This div background color is #A5CEA4.


Border color

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

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

This div border color is #A5CEA4.


Opacity

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

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

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

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

This text has shadow with #A5CEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CEA4 on black background.


Color preview on white background

This text has color #A5CEA4 on white background.



Black color preview on #A5CEA4 background

This text has black color on #A5CEA4 background.


White color preview on #A5CEA4 background

This text has white color on #A5CEA4 background.