COLOR #A4C7E3

HEX: #A4C7E3
RGB: (164,199,227)

Color info

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

RGB color model

#A4C7E3 color RGB value is (164,199,227).

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

RGB channels and saturation

R 164 of 255 = 64%
G 199 of 255 = 78%
B 227 of 255 = 89%

164
199
227

R + G + B ~ 77%. #A4C7E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 199 + 227 = 590 (100%)
R 164 of 590 ~ 27.8%
G 199 of 590 ~ 33.73%
B 227 of 590 ~ 38.47%

%27.8
%33.73
%38.47

CMYK color model

#A4C7E3 color CMYK value is (28,12,0,11).

  • cyan value is 27.75%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(28,12,0,11)
C28M12Y0K11 
(28%,12%,0%,11%)
(0.28/0.12/0.00/0.11)	

CMYK percentages

%27.75
%12.33
%0
%10.98

Codes

Color #A4C7E3 in popluar color models

A4C7E3
RGB164199227
HSL207°52.94%76.67%
HSB/HSV207°27.75%89.02%
CMYK27.75%12.33%0.00%
10.98%

Color #A4C7E3 in popluar number systems.

HEXA4C7E3
Decimal164199227
Binary101001001100011111100011
Octal244307343

Shades and tints

Shades of #A4C7E3

#A4C7E3
(164,199,227)
#96B5CF
(150,181,207)
#88A3BB
(136,163,187)
#7A91A7
(122,145,167)
#6C7F93
(108,127,147)
#5E6D7F
(94,109,127)
#505B6B
(80,91,107)
#424957
(66,73,87)
#343743
(52,55,67)
#26252F
(38,37,47)
#18131B
(24,19,27)
#000000
(0,0,0)

Tints of #A4C7E3

#A4C7E3
(164,199,227)
#ACCCE5
(172,204,229)
#B4D1E7
(180,209,231)
#BCD6E9
(188,214,233)
#C4DBEB
(196,219,235)
#CCE0ED
(204,224,237)
#D4E5EF
(212,229,239)
#DCEAF1
(220,234,241)
#E4EFF3
(228,239,243)
#ECF4F5
(236,244,245)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C7E3; }

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

This text font color is #A4C7E3.


Background Color

.myBgColor { background-color: #A4C7E3; }

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

This div background color is #A4C7E3.


Border color

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

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

This div border color is #A4C7E3.


Opacity

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

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

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

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

This text has shadow with #A4C7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C7E3 on black background.


Color preview on white background

This text has color #A4C7E3 on white background.



Black color preview on #A4C7E3 background

This text has black color on #A4C7E3 background.


White color preview on #A4C7E3 background

This text has white color on #A4C7E3 background.