COLOR #A4C2DE

HEX: #A4C2DE
RGB: (164,194,222)

Color info

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

RGB color model

#A4C2DE color RGB value is (164,194,222).

  • red value is 164;
  • green value is 194;
  • blue value is 222.
RGB:
(164,194,222)
(64%,76%,87%)

RGB channels and saturation

R 164 of 255 = 64%
G 194 of 255 = 76%
B 222 of 255 = 87%

164
194
222

R + G + B ~ 76%. #A4C2DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 194 + 222 = 580 (100%)
R 164 of 580 ~ 28.28%
G 194 of 580 ~ 33.45%
B 222 of 580 ~ 38.28%

%28.28
%33.45
%38.28

CMYK color model

#A4C2DE color CMYK value is (26,13,0,13).

  • cyan value is 26.13%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,13,0,13)
C26M13Y0K13 
(26%,13%,0%,13%)
(0.26/0.13/0.00/0.13)	

CMYK percentages

%26.13
%12.61
%0
%12.94

Codes

Color #A4C2DE in popluar color models

A4C2DE
RGB164194222
HSL209°46.77%75.69%
HSB/HSV209°26.13%87.06%
CMYK26.13%12.61%0.00%
12.94%

Color #A4C2DE in popluar number systems.

HEXA4C2DE
Decimal164194222
Binary101001001100001011011110
Octal244302336

Shades and tints

Shades of #A4C2DE

#A4C2DE
(164,194,222)
#96B1CA
(150,177,202)
#88A0B6
(136,160,182)
#7A8FA2
(122,143,162)
#6C7E8E
(108,126,142)
#5E6D7A
(94,109,122)
#505C66
(80,92,102)
#424B52
(66,75,82)
#343A3E
(52,58,62)
#26292A
(38,41,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #A4C2DE

#A4C2DE
(164,194,222)
#ACC7E1
(172,199,225)
#B4CCE4
(180,204,228)
#BCD1E7
(188,209,231)
#C4D6EA
(196,214,234)
#CCDBED
(204,219,237)
#D4E0F0
(212,224,240)
#DCE5F3
(220,229,243)
#E4EAF6
(228,234,246)
#ECEFF9
(236,239,249)
#F4F4FC
(244,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C2DE color. Also use rgb(164,194,222) instead hex code.

Text Font Color

.myTextColor { color: #A4C2DE; }

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

This text font color is #A4C2DE.


Background Color

.myBgColor { background-color: #A4C2DE; }

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

This div background color is #A4C2DE.


Border color

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

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

This div border color is #A4C2DE.


Opacity

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

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

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

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

This text has shadow with #A4C2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C2DE on black background.


Color preview on white background

This text has color #A4C2DE on white background.



Black color preview on #A4C2DE background

This text has black color on #A4C2DE background.


White color preview on #A4C2DE background

This text has white color on #A4C2DE background.