COLOR #A4CBAE

HEX: #A4CBAE
RGB: (164,203,174)

Color info

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

RGB color model

#A4CBAE color RGB value is (164,203,174).

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

RGB channels and saturation

R 164 of 255 = 64%
G 203 of 255 = 80%
B 174 of 255 = 68%

164
203
174

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

Portions of RGB colors in percentages

R + G + B =
164 + 203 + 174 = 541 (100%)
R 164 of 541 ~ 30.31%
G 203 of 541 ~ 37.52%
B 174 of 541 ~ 32.16%

%30.31
%37.52
%32.16

CMYK color model

#A4CBAE color CMYK value is (19,0,14,20).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 20.39%
CMYK:
(19,0,14,20)
C19M0Y14K20 
(19%,0%,14%,20%)
(0.19/0.00/0.14/0.20)	

CMYK percentages

%19.21
%0
%14.29
%20.39

Codes

Color #A4CBAE in popluar color models

A4CBAE
RGB164203174
HSL135°27.27%71.96%
HSB/HSV135°19.21%79.61%
CMYK19.21%0.00%14.29%
20.39%

Color #A4CBAE in popluar number systems.

HEXA4CBAE
Decimal164203174
Binary101001001100101110101110
Octal244313256

Shades and tints

Shades of #A4CBAE

#A4CBAE
(164,203,174)
#96B99F
(150,185,159)
#88A790
(136,167,144)
#7A9581
(122,149,129)
#6C8372
(108,131,114)
#5E7163
(94,113,99)
#505F54
(80,95,84)
#424D45
(66,77,69)
#343B36
(52,59,54)
#262927
(38,41,39)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #A4CBAE

#A4CBAE
(164,203,174)
#ACCFB5
(172,207,181)
#B4D3BC
(180,211,188)
#BCD7C3
(188,215,195)
#C4DBCA
(196,219,202)
#CCDFD1
(204,223,209)
#D4E3D8
(212,227,216)
#DCE7DF
(220,231,223)
#E4EBE6
(228,235,230)
#ECEFED
(236,239,237)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4CBAE; }

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

This text font color is #A4CBAE.


Background Color

.myBgColor { background-color: #A4CBAE; }

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

This div background color is #A4CBAE.


Border color

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

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

This div border color is #A4CBAE.


Opacity

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

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

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

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

This text has shadow with #A4CBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4CBAE on black background.


Color preview on white background

This text has color #A4CBAE on white background.



Black color preview on #A4CBAE background

This text has black color on #A4CBAE background.


White color preview on #A4CBAE background

This text has white color on #A4CBAE background.