COLOR #A5D6D5

HEX: #A5D6D5
RGB: (165,214,213)

Color info

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

RGB color model

#A5D6D5 color RGB value is (165,214,213).

  • red value is 165;
  • green value is 214;
  • blue value is 213.
RGB:
(165,214,213)
(65%,84%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 214 of 255 = 84%
B 213 of 255 = 84%

165
214
213

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

Portions of RGB colors in percentages

R + G + B =
165 + 214 + 213 = 592 (100%)
R 165 of 592 ~ 27.87%
G 214 of 592 ~ 36.15%
B 213 of 592 ~ 35.98%

%27.87
%36.15
%35.98

CMYK color model

#A5D6D5 color CMYK value is (23,0,0,16).

  • cyan value is 22.90%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 16.08%
CMYK:
(23,0,0,16)
C23M0Y0K16 
(23%,0%,0%,16%)
(0.23/0.00/0.00/0.16)	

CMYK percentages

%22.9
%0
%0.47
%16.08

Codes

Color #A5D6D5 in popluar color models

A5D6D5
RGB165214213
HSL179°37.40%74.31%
HSB/HSV179°22.90%83.92%
CMYK22.90%0.00%0.47%
16.08%

Color #A5D6D5 in popluar number systems.

HEXA5D6D5
Decimal165214213
Binary101001011101011011010101
Octal245326325

Shades and tints

Shades of #A5D6D5

#A5D6D5
(165,214,213)
#96C3C2
(150,195,194)
#87B0AF
(135,176,175)
#789D9C
(120,157,156)
#698A89
(105,138,137)
#5A7776
(90,119,118)
#4B6463
(75,100,99)
#3C5150
(60,81,80)
#2D3E3D
(45,62,61)
#1E2B2A
(30,43,42)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #A5D6D5

#A5D6D5
(165,214,213)
#ADD9D8
(173,217,216)
#B5DCDB
(181,220,219)
#BDDFDE
(189,223,222)
#C5E2E1
(197,226,225)
#CDE5E4
(205,229,228)
#D5E8E7
(213,232,231)
#DDEBEA
(221,235,234)
#E5EEED
(229,238,237)
#EDF1F0
(237,241,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D6D5 color. Also use rgb(165,214,213) instead hex code.

Text Font Color

.myTextColor { color: #A5D6D5; }

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

This text font color is #A5D6D5.


Background Color

.myBgColor { background-color: #A5D6D5; }

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

This div background color is #A5D6D5.


Border color

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

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

This div border color is #A5D6D5.


Opacity

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

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

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

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

This text has shadow with #A5D6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D6D5 on black background.


Color preview on white background

This text has color #A5D6D5 on white background.



Black color preview on #A5D6D5 background

This text has black color on #A5D6D5 background.


White color preview on #A5D6D5 background

This text has white color on #A5D6D5 background.