COLOR #A5DEC8

HEX: #A5DEC8 RGB: (165,222,200)

Color info

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

RGB color model

#A5DEC8 color RGB value is (165,222,200).

RGB: (165,222,200) (65%, 87%, 78%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 200 of 255 = 78%

165
222
200

R + G + B ~ 77%. #A5DEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 222 + 200 = 587 (100%)
R 165 of 587 ~ 28.11%
G 222 of 587 ~ 37.82%
B 200 of 587 ~ 34.07'%

%28.11
%37.82
%34.07

CMYK color model

#A5DEC8 color CMYK value is (26,0,10,13).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 9.91%
  • key color value is 12.94%

CMYK: (26,0,10,13)
C26M0Y10K13 (26%, 0%, 10%, 13%)
(0.26 / 0.00 / 0.10 / 0.13)

CMYK percentages

%25.68
%0
%9.91
%12.94

Codes

Color #A5DEC8 in popluar color models

A5 DE C8
RGB 165 222 200
HSL 157° 46.34% 75.88%
HSB/HSV 157° 25.68% 87.06%
CMYK 25.68% 0.00% 9.91%
12.94%

Color #A5DEC8 in popluar number systems.

HEX A5 DE C8
Decimal 165 222 200
Binary 10100101 11011110 11001000
Octal 245 336 310

Shades and tints

Shades of #A5DEC8

#A5DEC8
(165,222,200)
#96CAB6
(150,202,182)
#87B6A4
(135,182,164)
#78A292
(120,162,146)
#698E80
(105,142,128)
#5A7A6E
(90,122,110)
#4B665C
(75,102,92)
#3C524A
(60,82,74)
#2D3E38
(45,62,56)
#1E2A26
(30,42,38)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5DEC8

#A5DEC8
(165,222,200)
#ADE1CD
(173,225,205)
#B5E4D2
(181,228,210)
#BDE7D7
(189,231,215)
#C5EADC
(197,234,220)
#CDEDE1
(205,237,225)
#D5F0E6
(213,240,230)
#DDF3EB
(221,243,235)
#E5F6F0
(229,246,240)
#EDF9F5
(237,249,245)
#F5FCFA
(245,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DEC8; }

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

This text font color is #A5DEC8.

Background Color

.myBgColor { background-color: #A5DEC8; }

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

This div background color is #A5DEC8.

Border color

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

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

This div border color is #A5DEC8.

Opacity

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

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

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

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

This text has shadow with #A5DEC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DEC8.

Preview

Color preview on black background

This text has color #A5DEC8 on black background.


Color preview on white background

This text has color #A5DEC8 on white background.


Black color preview on #A5DEC8 background

This text has black color on #A5DEC8 background.


White color preview on #A5DEC8 background

This text has white color on #A5DEC8 background.


Related colors

Complementary color

Complementary color for #hex is #5A2137.


I love getcolorcode.com

Triadic colors

1 #C8A5DE and #DEC8A5 with #A5DEC8 are triadic colors.

2 #C8DEA5 and #DEA5C8 with #A5DEC8 are triadic colors.