COLOR #A5D2DD

HEX: #A5D2DD
RGB: (165,210,221)

Color info

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

RGB color model

#A5D2DD color RGB value is (165,210,221).

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

RGB channels and saturation

R 165 of 255 = 65%
G 210 of 255 = 82%
B 221 of 255 = 87%

165
210
221

R + G + B ~ 78%. #A5D2DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 210 + 221 = 596 (100%)
R 165 of 596 ~ 27.68%
G 210 of 596 ~ 35.23%
B 221 of 596 ~ 37.08%

%27.68
%35.23
%37.08

CMYK color model

#A5D2DD color CMYK value is (25,5,0,13).

  • cyan value is 25.34%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(25,5,0,13)
C25M5Y0K13 
(25%,5%,0%,13%)
(0.25/0.05/0.00/0.13)	

CMYK percentages

%25.34
%4.98
%0
%13.33

Codes

Color #A5D2DD in popluar color models

A5D2DD
RGB165210221
HSL192°45.16%75.69%
HSB/HSV192°25.34%86.67%
CMYK25.34%4.98%0.00%
13.33%

Color #A5D2DD in popluar number systems.

HEXA5D2DD
Decimal165210221
Binary101001011101001011011101
Octal245322335

Shades and tints

Shades of #A5D2DD

#A5D2DD
(165,210,221)
#96BFC9
(150,191,201)
#87ACB5
(135,172,181)
#7899A1
(120,153,161)
#69868D
(105,134,141)
#5A7379
(90,115,121)
#4B6065
(75,96,101)
#3C4D51
(60,77,81)
#2D3A3D
(45,58,61)
#1E2729
(30,39,41)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #A5D2DD

#A5D2DD
(165,210,221)
#ADD6E0
(173,214,224)
#B5DAE3
(181,218,227)
#BDDEE6
(189,222,230)
#C5E2E9
(197,226,233)
#CDE6EC
(205,230,236)
#D5EAEF
(213,234,239)
#DDEEF2
(221,238,242)
#E5F2F5
(229,242,245)
#EDF6F8
(237,246,248)
#F5FAFB
(245,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D2DD; }

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

This text font color is #A5D2DD.


Background Color

.myBgColor { background-color: #A5D2DD; }

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

This div background color is #A5D2DD.


Border color

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

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

This div border color is #A5D2DD.


Opacity

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

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

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

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

This text has shadow with #A5D2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D2DD on black background.


Color preview on white background

This text has color #A5D2DD on white background.



Black color preview on #A5D2DD background

This text has black color on #A5D2DD background.


White color preview on #A5D2DD background

This text has white color on #A5D2DD background.