COLOR #A0CDE3

HEX: #A0CDE3
RGB: (160,205,227)

Color info

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

RGB color model

#A0CDE3 color RGB value is (160,205,227).

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

RGB channels and saturation

R 160 of 255 = 63%
G 205 of 255 = 80%
B 227 of 255 = 89%

160
205
227

R + G + B ~ 77%. #A0CDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 205 + 227 = 592 (100%)
R 160 of 592 ~ 27.03%
G 205 of 592 ~ 34.63%
B 227 of 592 ~ 38.34%

%27.03
%34.63
%38.34

CMYK color model

#A0CDE3 color CMYK value is (30,10,0,11).

  • cyan value is 29.52%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(30,10,0,11)
C30M10Y0K11 
(30%,10%,0%,11%)
(0.30/0.10/0.00/0.11)	

CMYK percentages

%29.52
%9.69
%0
%10.98

Codes

Color #A0CDE3 in popluar color models

A0CDE3
RGB160205227
HSL200°54.47%75.88%
HSB/HSV200°29.52%89.02%
CMYK29.52%9.69%0.00%
10.98%

Color #A0CDE3 in popluar number systems.

HEXA0CDE3
Decimal160205227
Binary101000001100110111100011
Octal240315343

Shades and tints

Shades of #A0CDE3

#A0CDE3
(160,205,227)
#92BBCF
(146,187,207)
#84A9BB
(132,169,187)
#7697A7
(118,151,167)
#688593
(104,133,147)
#5A737F
(90,115,127)
#4C616B
(76,97,107)
#3E4F57
(62,79,87)
#303D43
(48,61,67)
#222B2F
(34,43,47)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #A0CDE3

#A0CDE3
(160,205,227)
#A8D1E5
(168,209,229)
#B0D5E7
(176,213,231)
#B8D9E9
(184,217,233)
#C0DDEB
(192,221,235)
#C8E1ED
(200,225,237)
#D0E5EF
(208,229,239)
#D8E9F1
(216,233,241)
#E0EDF3
(224,237,243)
#E8F1F5
(232,241,245)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0CDE3; }

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

This text font color is #A0CDE3.


Background Color

.myBgColor { background-color: #A0CDE3; }

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

This div background color is #A0CDE3.


Border color

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

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

This div border color is #A0CDE3.


Opacity

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

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

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

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

This text has shadow with #A0CDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0CDE3 on black background.


Color preview on white background

This text has color #A0CDE3 on white background.



Black color preview on #A0CDE3 background

This text has black color on #A0CDE3 background.


White color preview on #A0CDE3 background

This text has white color on #A0CDE3 background.