COLOR #A4DFE6

HEX: #A4DFE6 RGB: (164,223,230)

Color info

#A4DFE6 contains mainly green and blue colors. Web safe color of #A4DFE6 is #99CCCC (or #9CC).

RGB color model

#A4DFE6 color RGB value is (164,223,230).

RGB: (164,223,230) (64%, 87%, 90%)

RGB channels and saturation

R 164 of 255 = 64%
G 223 of 255 = 87%
B 230 of 255 = 90%

164
223
230

R + G + B ~ 80%. #A4DFE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 223 + 230 = 617 (100%)
R 164 of 617 ~ 26.58%
G 223 of 617 ~ 36.14%
B 230 of 617 ~ 37.28'%

%26.58
%36.14
%37.28

CMYK color model

#A4DFE6 color CMYK value is (29,3,0,10).

  • cyan value is 28.70%
  • magenta value is 3.04%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (29,3,0,10)
C29M3Y0K10 (29%, 3%, 0%, 10%)
(0.29 / 0.03 / 0.00 / 0.10)

CMYK percentages

%28.7
%3.04
%0
%9.8

Codes

Color #A4DFE6 in popluar color models

A4 DF E6
RGB 164 223 230
HSL 186° 56.90% 77.25%
HSB/HSV 186° 28.70% 90.20%
CMYK 28.70% 3.04% 0.00%
9.80%

Color #A4DFE6 in popluar number systems.

HEX A4 DF E6
Decimal 164 223 230
Binary 10100100 11011111 11100110
Octal 244 337 346

Shades and tints

Shades of #A4DFE6

#A4DFE6
(164,223,230)
#96CBD2
(150,203,210)
#88B7BE
(136,183,190)
#7AA3AA
(122,163,170)
#6C8F96
(108,143,150)
#5E7B82
(94,123,130)
#50676E
(80,103,110)
#42535A
(66,83,90)
#343F46
(52,63,70)
#262B32
(38,43,50)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #A4DFE6

#A4DFE6
(164,223,230)
#ACE1E8
(172,225,232)
#B4E3EA
(180,227,234)
#BCE5EC
(188,229,236)
#C4E7EE
(196,231,238)
#CCE9F0
(204,233,240)
#D4EBF2
(212,235,242)
#DCEDF4
(220,237,244)
#E4EFF6
(228,239,246)
#ECF1F8
(236,241,248)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DFE6 color. Also use rgb(164,223,230) instead hex code.

Text Font Color

.myTextColor { color: #A4DFE6; }

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

This text font color is #A4DFE6.

Background Color

.myBgColor { background-color: #A4DFE6; }

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

This div background color is #A4DFE6.

Border color

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

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

This div border color is #A4DFE6.

Opacity

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

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

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

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

This text has shadow with #A4DFE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DFE6.

Preview

Color preview on black background

This text has color #A4DFE6 on black background.


Color preview on white background

This text has color #A4DFE6 on white background.


Black color preview on #A4DFE6 background

This text has black color on #A4DFE6 background.


White color preview on #A4DFE6 background

This text has white color on #A4DFE6 background.


Related colors

Complementary color

Complementary color for #hex is #5B2019.


I love getcolorcode.com

Triadic colors

1 #E6A4DF and #DFE6A4 with #A4DFE6 are triadic colors.

2 #E6DFA4 and #DFA4E6 with #A4DFE6 are triadic colors.