COLOR #A0DAE3

HEX: #A0DAE3
RGB: (160,218,227)

Color info

#A0DAE3 contains mainly green and blue colors. Web safe color of #A0DAE3 is #99CCCC (or #9CC).

RGB color model

#A0DAE3 color RGB value is (160,218,227).

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

RGB channels and saturation

R 160 of 255 = 63%
G 218 of 255 = 85%
B 227 of 255 = 89%

160
218
227

R + G + B ~ 79%. #A0DAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 218 + 227 = 605 (100%)
R 160 of 605 ~ 26.45%
G 218 of 605 ~ 36.03%
B 227 of 605 ~ 37.52%

%26.45
%36.03
%37.52

CMYK color model

#A0DAE3 color CMYK value is (30,4,0,11).

  • cyan value is 29.52%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(30,4,0,11)
C30M4Y0K11 
(30%,4%,0%,11%)
(0.30/0.04/0.00/0.11)	

CMYK percentages

%29.52
%3.96
%0
%10.98

Codes

Color #A0DAE3 in popluar color models

A0DAE3
RGB160218227
HSL188°54.47%75.88%
HSB/HSV188°29.52%89.02%
CMYK29.52%3.96%0.00%
10.98%

Color #A0DAE3 in popluar number systems.

HEXA0DAE3
Decimal160218227
Binary101000001101101011100011
Octal240332343

Shades and tints

Shades of #A0DAE3

#A0DAE3
(160,218,227)
#92C7CF
(146,199,207)
#84B4BB
(132,180,187)
#76A1A7
(118,161,167)
#688E93
(104,142,147)
#5A7B7F
(90,123,127)
#4C686B
(76,104,107)
#3E5557
(62,85,87)
#304243
(48,66,67)
#222F2F
(34,47,47)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #A0DAE3

#A0DAE3
(160,218,227)
#A8DDE5
(168,221,229)
#B0E0E7
(176,224,231)
#B8E3E9
(184,227,233)
#C0E6EB
(192,230,235)
#C8E9ED
(200,233,237)
#D0ECEF
(208,236,239)
#D8EFF1
(216,239,241)
#E0F2F3
(224,242,243)
#E8F5F5
(232,245,245)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0DAE3; }

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

This text font color is #A0DAE3.


Background Color

.myBgColor { background-color: #A0DAE3; }

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

This div background color is #A0DAE3.


Border color

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

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

This div border color is #A0DAE3.


Opacity

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

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

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

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

This text has shadow with #A0DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0DAE3 on black background.


Color preview on white background

This text has color #A0DAE3 on white background.



Black color preview on #A0DAE3 background

This text has black color on #A0DAE3 background.


White color preview on #A0DAE3 background

This text has white color on #A0DAE3 background.