COLOR #A0CCD2

HEX: #A0CCD2
RGB: (160,204,210)

Color info

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

RGB color model

#A0CCD2 color RGB value is (160,204,210).

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

RGB channels and saturation

R 160 of 255 = 63%
G 204 of 255 = 80%
B 210 of 255 = 82%

160
204
210

R + G + B ~ 75%. #A0CCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 204 + 210 = 574 (100%)
R 160 of 574 ~ 27.87%
G 204 of 574 ~ 35.54%
B 210 of 574 ~ 36.59%

%27.87
%35.54
%36.59

CMYK color model

#A0CCD2 color CMYK value is (24,3,0,18).

  • cyan value is 23.81%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(24,3,0,18)
C24M3Y0K18 
(24%,3%,0%,18%)
(0.24/0.03/0.00/0.18)	

CMYK percentages

%23.81
%2.86
%0
%17.65

Codes

Color #A0CCD2 in popluar color models

A0CCD2
RGB160204210
HSL187°35.71%72.55%
HSB/HSV187°23.81%82.35%
CMYK23.81%2.86%0.00%
17.65%

Color #A0CCD2 in popluar number systems.

HEXA0CCD2
Decimal160204210
Binary101000001100110011010010
Octal240314322

Shades and tints

Shades of #A0CCD2

#A0CCD2
(160,204,210)
#92BABF
(146,186,191)
#84A8AC
(132,168,172)
#769699
(118,150,153)
#688486
(104,132,134)
#5A7273
(90,114,115)
#4C6060
(76,96,96)
#3E4E4D
(62,78,77)
#303C3A
(48,60,58)
#222A27
(34,42,39)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #A0CCD2

#A0CCD2
(160,204,210)
#A8D0D6
(168,208,214)
#B0D4DA
(176,212,218)
#B8D8DE
(184,216,222)
#C0DCE2
(192,220,226)
#C8E0E6
(200,224,230)
#D0E4EA
(208,228,234)
#D8E8EE
(216,232,238)
#E0ECF2
(224,236,242)
#E8F0F6
(232,240,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CCD2; }

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

This text font color is #A0CCD2.


Background Color

.myBgColor { background-color: #A0CCD2; }

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

This div background color is #A0CCD2.


Border color

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

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

This div border color is #A0CCD2.


Opacity

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

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

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

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

This text has shadow with #A0CCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CCD2 on black background.


Color preview on white background

This text has color #A0CCD2 on white background.



Black color preview on #A0CCD2 background

This text has black color on #A0CCD2 background.


White color preview on #A0CCD2 background

This text has white color on #A0CCD2 background.