COLOR #A5C4E4

HEX: #A5C4E4
RGB: (165,196,228)

Color info

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

RGB color model

#A5C4E4 color RGB value is (165,196,228).

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

RGB channels and saturation

R 165 of 255 = 65%
G 196 of 255 = 77%
B 228 of 255 = 89%

165
196
228

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

Portions of RGB colors in percentages

R + G + B =
165 + 196 + 228 = 589 (100%)
R 165 of 589 ~ 28.01%
G 196 of 589 ~ 33.28%
B 228 of 589 ~ 38.71%

%28.01
%33.28
%38.71

CMYK color model

#A5C4E4 color CMYK value is (28,14,0,11).

  • cyan value is 27.63%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(28,14,0,11)
C28M14Y0K11 
(28%,14%,0%,11%)
(0.28/0.14/0.00/0.11)	

CMYK percentages

%27.63
%14.04
%0
%10.59

Codes

Color #A5C4E4 in popluar color models

A5C4E4
RGB165196228
HSL210°53.85%77.06%
HSB/HSV210°27.63%89.41%
CMYK27.63%14.04%0.00%
10.59%

Color #A5C4E4 in popluar number systems.

HEXA5C4E4
Decimal165196228
Binary101001011100010011100100
Octal245304344

Shades and tints

Shades of #A5C4E4

#A5C4E4
(165,196,228)
#96B3D0
(150,179,208)
#87A2BC
(135,162,188)
#7891A8
(120,145,168)
#698094
(105,128,148)
#5A6F80
(90,111,128)
#4B5E6C
(75,94,108)
#3C4D58
(60,77,88)
#2D3C44
(45,60,68)
#1E2B30
(30,43,48)
#0F1A1C
(15,26,28)
#000000
(0,0,0)

Tints of #A5C4E4

#A5C4E4
(165,196,228)
#ADC9E6
(173,201,230)
#B5CEE8
(181,206,232)
#BDD3EA
(189,211,234)
#C5D8EC
(197,216,236)
#CDDDEE
(205,221,238)
#D5E2F0
(213,226,240)
#DDE7F2
(221,231,242)
#E5ECF4
(229,236,244)
#EDF1F6
(237,241,246)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C4E4; }

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

This text font color is #A5C4E4.


Background Color

.myBgColor { background-color: #A5C4E4; }

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

This div background color is #A5C4E4.


Border color

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

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

This div border color is #A5C4E4.


Opacity

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

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

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

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

This text has shadow with #A5C4E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C4E4 on black background.


Color preview on white background

This text has color #A5C4E4 on white background.



Black color preview on #A5C4E4 background

This text has black color on #A5C4E4 background.


White color preview on #A5C4E4 background

This text has white color on #A5C4E4 background.