COLOR #A0CBA4

HEX: #A0CBA4
RGB: (160,203,164)

Color info

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

RGB color model

#A0CBA4 color RGB value is (160,203,164).

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

RGB channels and saturation

R 160 of 255 = 63%
G 203 of 255 = 80%
B 164 of 255 = 64%

160
203
164

R + G + B ~ 69%. #A0CBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 203 + 164 = 527 (100%)
R 160 of 527 ~ 30.36%
G 203 of 527 ~ 38.52%
B 164 of 527 ~ 31.12%

%30.36
%38.52
%31.12

CMYK color model

#A0CBA4 color CMYK value is (21,0,19,20).

  • cyan value is 21.18%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 20.39%
CMYK:
(21,0,19,20)
C21M0Y19K20 
(21%,0%,19%,20%)
(0.21/0.00/0.19/0.20)	

CMYK percentages

%21.18
%0
%19.21
%20.39

Codes

Color #A0CBA4 in popluar color models

A0CBA4
RGB160203164
HSL126°29.25%71.18%
HSB/HSV126°21.18%79.61%
CMYK21.18%0.00%19.21%
20.39%

Color #A0CBA4 in popluar number systems.

HEXA0CBA4
Decimal160203164
Binary101000001100101110100100
Octal240313244

Shades and tints

Shades of #A0CBA4

#A0CBA4
(160,203,164)
#92B996
(146,185,150)
#84A788
(132,167,136)
#76957A
(118,149,122)
#68836C
(104,131,108)
#5A715E
(90,113,94)
#4C5F50
(76,95,80)
#3E4D42
(62,77,66)
#303B34
(48,59,52)
#222926
(34,41,38)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #A0CBA4

#A0CBA4
(160,203,164)
#A8CFAC
(168,207,172)
#B0D3B4
(176,211,180)
#B8D7BC
(184,215,188)
#C0DBC4
(192,219,196)
#C8DFCC
(200,223,204)
#D0E3D4
(208,227,212)
#D8E7DC
(216,231,220)
#E0EBE4
(224,235,228)
#E8EFEC
(232,239,236)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CBA4; }

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

This text font color is #A0CBA4.


Background Color

.myBgColor { background-color: #A0CBA4; }

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

This div background color is #A0CBA4.


Border color

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

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

This div border color is #A0CBA4.


Opacity

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

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

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

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

This text has shadow with #A0CBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CBA4 on black background.


Color preview on white background

This text has color #A0CBA4 on white background.



Black color preview on #A0CBA4 background

This text has black color on #A0CBA4 background.


White color preview on #A0CBA4 background

This text has white color on #A0CBA4 background.