COLOR #A4DABF

HEX: #A4DABF RGB: (164,218,191)

Color info

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

RGB color model

#A4DABF color RGB value is (164,218,191).

RGB: (164,218,191) (64%, 85%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 191 of 255 = 75%

164
218
191

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

Portions of RGB colors in percentages

R + G + B = 164 + 218 + 191 = 573 (100%)
R 164 of 573 ~ 28.62%
G 218 of 573 ~ 38.05%
B 191 of 573 ~ 33.33'%

%28.62
%38.05
%33.33

CMYK color model

#A4DABF color CMYK value is (25,0,12,15).

  • cyan value is 24.77%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 14.51%
CMYK: (25,0,12,15) C25M0Y12K15 (25%,0%,12%,15%) (0.25/0.00/0.12/0.15) 

CMYK percentages

%24.77
%0
%12.39
%14.51

Codes

Color #A4DABF in popluar color models

A4 DA BF
RGB 164 218 191
HSL 150° 42.19% 74.90%
HSB/HSV 150° 24.77% 85.49%
CMYK 24.77% 0.00% 12.39%
14.51%

Color #A4DABF in popluar number systems.

HEX A4 DA BF
Decimal 164 218 191
Binary 10100100 11011010 10111111
Octal 244 332 277

Shades and tints

Shades of #A4DABF

#A4DABF
(164,218,191)
#96C7AE
(150,199,174)
#88B49D
(136,180,157)
#7AA18C
(122,161,140)
#6C8E7B
(108,142,123)
#5E7B6A
(94,123,106)
#506859
(80,104,89)
#425548
(66,85,72)
#344237
(52,66,55)
#262F26
(38,47,38)
#181C15
(24,28,21)
#000000
(0,0,0)

Tints of #A4DABF

#A4DABF
(164,218,191)
#ACDDC4
(172,221,196)
#B4E0C9
(180,224,201)
#BCE3CE
(188,227,206)
#C4E6D3
(196,230,211)
#CCE9D8
(204,233,216)
#D4ECDD
(212,236,221)
#DCEFE2
(220,239,226)
#E4F2E7
(228,242,231)
#ECF5EC
(236,245,236)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DABF color. Also use rgb(164,218,191) instead hex code.

Text Font Color

.myTextColor { color: #A4DABF; }

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

This text font color is #A4DABF.

Background Color

.myBgColor { background-color: #A4DABF; }

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

This div background color is #A4DABF.

Border color

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

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

This div border color is #A4DABF.

Opacity

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

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

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

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

This text has shadow with #A4DABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DABF.

Preview

Color preview on black background

This text has color #A4DABF on black background.


Color preview on white background

This text has color #A4DABF on white background.


Black color preview on #A4DABF background

This text has black color on #A4DABF background.


White color preview on #A4DABF background

This text has white color on #A4DABF background.


Related colors

Complementary color

Complementary color for #hex is #5B2540.


I love getcolorcode.com

Triadic colors

1 #BFA4DA and #DABFA4 with #A4DABF are triadic colors.

2 #BFDAA4 and #DAA4BF with #A4DABF are triadic colors.