COLOR #A0CCC2

HEX: #A0CCC2
RGB: (160,204,194)

Color info

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

RGB color model

#A0CCC2 color RGB value is (160,204,194).

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

RGB channels and saturation

R 160 of 255 = 63%
G 204 of 255 = 80%
B 194 of 255 = 76%

160
204
194

R + G + B ~ 73%. #A0CCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 204 + 194 = 558 (100%)
R 160 of 558 ~ 28.67%
G 204 of 558 ~ 36.56%
B 194 of 558 ~ 34.77%

%28.67
%36.56
%34.77

CMYK color model

#A0CCC2 color CMYK value is (22,0,5,20).

  • cyan value is 21.57%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 20.00%
CMYK:
(22,0,5,20)
C22M0Y5K20 
(22%,0%,5%,20%)
(0.22/0.00/0.05/0.20)	

CMYK percentages

%21.57
%0
%4.9
%20

Codes

Color #A0CCC2 in popluar color models

A0CCC2
RGB160204194
HSL166°30.14%71.37%
HSB/HSV166°21.57%80.00%
CMYK21.57%0.00%4.90%
20.00%

Color #A0CCC2 in popluar number systems.

HEXA0CCC2
Decimal160204194
Binary101000001100110011000010
Octal240314302

Shades and tints

Shades of #A0CCC2

#A0CCC2
(160,204,194)
#92BAB1
(146,186,177)
#84A8A0
(132,168,160)
#76968F
(118,150,143)
#68847E
(104,132,126)
#5A726D
(90,114,109)
#4C605C
(76,96,92)
#3E4E4B
(62,78,75)
#303C3A
(48,60,58)
#222A29
(34,42,41)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #A0CCC2

#A0CCC2
(160,204,194)
#A8D0C7
(168,208,199)
#B0D4CC
(176,212,204)
#B8D8D1
(184,216,209)
#C0DCD6
(192,220,214)
#C8E0DB
(200,224,219)
#D0E4E0
(208,228,224)
#D8E8E5
(216,232,229)
#E0ECEA
(224,236,234)
#E8F0EF
(232,240,239)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CCC2; }

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

This text font color is #A0CCC2.


Background Color

.myBgColor { background-color: #A0CCC2; }

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

This div background color is #A0CCC2.


Border color

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

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

This div border color is #A0CCC2.


Opacity

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

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

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

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

This text has shadow with #A0CCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CCC2 on black background.


Color preview on white background

This text has color #A0CCC2 on white background.



Black color preview on #A0CCC2 background

This text has black color on #A0CCC2 background.


White color preview on #A0CCC2 background

This text has white color on #A0CCC2 background.