COLOR #A4D1EA

HEX: #A4D1EA RGB: (164,209,234)

Color info

#A4D1EA contains mainly green and blue colors. Web safe color of #A4D1EA is #99CCFF (or #9CF).

RGB color model

#A4D1EA color RGB value is (164,209,234).

RGB: (164,209,234) (64%, 82%, 92%)

RGB channels and saturation

R 164 of 255 = 64%
G 209 of 255 = 82%
B 234 of 255 = 92%

164
209
234

R + G + B ~ 79%. #A4D1EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 209 + 234 = 607 (100%)
R 164 of 607 ~ 27.02%
G 209 of 607 ~ 34.43%
B 234 of 607 ~ 38.55'%

%27.02
%34.43
%38.55

CMYK color model

#A4D1EA color CMYK value is (30,11,0,8).

  • cyan value is 29.91%
  • magenta value is 10.68%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (30,11,0,8)
C30M11Y0K8 (30%, 11%, 0%, 8%)
(0.30 / 0.11 / 0.00 / 0.08)

CMYK percentages

%29.91
%10.68
%0
%8.24

Codes

Color #A4D1EA in popluar color models

A4 D1 EA
RGB 164 209 234
HSL 201° 62.50% 78.04%
HSB/HSV 201° 29.91% 91.76%
CMYK 29.91% 10.68% 0.00%
8.24%

Color #A4D1EA in popluar number systems.

HEX A4 D1 EA
Decimal 164 209 234
Binary 10100100 11010001 11101010
Octal 244 321 352

Shades and tints

Shades of #A4D1EA

#A4D1EA
(164,209,234)
#96BED5
(150,190,213)
#88ABC0
(136,171,192)
#7A98AB
(122,152,171)
#6C8596
(108,133,150)
#5E7281
(94,114,129)
#505F6C
(80,95,108)
#424C57
(66,76,87)
#343942
(52,57,66)
#26262D
(38,38,45)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #A4D1EA

#A4D1EA
(164,209,234)
#ACD5EB
(172,213,235)
#B4D9EC
(180,217,236)
#BCDDED
(188,221,237)
#C4E1EE
(196,225,238)
#CCE5EF
(204,229,239)
#D4E9F0
(212,233,240)
#DCEDF1
(220,237,241)
#E4F1F2
(228,241,242)
#ECF5F3
(236,245,243)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D1EA color. Also use rgb(164,209,234) instead hex code.

Text Font Color

.myTextColor { color: #A4D1EA; }

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

This text font color is #A4D1EA.

Background Color

.myBgColor { background-color: #A4D1EA; }

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

This div background color is #A4D1EA.

Border color

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

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

This div border color is #A4D1EA.

Opacity

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

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

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

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

This text has shadow with #A4D1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4D1EA.

Preview

Color preview on black background

This text has color #A4D1EA on black background.


Color preview on white background

This text has color #A4D1EA on white background.


Black color preview on #A4D1EA background

This text has black color on #A4D1EA background.


White color preview on #A4D1EA background

This text has white color on #A4D1EA background.


Related colors

Complementary color

Complementary color for #hex is #5B2E15.


I love getcolorcode.com

Triadic colors

1 #EAA4D1 and #D1EAA4 with #A4D1EA are triadic colors.

2 #EAD1A4 and #D1A4EA with #A4D1EA are triadic colors.