COLOR #A5DBBF

HEX: #A5DBBF RGB: (165,219,191)

Color info

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

RGB color model

#A5DBBF color RGB value is (165,219,191).

RGB: (165,219,191) (65%, 86%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 219 of 255 = 86%
B 191 of 255 = 75%

165
219
191

R + G + B ~ 75%. #A5DBBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 219 + 191 = 575 (100%)
R 165 of 575 ~ 28.7%
G 219 of 575 ~ 38.09%
B 191 of 575 ~ 33.22'%

%28.7
%38.09
%33.22

CMYK color model

#A5DBBF color CMYK value is (25,0,13,14).

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

CMYK: (25,0,13,14)
C25M0Y13K14 (25%, 0%, 13%, 14%)
(0.25 / 0.00 / 0.13 / 0.14)

CMYK percentages

%24.66
%0
%12.79
%14.12

Codes

Color #A5DBBF in popluar color models

A5 DB BF
RGB 165 219 191
HSL 149° 42.86% 75.29%
HSB/HSV 149° 24.66% 85.88%
CMYK 24.66% 0.00% 12.79%
14.12%

Color #A5DBBF in popluar number systems.

HEX A5 DB BF
Decimal 165 219 191
Binary 10100101 11011011 10111111
Octal 245 333 277

Shades and tints

Shades of #A5DBBF

#A5DBBF
(165,219,191)
#96C8AE
(150,200,174)
#87B59D
(135,181,157)
#78A28C
(120,162,140)
#698F7B
(105,143,123)
#5A7C6A
(90,124,106)
#4B6959
(75,105,89)
#3C5648
(60,86,72)
#2D4337
(45,67,55)
#1E3026
(30,48,38)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #A5DBBF

#A5DBBF
(165,219,191)
#ADDEC4
(173,222,196)
#B5E1C9
(181,225,201)
#BDE4CE
(189,228,206)
#C5E7D3
(197,231,211)
#CDEAD8
(205,234,216)
#D5EDDD
(213,237,221)
#DDF0E2
(221,240,226)
#E5F3E7
(229,243,231)
#EDF6EC
(237,246,236)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DBBF; }

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

This text font color is #A5DBBF.

Background Color

.myBgColor { background-color: #A5DBBF; }

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

This div background color is #A5DBBF.

Border color

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

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

This div border color is #A5DBBF.

Opacity

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

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

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

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

This text has shadow with #A5DBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DBBF.

Preview

Color preview on black background

This text has color #A5DBBF on black background.


Color preview on white background

This text has color #A5DBBF on white background.


Black color preview on #A5DBBF background

This text has black color on #A5DBBF background.


White color preview on #A5DBBF background

This text has white color on #A5DBBF background.


Related colors

Complementary color

Complementary color for #hex is #5A2440.


I love getcolorcode.com

Triadic colors

1 #BFA5DB and #DBBFA5 with #A5DBBF are triadic colors.

2 #BFDBA5 and #DBA5BF with #A5DBBF are triadic colors.