COLOR #A4CEAF

HEX: #A4CEAF
RGB: (164,206,175)

Color info

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

RGB color model

#A4CEAF color RGB value is (164,206,175).

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

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 175 of 255 = 69%

164
206
175

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

Portions of RGB colors in percentages

R + G + B =
164 + 206 + 175 = 545 (100%)
R 164 of 545 ~ 30.09%
G 206 of 545 ~ 37.8%
B 175 of 545 ~ 32.11%

%30.09
%37.8
%32.11

CMYK color model

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

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 15.05%
  • key color value is 19.22%
CMYK: (20,0,15,19) C20M0Y15K19 (20%,0%,15%,19%) (0.20/0.00/0.15/0.19)

CMYK percentages

%20.39
%0
%15.05
%19.22

Codes

Color #A4CEAF in popluar color models

A4CEAF
RGB164206175
HSL136°30.00%72.55%
HSB/HSV136°20.39%80.78%
CMYK20.39%0.00%15.05%
19.22%

Color #A4CEAF in popluar number systems.

HEXA4CEAF
Decimal164206175
Binary101001001100111010101111
Octal244316257

Shades and tints

Shades of #A4CEAF

#A4CEAF
(164,206,175)
#96BCA0
(150,188,160)
#88AA91
(136,170,145)
#7A9882
(122,152,130)
#6C8673
(108,134,115)
#5E7464
(94,116,100)
#506255
(80,98,85)
#425046
(66,80,70)
#343E37
(52,62,55)
#262C28
(38,44,40)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #A4CEAF

#A4CEAF
(164,206,175)
#ACD2B6
(172,210,182)
#B4D6BD
(180,214,189)
#BCDAC4
(188,218,196)
#C4DECB
(196,222,203)
#CCE2D2
(204,226,210)
#D4E6D9
(212,230,217)
#DCEAE0
(220,234,224)
#E4EEE7
(228,238,231)
#ECF2EE
(236,242,238)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CEAF; }

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

This text font color is #A4CEAF.


Background Color

.myBgColor { background-color: #A4CEAF; }

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

This div background color is #A4CEAF.


Border color

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

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

This div border color is #A4CEAF.


Opacity

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

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

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

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

This text has shadow with #A4CEAF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A4CEAF on black background.


Color preview on white background

This text has color #A4CEAF on white background.



Black color preview on #A4CEAF background

This text has black color on #A4CEAF background.


White color preview on #A4CEAF background

This text has white color on #A4CEAF background.