COLOR #A4D3DA

HEX: #A4D3DA RGB: (164,211,218)

Color info

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

RGB color model

#A4D3DA color RGB value is (164,211,218).

RGB: (164,211,218) (64%, 83%, 85%)

RGB channels and saturation

R 164 of 255 = 64%
G 211 of 255 = 83%
B 218 of 255 = 85%

164
211
218

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

Portions of RGB colors in percentages

R + G + B = 164 + 211 + 218 = 593 (100%)
R 164 of 593 ~ 27.66%
G 211 of 593 ~ 35.58%
B 218 of 593 ~ 36.76'%

%27.66
%35.58
%36.76

CMYK color model

#A4D3DA color CMYK value is (25,3,0,15).

  • cyan value is 24.77%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK: (25,3,0,15) C25M3Y0K15 (25%,3%,0%,15%) (0.25/0.03/0.00/0.15) 

CMYK percentages

%24.77
%3.21
%0
%14.51

Codes

Color #A4D3DA in popluar color models

A4 D3 DA
RGB 164 211 218
HSL 188° 42.19% 74.90%
HSB/HSV 188° 24.77% 85.49%
CMYK 24.77% 3.21% 0.00%
14.51%

Color #A4D3DA in popluar number systems.

HEX A4 D3 DA
Decimal 164 211 218
Binary 10100100 11010011 11011010
Octal 244 323 332

Shades and tints

Shades of #A4D3DA

#A4D3DA
(164,211,218)
#96C0C7
(150,192,199)
#88ADB4
(136,173,180)
#7A9AA1
(122,154,161)
#6C878E
(108,135,142)
#5E747B
(94,116,123)
#506168
(80,97,104)
#424E55
(66,78,85)
#343B42
(52,59,66)
#26282F
(38,40,47)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #A4D3DA

#A4D3DA
(164,211,218)
#ACD7DD
(172,215,221)
#B4DBE0
(180,219,224)
#BCDFE3
(188,223,227)
#C4E3E6
(196,227,230)
#CCE7E9
(204,231,233)
#D4EBEC
(212,235,236)
#DCEFEF
(220,239,239)
#E4F3F2
(228,243,242)
#ECF7F5
(236,247,245)
#F4FBF8
(244,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4D3DA; }

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

This text font color is #A4D3DA.

Background Color

.myBgColor { background-color: #A4D3DA; }

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

This div background color is #A4D3DA.

Border color

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

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

This div border color is #A4D3DA.

Opacity

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

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

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

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

This text has shadow with #A4D3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D3DA.

Preview

Color preview on black background

This text has color #A4D3DA on black background.


Color preview on white background

This text has color #A4D3DA on white background.


Black color preview on #A4D3DA background

This text has black color on #A4D3DA background.


White color preview on #A4D3DA background

This text has white color on #A4D3DA background.


Related colors

Complementary color

Complementary color for #hex is #5B2C25.


I love getcolorcode.com

Triadic colors

1 #DAA4D3 and #D3DAA4 with #A4D3DA are triadic colors.

2 #DAD3A4 and #D3A4DA with #A4D3DA are triadic colors.