COLOR #A4CDF2

HEX: #A4CDF2 RGB: (164,205,242)

Color info

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

RGB color model

#A4CDF2 color RGB value is (164,205,242).

RGB: (164,205,242) (64%, 80%, 95%)

RGB channels and saturation

R 164 of 255 = 64%
G 205 of 255 = 80%
B 242 of 255 = 95%

164
205
242

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

Portions of RGB colors in percentages

R + G + B = 164 + 205 + 242 = 611 (100%)
R 164 of 611 ~ 26.84%
G 205 of 611 ~ 33.55%
B 242 of 611 ~ 39.61'%

%26.84
%33.55
%39.61

CMYK color model

#A4CDF2 color CMYK value is (32,15,0,5).

  • cyan value is 32.23%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (32,15,0,5)
C32M15Y0K5 (32%, 15%, 0%, 5%)
(0.32 / 0.15 / 0.00 / 0.05)

CMYK percentages

%32.23
%15.29
%0
%5.1

Codes

Color #A4CDF2 in popluar color models

A4 CD F2
RGB 164 205 242
HSL 208° 75.00% 79.61%
HSB/HSV 208° 32.23% 94.90%
CMYK 32.23% 15.29% 0.00%
5.10%

Color #A4CDF2 in popluar number systems.

HEX A4 CD F2
Decimal 164 205 242
Binary 10100100 11001101 11110010
Octal 244 315 362

Shades and tints

Shades of #A4CDF2

#A4CDF2
(164,205,242)
#96BBDC
(150,187,220)
#88A9C6
(136,169,198)
#7A97B0
(122,151,176)
#6C859A
(108,133,154)
#5E7384
(94,115,132)
#50616E
(80,97,110)
#424F58
(66,79,88)
#343D42
(52,61,66)
#262B2C
(38,43,44)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #A4CDF2

#A4CDF2
(164,205,242)
#ACD1F3
(172,209,243)
#B4D5F4
(180,213,244)
#BCD9F5
(188,217,245)
#C4DDF6
(196,221,246)
#CCE1F7
(204,225,247)
#D4E5F8
(212,229,248)
#DCE9F9
(220,233,249)
#E4EDFA
(228,237,250)
#ECF1FB
(236,241,251)
#F4F5FC
(244,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CDF2 color. Also use rgb(164,205,242) instead hex code.

Text Font Color

.myTextColor { color: #A4CDF2; }

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

This text font color is #A4CDF2.

Background Color

.myBgColor { background-color: #A4CDF2; }

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

This div background color is #A4CDF2.

Border color

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

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

This div border color is #A4CDF2.

Opacity

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

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

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

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

This text has shadow with #A4CDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CDF2.

Preview

Color preview on black background

This text has color #A4CDF2 on black background.


Color preview on white background

This text has color #A4CDF2 on white background.


Black color preview on #A4CDF2 background

This text has black color on #A4CDF2 background.


White color preview on #A4CDF2 background

This text has white color on #A4CDF2 background.


Related colors

Complementary color

Complementary color for #hex is #5B320D.


I love getcolorcode.com

Triadic colors

1 #F2A4CD and #CDF2A4 with #A4CDF2 are triadic colors.

2 #F2CDA4 and #CDA4F2 with #A4CDF2 are triadic colors.