COLOR #A4CFAE

HEX: #A4CFAE
RGB: (164,207,174)

Color info

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

RGB color model

#A4CFAE color RGB value is (164,207,174).

  • red value is 164;
  • green value is 207;
  • blue value is 174.
RGB:
(164,207,174)
(64%,81%,68%)

RGB channels and saturation

R 164 of 255 = 64%
G 207 of 255 = 81%
B 174 of 255 = 68%

164
207
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 207 + 174 = 545 (100%)
R 164 of 545 ~ 30.09%
G 207 of 545 ~ 37.98%
B 174 of 545 ~ 31.93%

%30.09
%37.98
%31.93

CMYK color model

#A4CFAE color CMYK value is (21,0,16,19).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 18.82%
CMYK:
(21,0,16,19)
C21M0Y16K19 
(21%,0%,16%,19%)
(0.21/0.00/0.16/0.19)	

CMYK percentages

%20.77
%0
%15.94
%18.82

Codes

Color #A4CFAE in popluar color models

A4CFAE
RGB164207174
HSL134°30.94%72.75%
HSB/HSV134°20.77%81.18%
CMYK20.77%0.00%15.94%
18.82%

Color #A4CFAE in popluar number systems.

HEXA4CFAE
Decimal164207174
Binary101001001100111110101110
Octal244317256

Shades and tints

Shades of #A4CFAE

#A4CFAE
(164,207,174)
#96BD9F
(150,189,159)
#88AB90
(136,171,144)
#7A9981
(122,153,129)
#6C8772
(108,135,114)
#5E7563
(94,117,99)
#506354
(80,99,84)
#425145
(66,81,69)
#343F36
(52,63,54)
#262D27
(38,45,39)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #A4CFAE

#A4CFAE
(164,207,174)
#ACD3B5
(172,211,181)
#B4D7BC
(180,215,188)
#BCDBC3
(188,219,195)
#C4DFCA
(196,223,202)
#CCE3D1
(204,227,209)
#D4E7D8
(212,231,216)
#DCEBDF
(220,235,223)
#E4EFE6
(228,239,230)
#ECF3ED
(236,243,237)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CFAE color. Also use rgb(164,207,174) instead hex code.

Text Font Color

.myTextColor { color: #A4CFAE; }

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

This text font color is #A4CFAE.


Background Color

.myBgColor { background-color: #A4CFAE; }

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

This div background color is #A4CFAE.


Border color

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

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

This div border color is #A4CFAE.


Opacity

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

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

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

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

This text has shadow with #A4CFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CFAE on black background.


Color preview on white background

This text has color #A4CFAE on white background.



Black color preview on #A4CFAE background

This text has black color on #A4CFAE background.


White color preview on #A4CFAE background

This text has white color on #A4CFAE background.