COLOR #A4CBAC

HEX: #A4CBAC
RGB: (164,203,172)

Color info

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

RGB color model

#A4CBAC color RGB value is (164,203,172).

  • red value is 164;
  • green value is 203;
  • blue value is 172.
RGB:
(164,203,172)
(64%,80%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 172 of 255 = 67%

164
203
172

R + G + B ~ 70%. #A4CBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 172 = 539 (100%)
R 164 of 539 ~ 30.43%
G 203 of 539 ~ 37.66%
B 172 of 539 ~ 31.91%

%30.43
%37.66
%31.91

CMYK color model

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

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

CMYK percentages

%19.21
%0
%15.27
%20.39

Codes

Color #A4CBAC in popluar color models

A4CBAC
RGB164203172
HSL132°27.27%71.96%
HSB/HSV132°19.21%79.61%
CMYK19.21%0.00%15.27%
20.39%

Color #A4CBAC in popluar number systems.

HEXA4CBAC
Decimal164203172
Binary101001001100101110101100
Octal244313254

Shades and tints

Shades of #A4CBAC

#A4CBAC
(164,203,172)
#96B99D
(150,185,157)
#88A78E
(136,167,142)
#7A957F
(122,149,127)
#6C8370
(108,131,112)
#5E7161
(94,113,97)
#505F52
(80,95,82)
#424D43
(66,77,67)
#343B34
(52,59,52)
#262925
(38,41,37)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4CBAC

#A4CBAC
(164,203,172)
#ACCFB3
(172,207,179)
#B4D3BA
(180,211,186)
#BCD7C1
(188,215,193)
#C4DBC8
(196,219,200)
#CCDFCF
(204,223,207)
#D4E3D6
(212,227,214)
#DCE7DD
(220,231,221)
#E4EBE4
(228,235,228)
#ECEFEB
(236,239,235)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CBAC color. Also use rgb(164,203,172) instead hex code.

Text Font Color

.myTextColor { color: #A4CBAC; }

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

This text font color is #A4CBAC.


Background Color

.myBgColor { background-color: #A4CBAC; }

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

This div background color is #A4CBAC.


Border color

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

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

This div border color is #A4CBAC.


Opacity

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

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

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

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

This text has shadow with #A4CBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CBAC on black background.


Color preview on white background

This text has color #A4CBAC on white background.



Black color preview on #A4CBAC background

This text has black color on #A4CBAC background.


White color preview on #A4CBAC background

This text has white color on #A4CBAC background.