COLOR #A4FFDB

HEX: #A4FFDB RGB: (164,255,219)

Color info

#A4FFDB contains mainly green and blue colors. Web safe color of #A4FFDB is #99FFCC (or #9FC).

RGB color model

#A4FFDB color RGB value is (164,255,219).

RGB: (164,255,219) (64%, 100%, 86%)

RGB channels and saturation

R 164 of 255 = 64%
G 255 of 255 = 100%
B 219 of 255 = 86%

164
255
219

R + G + B ~ 83%. #A4FFDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 255 + 219 = 638 (100%)
R 164 of 638 ~ 25.71%
G 255 of 638 ~ 39.97%
B 219 of 638 ~ 34.33'%

%25.71
%39.97
%34.33

CMYK color model

#A4FFDB color CMYK value is (36,0,14,0).

  • cyan value is 35.69%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 0.00%

CMYK: (36,0,14,0)
C36M0Y14K0 (36%, 0%, 14%, 0%)
(0.36 / 0.00 / 0.14 / 0.00)

CMYK percentages

%35.69
%0
%14.12
%0

Codes

Color #A4FFDB in popluar color models

A4 FF DB
RGB 164 255 219
HSL 156° 100.00% 82.16%
HSB/HSV 156° 35.69% 100.00%
CMYK 35.69% 0.00% 14.12%
0.00%

Color #A4FFDB in popluar number systems.

HEX A4 FF DB
Decimal 164 255 219
Binary 10100100 11111111 11011011
Octal 244 377 333

Shades and tints

Shades of #A4FFDB

#A4FFDB
(164,255,219)
#96E8C8
(150,232,200)
#88D1B5
(136,209,181)
#7ABAA2
(122,186,162)
#6CA38F
(108,163,143)
#5E8C7C
(94,140,124)
#507569
(80,117,105)
#425E56
(66,94,86)
#344743
(52,71,67)
#263030
(38,48,48)
#18191D
(24,25,29)
#000000
(0,0,0)

Tints of #A4FFDB

#A4FFDB
(164,255,219)
#ACFFDE
(172,255,222)
#B4FFE1
(180,255,225)
#BCFFE4
(188,255,228)
#C4FFE7
(196,255,231)
#CCFFEA
(204,255,234)
#D4FFED
(212,255,237)
#DCFFF0
(220,255,240)
#E4FFF3
(228,255,243)
#ECFFF6
(236,255,246)
#F4FFF9
(244,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4FFDB color. Also use rgb(164,255,219) instead hex code.

Text Font Color

.myTextColor { color: #A4FFDB; }

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

This text font color is #A4FFDB.

Background Color

.myBgColor { background-color: #A4FFDB; }

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

This div background color is #A4FFDB.

Border color

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

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

This div border color is #A4FFDB.

Opacity

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

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

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

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

This text has shadow with #A4FFDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4FFDB.

Preview

Color preview on black background

This text has color #A4FFDB on black background.


Color preview on white background

This text has color #A4FFDB on white background.


Black color preview on #A4FFDB background

This text has black color on #A4FFDB background.


White color preview on #A4FFDB background

This text has white color on #A4FFDB background.


Related colors

Complementary color

Complementary color for #hex is #5B0024.


I love getcolorcode.com

Triadic colors

1 #DBA4FF and #FFDBA4 with #A4FFDB are triadic colors.

2 #DBFFA4 and #FFA4DB with #A4FFDB are triadic colors.