COLOR #A5C0EE

HEX: #A5C0EE
RGB: (165,192,238)

Color info

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

RGB color model

#A5C0EE color RGB value is (165,192,238).

  • red value is 165;
  • green value is 192;
  • blue value is 238.
RGB:
(165,192,238)
(65%,75%,93%)

RGB channels and saturation

R 165 of 255 = 65%
G 192 of 255 = 75%
B 238 of 255 = 93%

165
192
238

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

Portions of RGB colors in percentages

R + G + B =
165 + 192 + 238 = 595 (100%)
R 165 of 595 ~ 27.73%
G 192 of 595 ~ 32.27%
B 238 of 595 ~ 40%

%27.73
%32.27
%40

CMYK color model

#A5C0EE color CMYK value is (31,19,0,7).

  • cyan value is 30.67%
  • magenta value is 19.33%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(31,19,0,7)
C31M19Y0K7 
(31%,19%,0%,7%)
(0.31/0.19/0.00/0.07)	

CMYK percentages

%30.67
%19.33
%0
%6.67

Codes

Color #A5C0EE in popluar color models

A5C0EE
RGB165192238
HSL218°68.22%79.02%
HSB/HSV218°30.67%93.33%
CMYK30.67%19.33%0.00%
6.67%

Color #A5C0EE in popluar number systems.

HEXA5C0EE
Decimal165192238
Binary101001011100000011101110
Octal245300356

Shades and tints

Shades of #A5C0EE

#A5C0EE
(165,192,238)
#96AFD9
(150,175,217)
#879EC4
(135,158,196)
#788DAF
(120,141,175)
#697C9A
(105,124,154)
#5A6B85
(90,107,133)
#4B5A70
(75,90,112)
#3C495B
(60,73,91)
#2D3846
(45,56,70)
#1E2731
(30,39,49)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #A5C0EE

#A5C0EE
(165,192,238)
#ADC5EF
(173,197,239)
#B5CAF0
(181,202,240)
#BDCFF1
(189,207,241)
#C5D4F2
(197,212,242)
#CDD9F3
(205,217,243)
#D5DEF4
(213,222,244)
#DDE3F5
(221,227,245)
#E5E8F6
(229,232,246)
#EDEDF7
(237,237,247)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C0EE color. Also use rgb(165,192,238) instead hex code.

Text Font Color

.myTextColor { color: #A5C0EE; }

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

This text font color is #A5C0EE.


Background Color

.myBgColor { background-color: #A5C0EE; }

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

This div background color is #A5C0EE.


Border color

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

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

This div border color is #A5C0EE.


Opacity

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

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

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

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

This text has shadow with #A5C0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C0EE on black background.


Color preview on white background

This text has color #A5C0EE on white background.



Black color preview on #A5C0EE background

This text has black color on #A5C0EE background.


White color preview on #A5C0EE background

This text has white color on #A5C0EE background.