COLOR #A5DFBB

HEX: #A5DFBB
RGB: (165,223,187)

Color info

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

RGB color model

#A5DFBB color RGB value is (165,223,187).

  • red value is 165;
  • green value is 223;
  • blue value is 187.
RGB:
(165,223,187)
(65%,87%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 223 of 255 = 87%
B 187 of 255 = 73%

165
223
187

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

Portions of RGB colors in percentages

R + G + B =
165 + 223 + 187 = 575 (100%)
R 165 of 575 ~ 28.7%
G 223 of 575 ~ 38.78%
B 187 of 575 ~ 32.52%

%28.7
%38.78
%32.52

CMYK color model

#A5DFBB color CMYK value is (26,0,16,13).

  • cyan value is 26.01%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 12.55%
CMYK:
(26,0,16,13)
C26M0Y16K13 
(26%,0%,16%,13%)
(0.26/0.00/0.16/0.13)	

CMYK percentages

%26.01
%0
%16.14
%12.55

Codes

Color #A5DFBB in popluar color models

A5DFBB
RGB165223187
HSL143°47.54%76.08%
HSB/HSV143°26.01%87.45%
CMYK26.01%0.00%16.14%
12.55%

Color #A5DFBB in popluar number systems.

HEXA5DFBB
Decimal165223187
Binary101001011101111110111011
Octal245337273

Shades and tints

Shades of #A5DFBB

#A5DFBB
(165,223,187)
#96CBAA
(150,203,170)
#87B799
(135,183,153)
#78A388
(120,163,136)
#698F77
(105,143,119)
#5A7B66
(90,123,102)
#4B6755
(75,103,85)
#3C5344
(60,83,68)
#2D3F33
(45,63,51)
#1E2B22
(30,43,34)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #A5DFBB

#A5DFBB
(165,223,187)
#ADE1C1
(173,225,193)
#B5E3C7
(181,227,199)
#BDE5CD
(189,229,205)
#C5E7D3
(197,231,211)
#CDE9D9
(205,233,217)
#D5EBDF
(213,235,223)
#DDEDE5
(221,237,229)
#E5EFEB
(229,239,235)
#EDF1F1
(237,241,241)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DFBB color. Also use rgb(165,223,187) instead hex code.

Text Font Color

.myTextColor { color: #A5DFBB; }

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

This text font color is #A5DFBB.


Background Color

.myBgColor { background-color: #A5DFBB; }

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

This div background color is #A5DFBB.


Border color

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

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

This div border color is #A5DFBB.


Opacity

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

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

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

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

This text has shadow with #A5DFBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DFBB on black background.


Color preview on white background

This text has color #A5DFBB on white background.



Black color preview on #A5DFBB background

This text has black color on #A5DFBB background.


White color preview on #A5DFBB background

This text has white color on #A5DFBB background.