COLOR #A5DEEB

HEX: #A5DEEB
RGB: (165,222,235)

Color info

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

RGB color model

#A5DEEB color RGB value is (165,222,235).

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

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 235 of 255 = 92%

165
222
235

R + G + B ~ 81%. #A5DEEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 222 + 235 = 622 (100%)
R 165 of 622 ~ 26.53%
G 222 of 622 ~ 35.69%
B 235 of 622 ~ 37.78%

%26.53
%35.69
%37.78

CMYK color model

#A5DEEB color CMYK value is (30,6,0,8).

  • cyan value is 29.79%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(30,6,0,8)
C30M6Y0K8 
(30%,6%,0%,8%)
(0.30/0.06/0.00/0.08)	

CMYK percentages

%29.79
%5.53
%0
%7.84

Codes

Color #A5DEEB in popluar color models

A5DEEB
RGB165222235
HSL191°63.64%78.43%
HSB/HSV191°29.79%92.16%
CMYK29.79%5.53%0.00%
7.84%

Color #A5DEEB in popluar number systems.

HEXA5DEEB
Decimal165222235
Binary101001011101111011101011
Octal245336353

Shades and tints

Shades of #A5DEEB

#A5DEEB
(165,222,235)
#96CAD6
(150,202,214)
#87B6C1
(135,182,193)
#78A2AC
(120,162,172)
#698E97
(105,142,151)
#5A7A82
(90,122,130)
#4B666D
(75,102,109)
#3C5258
(60,82,88)
#2D3E43
(45,62,67)
#1E2A2E
(30,42,46)
#0F1619
(15,22,25)
#000000
(0,0,0)

Tints of #A5DEEB

#A5DEEB
(165,222,235)
#ADE1EC
(173,225,236)
#B5E4ED
(181,228,237)
#BDE7EE
(189,231,238)
#C5EAEF
(197,234,239)
#CDEDF0
(205,237,240)
#D5F0F1
(213,240,241)
#DDF3F2
(221,243,242)
#E5F6F3
(229,246,243)
#EDF9F4
(237,249,244)
#F5FCF5
(245,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DEEB; }

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

This text font color is #A5DEEB.


Background Color

.myBgColor { background-color: #A5DEEB; }

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

This div background color is #A5DEEB.


Border color

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

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

This div border color is #A5DEEB.


Opacity

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

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

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

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

This text has shadow with #A5DEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DEEB on black background.


Color preview on white background

This text has color #A5DEEB on white background.



Black color preview on #A5DEEB background

This text has black color on #A5DEEB background.


White color preview on #A5DEEB background

This text has white color on #A5DEEB background.