COLOR #A5DDEB

HEX: #A5DDEB
RGB: (165,221,235)

Color info

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

RGB color model

#A5DDEB color RGB value is (165,221,235).

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

RGB channels and saturation

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

165
221
235

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

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 235 = 621 (100%)
R 165 of 621 ~ 26.57%
G 221 of 621 ~ 35.59%
B 235 of 621 ~ 37.84%

%26.57
%35.59
%37.84

CMYK color model

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

  • cyan value is 29.79%
  • magenta value is 5.96%
  • 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.96
%0
%7.84

Codes

Color #A5DDEB in popluar color models

A5DDEB
RGB165221235
HSL192°63.64%78.43%
HSB/HSV192°29.79%92.16%
CMYK29.79%5.96%0.00%
7.84%

Color #A5DDEB in popluar number systems.

HEXA5DDEB
Decimal165221235
Binary101001011101110111101011
Octal245335353

Shades and tints

Shades of #A5DDEB

#A5DDEB
(165,221,235)
#96C9D6
(150,201,214)
#87B5C1
(135,181,193)
#78A1AC
(120,161,172)
#698D97
(105,141,151)
#5A7982
(90,121,130)
#4B656D
(75,101,109)
#3C5158
(60,81,88)
#2D3D43
(45,61,67)
#1E292E
(30,41,46)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #A5DDEB

#A5DDEB
(165,221,235)
#ADE0EC
(173,224,236)
#B5E3ED
(181,227,237)
#BDE6EE
(189,230,238)
#C5E9EF
(197,233,239)
#CDECF0
(205,236,240)
#D5EFF1
(213,239,241)
#DDF2F2
(221,242,242)
#E5F5F3
(229,245,243)
#EDF8F4
(237,248,244)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDEB; }

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

This text font color is #A5DDEB.


Background Color

.myBgColor { background-color: #A5DDEB; }

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

This div background color is #A5DDEB.


Border color

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

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

This div border color is #A5DDEB.


Opacity

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

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

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

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

This text has shadow with #A5DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDEB on black background.


Color preview on white background

This text has color #A5DDEB on white background.



Black color preview on #A5DDEB background

This text has black color on #A5DDEB background.


White color preview on #A5DDEB background

This text has white color on #A5DDEB background.