COLOR #A4C2D5

HEX: #A4C2D5
RGB: (164,194,213)

Color info

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

RGB color model

#A4C2D5 color RGB value is (164,194,213).

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

RGB channels and saturation

R 164 of 255 = 64%
G 194 of 255 = 76%
B 213 of 255 = 84%

164
194
213

R + G + B ~ 75%. #A4C2D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 194 + 213 = 571 (100%)
R 164 of 571 ~ 28.72%
G 194 of 571 ~ 33.98%
B 213 of 571 ~ 37.3%

%28.72
%33.98
%37.3

CMYK color model

#A4C2D5 color CMYK value is (23,9,0,16).

  • cyan value is 23.00%
  • magenta value is 8.92%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(23,9,0,16)
C23M9Y0K16 
(23%,9%,0%,16%)
(0.23/0.09/0.00/0.16)	

CMYK percentages

%23
%8.92
%0
%16.47

Codes

Color #A4C2D5 in popluar color models

A4C2D5
RGB164194213
HSL203°36.84%73.92%
HSB/HSV203°23.00%83.53%
CMYK23.00%8.92%0.00%
16.47%

Color #A4C2D5 in popluar number systems.

HEXA4C2D5
Decimal164194213
Binary101001001100001011010101
Octal244302325

Shades and tints

Shades of #A4C2D5

#A4C2D5
(164,194,213)
#96B1C2
(150,177,194)
#88A0AF
(136,160,175)
#7A8F9C
(122,143,156)
#6C7E89
(108,126,137)
#5E6D76
(94,109,118)
#505C63
(80,92,99)
#424B50
(66,75,80)
#343A3D
(52,58,61)
#26292A
(38,41,42)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #A4C2D5

#A4C2D5
(164,194,213)
#ACC7D8
(172,199,216)
#B4CCDB
(180,204,219)
#BCD1DE
(188,209,222)
#C4D6E1
(196,214,225)
#CCDBE4
(204,219,228)
#D4E0E7
(212,224,231)
#DCE5EA
(220,229,234)
#E4EAED
(228,234,237)
#ECEFF0
(236,239,240)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C2D5; }

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

This text font color is #A4C2D5.


Background Color

.myBgColor { background-color: #A4C2D5; }

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

This div background color is #A4C2D5.


Border color

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

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

This div border color is #A4C2D5.


Opacity

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

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

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

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

This text has shadow with #A4C2D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C2D5 on black background.


Color preview on white background

This text has color #A4C2D5 on white background.



Black color preview on #A4C2D5 background

This text has black color on #A4C2D5 background.


White color preview on #A4C2D5 background

This text has white color on #A4C2D5 background.