COLOR #A5DEF3

HEX: #A5DEF3
RGB: (165,222,243)

Color info

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

RGB color model

#A5DEF3 color RGB value is (165,222,243).

  • red value is 165;
  • green value is 222;
  • blue value is 243.
RGB:
(165,222,243)
(65%,87%,95%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 243 of 255 = 95%

165
222
243

R + G + B ~ 82%. #A5DEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 222 + 243 = 630 (100%)
R 165 of 630 ~ 26.19%
G 222 of 630 ~ 35.24%
B 243 of 630 ~ 38.57%

%26.19
%35.24
%38.57

CMYK color model

#A5DEF3 color CMYK value is (32,9,0,5).

  • cyan value is 32.10%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(32,9,0,5)
C32M9Y0K5 
(32%,9%,0%,5%)
(0.32/0.09/0.00/0.05)	

CMYK percentages

%32.1
%8.64
%0
%4.71

Codes

Color #A5DEF3 in popluar color models

A5DEF3
RGB165222243
HSL196°76.47%80.00%
HSB/HSV196°32.10%95.29%
CMYK32.10%8.64%0.00%
4.71%

Color #A5DEF3 in popluar number systems.

HEXA5DEF3
Decimal165222243
Binary101001011101111011110011
Octal245336363

Shades and tints

Shades of #A5DEF3

#A5DEF3
(165,222,243)
#96CADD
(150,202,221)
#87B6C7
(135,182,199)
#78A2B1
(120,162,177)
#698E9B
(105,142,155)
#5A7A85
(90,122,133)
#4B666F
(75,102,111)
#3C5259
(60,82,89)
#2D3E43
(45,62,67)
#1E2A2D
(30,42,45)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #A5DEF3

#A5DEF3
(165,222,243)
#ADE1F4
(173,225,244)
#B5E4F5
(181,228,245)
#BDE7F6
(189,231,246)
#C5EAF7
(197,234,247)
#CDEDF8
(205,237,248)
#D5F0F9
(213,240,249)
#DDF3FA
(221,243,250)
#E5F6FB
(229,246,251)
#EDF9FC
(237,249,252)
#F5FCFD
(245,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DEF3 color. Also use rgb(165,222,243) instead hex code.

Text Font Color

.myTextColor { color: #A5DEF3; }

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

This text font color is #A5DEF3.


Background Color

.myBgColor { background-color: #A5DEF3; }

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

This div background color is #A5DEF3.


Border color

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

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

This div border color is #A5DEF3.


Opacity

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

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

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

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

This text has shadow with #A5DEF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DEF3 on black background.


Color preview on white background

This text has color #A5DEF3 on white background.



Black color preview on #A5DEF3 background

This text has black color on #A5DEF3 background.


White color preview on #A5DEF3 background

This text has white color on #A5DEF3 background.