COLOR #A4D0D5

HEX: #A4D0D5
RGB: (164,208,213)

Color info

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

RGB color model

#A4D0D5 color RGB value is (164,208,213).

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

RGB channels and saturation

R 164 of 255 = 64%
G 208 of 255 = 82%
B 213 of 255 = 84%

164
208
213

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

Portions of RGB colors in percentages

R + G + B =
164 + 208 + 213 = 585 (100%)
R 164 of 585 ~ 28.03%
G 208 of 585 ~ 35.56%
B 213 of 585 ~ 36.41%

%28.03
%35.56
%36.41

CMYK color model

#A4D0D5 color CMYK value is (23,2,0,16).

  • cyan value is 23.00%
  • magenta value is 2.35%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,2,0,16)
C23M2Y0K16 
(23%,2%,0%,16%)
(0.23/0.02/0.00/0.16)	

CMYK percentages

%23
%2.35
%0
%16.47

Codes

Color #A4D0D5 in popluar color models

A4D0D5
RGB164208213
HSL186°36.84%73.92%
HSB/HSV186°23.00%83.53%
CMYK23.00%2.35%0.00%
16.47%

Color #A4D0D5 in popluar number systems.

HEXA4D0D5
Decimal164208213
Binary101001001101000011010101
Octal244320325

Shades and tints

Shades of #A4D0D5

#A4D0D5
(164,208,213)
#96BEC2
(150,190,194)
#88ACAF
(136,172,175)
#7A9A9C
(122,154,156)
#6C8889
(108,136,137)
#5E7676
(94,118,118)
#506463
(80,100,99)
#425250
(66,82,80)
#34403D
(52,64,61)
#262E2A
(38,46,42)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #A4D0D5

#A4D0D5
(164,208,213)
#ACD4D8
(172,212,216)
#B4D8DB
(180,216,219)
#BCDCDE
(188,220,222)
#C4E0E1
(196,224,225)
#CCE4E4
(204,228,228)
#D4E8E7
(212,232,231)
#DCECEA
(220,236,234)
#E4F0ED
(228,240,237)
#ECF4F0
(236,244,240)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D0D5; }

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

This text font color is #A4D0D5.


Background Color

.myBgColor { background-color: #A4D0D5; }

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

This div background color is #A4D0D5.


Border color

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

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

This div border color is #A4D0D5.


Opacity

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

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

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

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

This text has shadow with #A4D0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D0D5 on black background.


Color preview on white background

This text has color #A4D0D5 on white background.



Black color preview on #A4D0D5 background

This text has black color on #A4D0D5 background.


White color preview on #A4D0D5 background

This text has white color on #A4D0D5 background.