COLOR #A0C2F3

HEX: #A0C2F3
RGB: (160,194,243)

Color info

#A0C2F3 contains mainly green and blue colors. Web safe color of #A0C2F3 is #99CCFF (or #9CF).

RGB color model

#A0C2F3 color RGB value is (160,194,243).

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

RGB channels and saturation

R 160 of 255 = 63%
G 194 of 255 = 76%
B 243 of 255 = 95%

160
194
243

R + G + B ~ 78%. #A0C2F3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 194 + 243 = 597 (100%)
R 160 of 597 ~ 26.8%
G 194 of 597 ~ 32.5%
B 243 of 597 ~ 40.7%

%26.8
%32.5
%40.7

CMYK color model

#A0C2F3 color CMYK value is (34,20,0,5).

  • cyan value is 34.16%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(34,20,0,5)
C34M20Y0K5 
(34%,20%,0%,5%)
(0.34/0.20/0.00/0.05)	

CMYK percentages

%34.16
%20.16
%0
%4.71

Codes

Color #A0C2F3 in popluar color models

A0C2F3
RGB160194243
HSL215°77.57%79.02%
HSB/HSV215°34.16%95.29%
CMYK34.16%20.16%0.00%
4.71%

Color #A0C2F3 in popluar number systems.

HEXA0C2F3
Decimal160194243
Binary101000001100001011110011
Octal240302363

Shades and tints

Shades of #A0C2F3

#A0C2F3
(160,194,243)
#92B1DD
(146,177,221)
#84A0C7
(132,160,199)
#768FB1
(118,143,177)
#687E9B
(104,126,155)
#5A6D85
(90,109,133)
#4C5C6F
(76,92,111)
#3E4B59
(62,75,89)
#303A43
(48,58,67)
#22292D
(34,41,45)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #A0C2F3

#A0C2F3
(160,194,243)
#A8C7F4
(168,199,244)
#B0CCF5
(176,204,245)
#B8D1F6
(184,209,246)
#C0D6F7
(192,214,247)
#C8DBF8
(200,219,248)
#D0E0F9
(208,224,249)
#D8E5FA
(216,229,250)
#E0EAFB
(224,234,251)
#E8EFFC
(232,239,252)
#F0F4FD
(240,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0C2F3; }

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

This text font color is #A0C2F3.


Background Color

.myBgColor { background-color: #A0C2F3; }

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

This div background color is #A0C2F3.


Border color

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

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

This div border color is #A0C2F3.


Opacity

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

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

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

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

This text has shadow with #A0C2F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C2F3 on black background.


Color preview on white background

This text has color #A0C2F3 on white background.



Black color preview on #A0C2F3 background

This text has black color on #A0C2F3 background.


White color preview on #A0C2F3 background

This text has white color on #A0C2F3 background.