COLOR #A5DBC4

HEX: #A5DBC4 RGB: (165,219,196)

Color info

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

RGB color model

#A5DBC4 color RGB value is (165,219,196).

RGB: (165,219,196) (65%, 86%, 77%)

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 196 of 255 = 77%

165
219
196

R + G + B ~ 76%. #A5DBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 219 + 196 = 580 (100%)
R 165 of 580 ~ 28.45%
G 219 of 580 ~ 37.76%
B 196 of 580 ~ 33.79'%

%28.45
%37.76
%33.79

CMYK color model

#A5DBC4 color CMYK value is (25,0,11,14).

  • cyan value is 24.66%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 14.12%

CMYK: (25,0,11,14)
C25M0Y11K14 (25%, 0%, 11%, 14%)
(0.25 / 0.00 / 0.11 / 0.14)

CMYK percentages

%24.66
%0
%10.5
%14.12

Codes

Color #A5DBC4 in popluar color models

A5 DB C4
RGB 165 219 196
HSL 154° 42.86% 75.29%
HSB/HSV 154° 24.66% 85.88%
CMYK 24.66% 0.00% 10.50%
14.12%

Color #A5DBC4 in popluar number systems.

HEX A5 DB C4
Decimal 165 219 196
Binary 10100101 11011011 11000100
Octal 245 333 304

Shades and tints

Shades of #A5DBC4

#A5DBC4
(165,219,196)
#96C8B3
(150,200,179)
#87B5A2
(135,181,162)
#78A291
(120,162,145)
#698F80
(105,143,128)
#5A7C6F
(90,124,111)
#4B695E
(75,105,94)
#3C564D
(60,86,77)
#2D433C
(45,67,60)
#1E302B
(30,48,43)
#0F1D1A
(15,29,26)
#000000
(0,0,0)

Tints of #A5DBC4

#A5DBC4
(165,219,196)
#ADDEC9
(173,222,201)
#B5E1CE
(181,225,206)
#BDE4D3
(189,228,211)
#C5E7D8
(197,231,216)
#CDEADD
(205,234,221)
#D5EDE2
(213,237,226)
#DDF0E7
(221,240,231)
#E5F3EC
(229,243,236)
#EDF6F1
(237,246,241)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DBC4 color. Also use rgb(165,219,196) instead hex code.

Text Font Color

.myTextColor { color: #A5DBC4; }

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

This text font color is #A5DBC4.

Background Color

.myBgColor { background-color: #A5DBC4; }

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

This div background color is #A5DBC4.

Border color

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

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

This div border color is #A5DBC4.

Opacity

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

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

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

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

This text has shadow with #A5DBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DBC4.

Preview

Color preview on black background

This text has color #A5DBC4 on black background.


Color preview on white background

This text has color #A5DBC4 on white background.


Black color preview on #A5DBC4 background

This text has black color on #A5DBC4 background.


White color preview on #A5DBC4 background

This text has white color on #A5DBC4 background.


Related colors

Complementary color

Complementary color for #hex is #5A243B.


I love getcolorcode.com

Triadic colors

1 #C4A5DB and #DBC4A5 with #A5DBC4 are triadic colors.

2 #C4DBA5 and #DBA5C4 with #A5DBC4 are triadic colors.