COLOR #A4D2D1

HEX: #A4D2D1
RGB: (164,210,209)

Color info

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

RGB color model

#A4D2D1 color RGB value is (164,210,209).

  • red value is 164;
  • green value is 210;
  • blue value is 209.
RGB:
(164,210,209)
(64%,82%,82%)

RGB channels and saturation

R 164 of 255 = 64%
G 210 of 255 = 82%
B 209 of 255 = 82%

164
210
209

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

Portions of RGB colors in percentages

R + G + B =
164 + 210 + 209 = 583 (100%)
R 164 of 583 ~ 28.13%
G 210 of 583 ~ 36.02%
B 209 of 583 ~ 35.85%

%28.13
%36.02
%35.85

CMYK color model

#A4D2D1 color CMYK value is (22,0,0,18).

  • cyan value is 21.90%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 17.65%
CMYK:
(22,0,0,18)
C22M0Y0K18 
(22%,0%,0%,18%)
(0.22/0.00/0.00/0.18)	

CMYK percentages

%21.9
%0
%0.48
%17.65

Codes

Color #A4D2D1 in popluar color models

A4D2D1
RGB164210209
HSL179°33.82%73.33%
HSB/HSV179°21.90%82.35%
CMYK21.90%0.00%0.48%
17.65%

Color #A4D2D1 in popluar number systems.

HEXA4D2D1
Decimal164210209
Binary101001001101001011010001
Octal244322321

Shades and tints

Shades of #A4D2D1

#A4D2D1
(164,210,209)
#96BFBE
(150,191,190)
#88ACAB
(136,172,171)
#7A9998
(122,153,152)
#6C8685
(108,134,133)
#5E7372
(94,115,114)
#50605F
(80,96,95)
#424D4C
(66,77,76)
#343A39
(52,58,57)
#262726
(38,39,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #A4D2D1

#A4D2D1
(164,210,209)
#ACD6D5
(172,214,213)
#B4DAD9
(180,218,217)
#BCDEDD
(188,222,221)
#C4E2E1
(196,226,225)
#CCE6E5
(204,230,229)
#D4EAE9
(212,234,233)
#DCEEED
(220,238,237)
#E4F2F1
(228,242,241)
#ECF6F5
(236,246,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D2D1 color. Also use rgb(164,210,209) instead hex code.

Text Font Color

.myTextColor { color: #A4D2D1; }

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

This text font color is #A4D2D1.


Background Color

.myBgColor { background-color: #A4D2D1; }

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

This div background color is #A4D2D1.


Border color

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

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

This div border color is #A4D2D1.


Opacity

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

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

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

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

This text has shadow with #A4D2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D2D1 on black background.


Color preview on white background

This text has color #A4D2D1 on white background.



Black color preview on #A4D2D1 background

This text has black color on #A4D2D1 background.


White color preview on #A4D2D1 background

This text has white color on #A4D2D1 background.