COLOR #A0CADA

HEX: #A0CADA
RGB: (160,202,218)

Color info

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

RGB color model

#A0CADA color RGB value is (160,202,218).

  • red value is 160;
  • green value is 202;
  • blue value is 218.
RGB:
(160,202,218)
(63%,79%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 202 of 255 = 79%
B 218 of 255 = 85%

160
202
218

R + G + B ~ 76%. #A0CADA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 202 + 218 = 580 (100%)
R 160 of 580 ~ 27.59%
G 202 of 580 ~ 34.83%
B 218 of 580 ~ 37.59%

%27.59
%34.83
%37.59

CMYK color model

#A0CADA color CMYK value is (27,7,0,15).

  • cyan value is 26.61%
  • magenta value is 7.34%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(27,7,0,15)
C27M7Y0K15 
(27%,7%,0%,15%)
(0.27/0.07/0.00/0.15)	

CMYK percentages

%26.61
%7.34
%0
%14.51

Codes

Color #A0CADA in popluar color models

A0CADA
RGB160202218
HSL197°43.94%74.12%
HSB/HSV197°26.61%85.49%
CMYK26.61%7.34%0.00%
14.51%

Color #A0CADA in popluar number systems.

HEXA0CADA
Decimal160202218
Binary101000001100101011011010
Octal240312332

Shades and tints

Shades of #A0CADA

#A0CADA
(160,202,218)
#92B8C7
(146,184,199)
#84A6B4
(132,166,180)
#7694A1
(118,148,161)
#68828E
(104,130,142)
#5A707B
(90,112,123)
#4C5E68
(76,94,104)
#3E4C55
(62,76,85)
#303A42
(48,58,66)
#22282F
(34,40,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #A0CADA

#A0CADA
(160,202,218)
#A8CEDD
(168,206,221)
#B0D2E0
(176,210,224)
#B8D6E3
(184,214,227)
#C0DAE6
(192,218,230)
#C8DEE9
(200,222,233)
#D0E2EC
(208,226,236)
#D8E6EF
(216,230,239)
#E0EAF2
(224,234,242)
#E8EEF5
(232,238,245)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0CADA color. Also use rgb(160,202,218) instead hex code.

Text Font Color

.myTextColor { color: #A0CADA; }

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

This text font color is #A0CADA.


Background Color

.myBgColor { background-color: #A0CADA; }

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

This div background color is #A0CADA.


Border color

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

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

This div border color is #A0CADA.


Opacity

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

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

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

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

This text has shadow with #A0CADA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CADA on black background.


Color preview on white background

This text has color #A0CADA on white background.



Black color preview on #A0CADA background

This text has black color on #A0CADA background.


White color preview on #A0CADA background

This text has white color on #A0CADA background.