COLOR #A5CCE7

HEX: #A5CCE7
RGB: (165,204,231)

Color info

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

RGB color model

#A5CCE7 color RGB value is (165,204,231).

  • red value is 165;
  • green value is 204;
  • blue value is 231.
RGB:
(165,204,231)
(65%,80%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 204 of 255 = 80%
B 231 of 255 = 91%

165
204
231

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

Portions of RGB colors in percentages

R + G + B =
165 + 204 + 231 = 600 (100%)
R 165 of 600 ~ 27.5%
G 204 of 600 ~ 34%
B 231 of 600 ~ 38.5%

%27.5
%34
%38.5

CMYK color model

#A5CCE7 color CMYK value is (29,12,0,9).

  • cyan value is 28.57%
  • magenta value is 11.69%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(29,12,0,9)
C29M12Y0K9 
(29%,12%,0%,9%)
(0.29/0.12/0.00/0.09)	

CMYK percentages

%28.57
%11.69
%0
%9.41

Codes

Color #A5CCE7 in popluar color models

A5CCE7
RGB165204231
HSL205°57.89%77.65%
HSB/HSV205°28.57%90.59%
CMYK28.57%11.69%0.00%
9.41%

Color #A5CCE7 in popluar number systems.

HEXA5CCE7
Decimal165204231
Binary101001011100110011100111
Octal245314347

Shades and tints

Shades of #A5CCE7

#A5CCE7
(165,204,231)
#96BAD2
(150,186,210)
#87A8BD
(135,168,189)
#7896A8
(120,150,168)
#698493
(105,132,147)
#5A727E
(90,114,126)
#4B6069
(75,96,105)
#3C4E54
(60,78,84)
#2D3C3F
(45,60,63)
#1E2A2A
(30,42,42)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #A5CCE7

#A5CCE7
(165,204,231)
#ADD0E9
(173,208,233)
#B5D4EB
(181,212,235)
#BDD8ED
(189,216,237)
#C5DCEF
(197,220,239)
#CDE0F1
(205,224,241)
#D5E4F3
(213,228,243)
#DDE8F5
(221,232,245)
#E5ECF7
(229,236,247)
#EDF0F9
(237,240,249)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CCE7 color. Also use rgb(165,204,231) instead hex code.

Text Font Color

.myTextColor { color: #A5CCE7; }

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

This text font color is #A5CCE7.


Background Color

.myBgColor { background-color: #A5CCE7; }

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

This div background color is #A5CCE7.


Border color

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

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

This div border color is #A5CCE7.


Opacity

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

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

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

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

This text has shadow with #A5CCE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5CCE7 on black background.


Color preview on white background

This text has color #A5CCE7 on white background.



Black color preview on #A5CCE7 background

This text has black color on #A5CCE7 background.


White color preview on #A5CCE7 background

This text has white color on #A5CCE7 background.