COLOR #A4D5DE

HEX: #A4D5DE
RGB: (164,213,222)

Color info

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

RGB color model

#A4D5DE color RGB value is (164,213,222).

  • red value is 164;
  • green value is 213;
  • blue value is 222.
RGB:
(164,213,222)
(64%,84%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 213 of 255 = 84%
B 222 of 255 = 87%

164
213
222

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

Portions of RGB colors in percentages

R + G + B =
164 + 213 + 222 = 599 (100%)
R 164 of 599 ~ 27.38%
G 213 of 599 ~ 35.56%
B 222 of 599 ~ 37.06%

%27.38
%35.56
%37.06

CMYK color model

#A4D5DE color CMYK value is (26,4,0,13).

  • cyan value is 26.13%
  • magenta value is 4.05%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,4,0,13)
C26M4Y0K13 
(26%,4%,0%,13%)
(0.26/0.04/0.00/0.13)	

CMYK percentages

%26.13
%4.05
%0
%12.94

Codes

Color #A4D5DE in popluar color models

A4D5DE
RGB164213222
HSL189°46.77%75.69%
HSB/HSV189°26.13%87.06%
CMYK26.13%4.05%0.00%
12.94%

Color #A4D5DE in popluar number systems.

HEXA4D5DE
Decimal164213222
Binary101001001101010111011110
Octal244325336

Shades and tints

Shades of #A4D5DE

#A4D5DE
(164,213,222)
#96C2CA
(150,194,202)
#88AFB6
(136,175,182)
#7A9CA2
(122,156,162)
#6C898E
(108,137,142)
#5E767A
(94,118,122)
#506366
(80,99,102)
#425052
(66,80,82)
#343D3E
(52,61,62)
#262A2A
(38,42,42)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #A4D5DE

#A4D5DE
(164,213,222)
#ACD8E1
(172,216,225)
#B4DBE4
(180,219,228)
#BCDEE7
(188,222,231)
#C4E1EA
(196,225,234)
#CCE4ED
(204,228,237)
#D4E7F0
(212,231,240)
#DCEAF3
(220,234,243)
#E4EDF6
(228,237,246)
#ECF0F9
(236,240,249)
#F4F3FC
(244,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D5DE color. Also use rgb(164,213,222) instead hex code.

Text Font Color

.myTextColor { color: #A4D5DE; }

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

This text font color is #A4D5DE.


Background Color

.myBgColor { background-color: #A4D5DE; }

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

This div background color is #A4D5DE.


Border color

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

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

This div border color is #A4D5DE.


Opacity

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

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

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

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

This text has shadow with #A4D5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D5DE on black background.


Color preview on white background

This text has color #A4D5DE on white background.



Black color preview on #A4D5DE background

This text has black color on #A4D5DE background.


White color preview on #A4D5DE background

This text has white color on #A4D5DE background.