COLOR #A0CCB4

HEX: #A0CCB4
RGB: (160,204,180)

Color info

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

RGB color model

#A0CCB4 color RGB value is (160,204,180).

  • red value is 160;
  • green value is 204;
  • blue value is 180.
RGB:
(160,204,180)
(63%,80%,71%)

RGB channels and saturation

R 160 of 255 = 63%
G 204 of 255 = 80%
B 180 of 255 = 71%

160
204
180

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

Portions of RGB colors in percentages

R + G + B =
160 + 204 + 180 = 544 (100%)
R 160 of 544 ~ 29.41%
G 204 of 544 ~ 37.5%
B 180 of 544 ~ 33.09%

%29.41
%37.5
%33.09

CMYK color model

#A0CCB4 color CMYK value is (22,0,12,20).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(22,0,12,20)
C22M0Y12K20 
(22%,0%,12%,20%)
(0.22/0.00/0.12/0.20)	

CMYK percentages

%21.57
%0
%11.76
%20

Codes

Color #A0CCB4 in popluar color models

A0CCB4
RGB160204180
HSL147°30.14%71.37%
HSB/HSV147°21.57%80.00%
CMYK21.57%0.00%11.76%
20.00%

Color #A0CCB4 in popluar number systems.

HEXA0CCB4
Decimal160204180
Binary101000001100110010110100
Octal240314264

Shades and tints

Shades of #A0CCB4

#A0CCB4
(160,204,180)
#92BAA4
(146,186,164)
#84A894
(132,168,148)
#769684
(118,150,132)
#688474
(104,132,116)
#5A7264
(90,114,100)
#4C6054
(76,96,84)
#3E4E44
(62,78,68)
#303C34
(48,60,52)
#222A24
(34,42,36)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #A0CCB4

#A0CCB4
(160,204,180)
#A8D0BA
(168,208,186)
#B0D4C0
(176,212,192)
#B8D8C6
(184,216,198)
#C0DCCC
(192,220,204)
#C8E0D2
(200,224,210)
#D0E4D8
(208,228,216)
#D8E8DE
(216,232,222)
#E0ECE4
(224,236,228)
#E8F0EA
(232,240,234)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CCB4 color. Also use rgb(160,204,180) instead hex code.

Text Font Color

.myTextColor { color: #A0CCB4; }

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

This text font color is #A0CCB4.


Background Color

.myBgColor { background-color: #A0CCB4; }

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

This div background color is #A0CCB4.


Border color

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

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

This div border color is #A0CCB4.


Opacity

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

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

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

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

This text has shadow with #A0CCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CCB4 on black background.


Color preview on white background

This text has color #A0CCB4 on white background.



Black color preview on #A0CCB4 background

This text has black color on #A0CCB4 background.


White color preview on #A0CCB4 background

This text has white color on #A0CCB4 background.