COLOR #A5C4E0

HEX: #A5C4E0
RGB: (165,196,224)

Color info

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

RGB color model

#A5C4E0 color RGB value is (165,196,224).

  • red value is 165;
  • green value is 196;
  • blue value is 224.
RGB:
(165,196,224)
(65%,77%,88%)

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 224 of 255 = 88%

165
196
224

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

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 224 = 585 (100%)
R 165 of 585 ~ 28.21%
G 196 of 585 ~ 33.5%
B 224 of 585 ~ 38.29%

%28.21
%33.5
%38.29

CMYK color model

#A5C4E0 color CMYK value is (26,13,0,12).

  • cyan value is 26.34%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(26,13,0,12)
C26M13Y0K12 
(26%,13%,0%,12%)
(0.26/0.13/0.00/0.12)	

CMYK percentages

%26.34
%12.5
%0
%12.16

Codes

Color #A5C4E0 in popluar color models

A5C4E0
RGB165196224
HSL208°48.76%76.27%
HSB/HSV208°26.34%87.84%
CMYK26.34%12.50%0.00%
12.16%

Color #A5C4E0 in popluar number systems.

HEXA5C4E0
Decimal165196224
Binary101001011100010011100000
Octal245304340

Shades and tints

Shades of #A5C4E0

#A5C4E0
(165,196,224)
#96B3CC
(150,179,204)
#87A2B8
(135,162,184)
#7891A4
(120,145,164)
#698090
(105,128,144)
#5A6F7C
(90,111,124)
#4B5E68
(75,94,104)
#3C4D54
(60,77,84)
#2D3C40
(45,60,64)
#1E2B2C
(30,43,44)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #A5C4E0

#A5C4E0
(165,196,224)
#ADC9E2
(173,201,226)
#B5CEE4
(181,206,228)
#BDD3E6
(189,211,230)
#C5D8E8
(197,216,232)
#CDDDEA
(205,221,234)
#D5E2EC
(213,226,236)
#DDE7EE
(221,231,238)
#E5ECF0
(229,236,240)
#EDF1F2
(237,241,242)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C4E0 color. Also use rgb(165,196,224) instead hex code.

Text Font Color

.myTextColor { color: #A5C4E0; }

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

This text font color is #A5C4E0.


Background Color

.myBgColor { background-color: #A5C4E0; }

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

This div background color is #A5C4E0.


Border color

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

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

This div border color is #A5C4E0.


Opacity

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

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

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

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

This text has shadow with #A5C4E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C4E0 on black background.


Color preview on white background

This text has color #A5C4E0 on white background.



Black color preview on #A5C4E0 background

This text has black color on #A5C4E0 background.


White color preview on #A5C4E0 background

This text has white color on #A5C4E0 background.