COLOR #A0C7EB

HEX: #A0C7EB
RGB: (160,199,235)

Color info

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

RGB color model

#A0C7EB color RGB value is (160,199,235).

  • red value is 160;
  • green value is 199;
  • blue value is 235.
RGB:
(160,199,235)
(63%,78%,92%)

RGB channels and saturation

R 160 of 255 = 63%
G 199 of 255 = 78%
B 235 of 255 = 92%

160
199
235

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

Portions of RGB colors in percentages

R + G + B =
160 + 199 + 235 = 594 (100%)
R 160 of 594 ~ 26.94%
G 199 of 594 ~ 33.5%
B 235 of 594 ~ 39.56%

%26.94
%33.5
%39.56

CMYK color model

#A0C7EB color CMYK value is (32,15,0,8).

  • cyan value is 31.91%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(32,15,0,8)
C32M15Y0K8 
(32%,15%,0%,8%)
(0.32/0.15/0.00/0.08)	

CMYK percentages

%31.91
%15.32
%0
%7.84

Codes

Color #A0C7EB in popluar color models

A0C7EB
RGB160199235
HSL209°65.22%77.45%
HSB/HSV209°31.91%92.16%
CMYK31.91%15.32%0.00%
7.84%

Color #A0C7EB in popluar number systems.

HEXA0C7EB
Decimal160199235
Binary101000001100011111101011
Octal240307353

Shades and tints

Shades of #A0C7EB

#A0C7EB
(160,199,235)
#92B5D6
(146,181,214)
#84A3C1
(132,163,193)
#7691AC
(118,145,172)
#687F97
(104,127,151)
#5A6D82
(90,109,130)
#4C5B6D
(76,91,109)
#3E4958
(62,73,88)
#303743
(48,55,67)
#22252E
(34,37,46)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #A0C7EB

#A0C7EB
(160,199,235)
#A8CCEC
(168,204,236)
#B0D1ED
(176,209,237)
#B8D6EE
(184,214,238)
#C0DBEF
(192,219,239)
#C8E0F0
(200,224,240)
#D0E5F1
(208,229,241)
#D8EAF2
(216,234,242)
#E0EFF3
(224,239,243)
#E8F4F4
(232,244,244)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0C7EB color. Also use rgb(160,199,235) instead hex code.

Text Font Color

.myTextColor { color: #A0C7EB; }

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

This text font color is #A0C7EB.


Background Color

.myBgColor { background-color: #A0C7EB; }

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

This div background color is #A0C7EB.


Border color

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

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

This div border color is #A0C7EB.


Opacity

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

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

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

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

This text has shadow with #A0C7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0C7EB on black background.


Color preview on white background

This text has color #A0C7EB on white background.



Black color preview on #A0C7EB background

This text has black color on #A0C7EB background.


White color preview on #A0C7EB background

This text has white color on #A0C7EB background.