COLOR #A4C2E3

HEX: #A4C2E3
RGB: (164,194,227)

Color info

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

RGB color model

#A4C2E3 color RGB value is (164,194,227).

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

RGB channels and saturation

R 164 of 255 = 64%
G 194 of 255 = 76%
B 227 of 255 = 89%

164
194
227

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

Portions of RGB colors in percentages

R + G + B =
164 + 194 + 227 = 585 (100%)
R 164 of 585 ~ 28.03%
G 194 of 585 ~ 33.16%
B 227 of 585 ~ 38.8%

%28.03
%33.16
%38.8

CMYK color model

#A4C2E3 color CMYK value is (28,15,0,11).

  • cyan value is 27.75%
  • magenta value is 14.54%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,15,0,11)
C28M15Y0K11 
(28%,15%,0%,11%)
(0.28/0.15/0.00/0.11)	

CMYK percentages

%27.75
%14.54
%0
%10.98

Codes

Color #A4C2E3 in popluar color models

A4C2E3
RGB164194227
HSL211°52.94%76.67%
HSB/HSV211°27.75%89.02%
CMYK27.75%14.54%0.00%
10.98%

Color #A4C2E3 in popluar number systems.

HEXA4C2E3
Decimal164194227
Binary101001001100001011100011
Octal244302343

Shades and tints

Shades of #A4C2E3

#A4C2E3
(164,194,227)
#96B1CF
(150,177,207)
#88A0BB
(136,160,187)
#7A8FA7
(122,143,167)
#6C7E93
(108,126,147)
#5E6D7F
(94,109,127)
#505C6B
(80,92,107)
#424B57
(66,75,87)
#343A43
(52,58,67)
#26292F
(38,41,47)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #A4C2E3

#A4C2E3
(164,194,227)
#ACC7E5
(172,199,229)
#B4CCE7
(180,204,231)
#BCD1E9
(188,209,233)
#C4D6EB
(196,214,235)
#CCDBED
(204,219,237)
#D4E0EF
(212,224,239)
#DCE5F1
(220,229,241)
#E4EAF3
(228,234,243)
#ECEFF5
(236,239,245)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C2E3; }

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

This text font color is #A4C2E3.


Background Color

.myBgColor { background-color: #A4C2E3; }

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

This div background color is #A4C2E3.


Border color

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

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

This div border color is #A4C2E3.


Opacity

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

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

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

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

This text has shadow with #A4C2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C2E3 on black background.


Color preview on white background

This text has color #A4C2E3 on white background.



Black color preview on #A4C2E3 background

This text has black color on #A4C2E3 background.


White color preview on #A4C2E3 background

This text has white color on #A4C2E3 background.