COLOR #A4CEC6

HEX: #A4CEC6
RGB: (164,206,198)

Color info

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

RGB color model

#A4CEC6 color RGB value is (164,206,198).

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

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 198 of 255 = 78%

164
206
198

R + G + B ~ 74%. #A4CEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 206 + 198 = 568 (100%)
R 164 of 568 ~ 28.87%
G 206 of 568 ~ 36.27%
B 198 of 568 ~ 34.86%

%28.87
%36.27
%34.86

CMYK color model

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

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%
CMYK:
(20,0,4,19)
C20M0Y4K19 
(20%,0%,4%,19%)
(0.20/0.00/0.04/0.19)	

CMYK percentages

%20.39
%0
%3.88
%19.22

Codes

Color #A4CEC6 in popluar color models

A4CEC6
RGB164206198
HSL169°30.00%72.55%
HSB/HSV169°20.39%80.78%
CMYK20.39%0.00%3.88%
19.22%

Color #A4CEC6 in popluar number systems.

HEXA4CEC6
Decimal164206198
Binary101001001100111011000110
Octal244316306

Shades and tints

Shades of #A4CEC6

#A4CEC6
(164,206,198)
#96BCB4
(150,188,180)
#88AAA2
(136,170,162)
#7A9890
(122,152,144)
#6C867E
(108,134,126)
#5E746C
(94,116,108)
#50625A
(80,98,90)
#425048
(66,80,72)
#343E36
(52,62,54)
#262C24
(38,44,36)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #A4CEC6

#A4CEC6
(164,206,198)
#ACD2CB
(172,210,203)
#B4D6D0
(180,214,208)
#BCDAD5
(188,218,213)
#C4DEDA
(196,222,218)
#CCE2DF
(204,226,223)
#D4E6E4
(212,230,228)
#DCEAE9
(220,234,233)
#E4EEEE
(228,238,238)
#ECF2F3
(236,242,243)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CEC6; }

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

This text font color is #A4CEC6.


Background Color

.myBgColor { background-color: #A4CEC6; }

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

This div background color is #A4CEC6.


Border color

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

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

This div border color is #A4CEC6.


Opacity

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

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

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

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

This text has shadow with #A4CEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CEC6 on black background.


Color preview on white background

This text has color #A4CEC6 on white background.



Black color preview on #A4CEC6 background

This text has black color on #A4CEC6 background.


White color preview on #A4CEC6 background

This text has white color on #A4CEC6 background.