COLOR #A4CEBC

HEX: #A4CEBC
RGB: (164,206,188)

Color info

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

RGB color model

#A4CEBC color RGB value is (164,206,188).

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

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 188 of 255 = 74%

164
206
188

R + G + B ~ 73%. #A4CEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 206 + 188 = 558 (100%)
R 164 of 558 ~ 29.39%
G 206 of 558 ~ 36.92%
B 188 of 558 ~ 33.69%

%29.39
%36.92
%33.69

CMYK color model

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

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 19.22%
CMYK:
(20,0,9,19)
C20M0Y9K19 
(20%,0%,9%,19%)
(0.20/0.00/0.09/0.19)	

CMYK percentages

%20.39
%0
%8.74
%19.22

Codes

Color #A4CEBC in popluar color models

A4CEBC
RGB164206188
HSL154°30.00%72.55%
HSB/HSV154°20.39%80.78%
CMYK20.39%0.00%8.74%
19.22%

Color #A4CEBC in popluar number systems.

HEXA4CEBC
Decimal164206188
Binary101001001100111010111100
Octal244316274

Shades and tints

Shades of #A4CEBC

#A4CEBC
(164,206,188)
#96BCAB
(150,188,171)
#88AA9A
(136,170,154)
#7A9889
(122,152,137)
#6C8678
(108,134,120)
#5E7467
(94,116,103)
#506256
(80,98,86)
#425045
(66,80,69)
#343E34
(52,62,52)
#262C23
(38,44,35)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #A4CEBC

#A4CEBC
(164,206,188)
#ACD2C2
(172,210,194)
#B4D6C8
(180,214,200)
#BCDACE
(188,218,206)
#C4DED4
(196,222,212)
#CCE2DA
(204,226,218)
#D4E6E0
(212,230,224)
#DCEAE6
(220,234,230)
#E4EEEC
(228,238,236)
#ECF2F2
(236,242,242)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CEBC; }

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

This text font color is #A4CEBC.


Background Color

.myBgColor { background-color: #A4CEBC; }

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

This div background color is #A4CEBC.


Border color

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

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

This div border color is #A4CEBC.


Opacity

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

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

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

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

This text has shadow with #A4CEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CEBC on black background.


Color preview on white background

This text has color #A4CEBC on white background.



Black color preview on #A4CEBC background

This text has black color on #A4CEBC background.


White color preview on #A4CEBC background

This text has white color on #A4CEBC background.