COLOR #A4DFD3

HEX: #A4DFD3
RGB: (164,223,211)

Color info

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

RGB color model

#A4DFD3 color RGB value is (164,223,211).

  • red value is 164;
  • green value is 223;
  • blue value is 211.
RGB:
(164,223,211)
(64%,87%,83%)

RGB channels and saturation

R 164 of 255 = 64%
G 223 of 255 = 87%
B 211 of 255 = 83%

164
223
211

R + G + B ~ 78%. #A4DFD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 223 + 211 = 598 (100%)
R 164 of 598 ~ 27.42%
G 223 of 598 ~ 37.29%
B 211 of 598 ~ 35.28%

%27.42
%37.29
%35.28

CMYK color model

#A4DFD3 color CMYK value is (26,0,5,13).

  • cyan value is 26.46%
  • magenta value is 0.00%
  • yellow value is 5.38%
  • key color value is 12.55%
CMYK:
(26,0,5,13)
C26M0Y5K13 
(26%,0%,5%,13%)
(0.26/0.00/0.05/0.13)	

CMYK percentages

%26.46
%0
%5.38
%12.55

Codes

Color #A4DFD3 in popluar color models

A4DFD3
RGB164223211
HSL168°47.97%75.88%
HSB/HSV168°26.46%87.45%
CMYK26.46%0.00%5.38%
12.55%

Color #A4DFD3 in popluar number systems.

HEXA4DFD3
Decimal164223211
Binary101001001101111111010011
Octal244337323

Shades and tints

Shades of #A4DFD3

#A4DFD3
(164,223,211)
#96CBC0
(150,203,192)
#88B7AD
(136,183,173)
#7AA39A
(122,163,154)
#6C8F87
(108,143,135)
#5E7B74
(94,123,116)
#506761
(80,103,97)
#42534E
(66,83,78)
#343F3B
(52,63,59)
#262B28
(38,43,40)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #A4DFD3

#A4DFD3
(164,223,211)
#ACE1D7
(172,225,215)
#B4E3DB
(180,227,219)
#BCE5DF
(188,229,223)
#C4E7E3
(196,231,227)
#CCE9E7
(204,233,231)
#D4EBEB
(212,235,235)
#DCEDEF
(220,237,239)
#E4EFF3
(228,239,243)
#ECF1F7
(236,241,247)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DFD3 color. Also use rgb(164,223,211) instead hex code.

Text Font Color

.myTextColor { color: #A4DFD3; }

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

This text font color is #A4DFD3.


Background Color

.myBgColor { background-color: #A4DFD3; }

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

This div background color is #A4DFD3.


Border color

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

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

This div border color is #A4DFD3.


Opacity

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

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

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

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

This text has shadow with #A4DFD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4DFD3 on black background.


Color preview on white background

This text has color #A4DFD3 on white background.



Black color preview on #A4DFD3 background

This text has black color on #A4DFD3 background.


White color preview on #A4DFD3 background

This text has white color on #A4DFD3 background.