COLOR #A4CABA

HEX: #A4CABA
RGB: (164,202,186)

Color info

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

RGB color model

#A4CABA color RGB value is (164,202,186).

  • red value is 164;
  • green value is 202;
  • blue value is 186.
RGB:
(164,202,186)
(64%,79%,73%)

RGB channels and saturation

R 164 of 255 = 64%
G 202 of 255 = 79%
B 186 of 255 = 73%

164
202
186

R + G + B ~ 72%. #A4CABA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 202 + 186 = 552 (100%)
R 164 of 552 ~ 29.71%
G 202 of 552 ~ 36.59%
B 186 of 552 ~ 33.7%

%29.71
%36.59
%33.7

CMYK color model

#A4CABA color CMYK value is (19,0,8,21).

  • cyan value is 18.81%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 20.78%
CMYK:
(19,0,8,21)
C19M0Y8K21 
(19%,0%,8%,21%)
(0.19/0.00/0.08/0.21)	

CMYK percentages

%18.81
%0
%7.92
%20.78

Codes

Color #A4CABA in popluar color models

A4CABA
RGB164202186
HSL155°26.39%71.76%
HSB/HSV155°18.81%79.22%
CMYK18.81%0.00%7.92%
20.78%

Color #A4CABA in popluar number systems.

HEXA4CABA
Decimal164202186
Binary101001001100101010111010
Octal244312272

Shades and tints

Shades of #A4CABA

#A4CABA
(164,202,186)
#96B8AA
(150,184,170)
#88A69A
(136,166,154)
#7A948A
(122,148,138)
#6C827A
(108,130,122)
#5E706A
(94,112,106)
#505E5A
(80,94,90)
#424C4A
(66,76,74)
#343A3A
(52,58,58)
#26282A
(38,40,42)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #A4CABA

#A4CABA
(164,202,186)
#ACCEC0
(172,206,192)
#B4D2C6
(180,210,198)
#BCD6CC
(188,214,204)
#C4DAD2
(196,218,210)
#CCDED8
(204,222,216)
#D4E2DE
(212,226,222)
#DCE6E4
(220,230,228)
#E4EAEA
(228,234,234)
#ECEEF0
(236,238,240)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CABA color. Also use rgb(164,202,186) instead hex code.

Text Font Color

.myTextColor { color: #A4CABA; }

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

This text font color is #A4CABA.


Background Color

.myBgColor { background-color: #A4CABA; }

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

This div background color is #A4CABA.


Border color

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

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

This div border color is #A4CABA.


Opacity

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

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

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

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

This text has shadow with #A4CABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CABA on black background.


Color preview on white background

This text has color #A4CABA on white background.



Black color preview on #A4CABA background

This text has black color on #A4CABA background.


White color preview on #A4CABA background

This text has white color on #A4CABA background.