COLOR #A4D3D7

HEX: #A4D3D7
RGB: (164,211,215)

Color info

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

RGB color model

#A4D3D7 color RGB value is (164,211,215).

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

RGB channels and saturation

R 164 of 255 = 64%
G 211 of 255 = 83%
B 215 of 255 = 84%

164
211
215

R + G + B ~ 77%. #A4D3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 211 + 215 = 590 (100%)
R 164 of 590 ~ 27.8%
G 211 of 590 ~ 35.76%
B 215 of 590 ~ 36.44%

%27.8
%35.76
%36.44

CMYK color model

#A4D3D7 color CMYK value is (24,2,0,16).

  • cyan value is 23.72%
  • magenta value is 1.86%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(24,2,0,16)
C24M2Y0K16 
(24%,2%,0%,16%)
(0.24/0.02/0.00/0.16)	

CMYK percentages

%23.72
%1.86
%0
%15.69

Codes

Color #A4D3D7 in popluar color models

A4D3D7
RGB164211215
HSL185°38.93%74.31%
HSB/HSV185°23.72%84.31%
CMYK23.72%1.86%0.00%
15.69%

Color #A4D3D7 in popluar number systems.

HEXA4D3D7
Decimal164211215
Binary101001001101001111010111
Octal244323327

Shades and tints

Shades of #A4D3D7

#A4D3D7
(164,211,215)
#96C0C4
(150,192,196)
#88ADB1
(136,173,177)
#7A9A9E
(122,154,158)
#6C878B
(108,135,139)
#5E7478
(94,116,120)
#506165
(80,97,101)
#424E52
(66,78,82)
#343B3F
(52,59,63)
#26282C
(38,40,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #A4D3D7

#A4D3D7
(164,211,215)
#ACD7DA
(172,215,218)
#B4DBDD
(180,219,221)
#BCDFE0
(188,223,224)
#C4E3E3
(196,227,227)
#CCE7E6
(204,231,230)
#D4EBE9
(212,235,233)
#DCEFEC
(220,239,236)
#E4F3EF
(228,243,239)
#ECF7F2
(236,247,242)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D3D7; }

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

This text font color is #A4D3D7.


Background Color

.myBgColor { background-color: #A4D3D7; }

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

This div background color is #A4D3D7.


Border color

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

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

This div border color is #A4D3D7.


Opacity

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

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

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

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

This text has shadow with #A4D3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D3D7 on black background.


Color preview on white background

This text has color #A4D3D7 on white background.



Black color preview on #A4D3D7 background

This text has black color on #A4D3D7 background.


White color preview on #A4D3D7 background

This text has white color on #A4D3D7 background.