COLOR #A5DEB4

HEX: #A5DEB4 RGB: (165,222,180)

Color info

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

RGB color model

#A5DEB4 color RGB value is (165,222,180).

RGB: (165,222,180) (65%, 87%, 71%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 180 of 255 = 71%

165
222
180

R + G + B ~ 74%. #A5DEB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 222 + 180 = 567 (100%)
R 165 of 567 ~ 29.1%
G 222 of 567 ~ 39.15%
B 180 of 567 ~ 31.75'%

%29.1
%39.15
%31.75

CMYK color model

#A5DEB4 color CMYK value is (26,0,19,13).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 18.92%
  • key color value is 12.94%
CMYK: (26,0,19,13) C26M0Y19K13 (26%,0%,19%,13%) (0.26/0.00/0.19/0.13) 

CMYK percentages

%25.68
%0
%18.92
%12.94

Codes

Color #A5DEB4 in popluar color models

A5 DE B4
RGB 165 222 180
HSL 136° 46.34% 75.88%
HSB/HSV 136° 25.68% 87.06%
CMYK 25.68% 0.00% 18.92%
12.94%

Color #A5DEB4 in popluar number systems.

HEX A5 DE B4
Decimal 165 222 180
Binary 10100101 11011110 10110100
Octal 245 336 264

Shades and tints

Shades of #A5DEB4

#A5DEB4
(165,222,180)
#96CAA4
(150,202,164)
#87B694
(135,182,148)
#78A284
(120,162,132)
#698E74
(105,142,116)
#5A7A64
(90,122,100)
#4B6654
(75,102,84)
#3C5244
(60,82,68)
#2D3E34
(45,62,52)
#1E2A24
(30,42,36)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5DEB4

#A5DEB4
(165,222,180)
#ADE1BA
(173,225,186)
#B5E4C0
(181,228,192)
#BDE7C6
(189,231,198)
#C5EACC
(197,234,204)
#CDEDD2
(205,237,210)
#D5F0D8
(213,240,216)
#DDF3DE
(221,243,222)
#E5F6E4
(229,246,228)
#EDF9EA
(237,249,234)
#F5FCF0
(245,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DEB4; }

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

This text font color is #A5DEB4.

Background Color

.myBgColor { background-color: #A5DEB4; }

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

This div background color is #A5DEB4.

Border color

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

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

This div border color is #A5DEB4.

Opacity

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

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

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

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

This text has shadow with #A5DEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DEB4.

Preview

Color preview on black background

This text has color #A5DEB4 on black background.


Color preview on white background

This text has color #A5DEB4 on white background.


Black color preview on #A5DEB4 background

This text has black color on #A5DEB4 background.


White color preview on #A5DEB4 background

This text has white color on #A5DEB4 background.


Related colors

Complementary color

Complementary color for #hex is #5A214B.


I love getcolorcode.com

Triadic colors

1 #B4A5DE and #DEB4A5 with #A5DEB4 are triadic colors.

2 #B4DEA5 and #DEA5B4 with #A5DEB4 are triadic colors.