COLOR #A4C0EF

HEX: #A4C0EF RGB: (164,192,239)

Color info

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

RGB color model

#A4C0EF color RGB value is (164,192,239).

RGB: (164,192,239) (64%, 75%, 94%)

RGB channels and saturation

R 164 of 255 = 64%
G 192 of 255 = 75%
B 239 of 255 = 94%

164
192
239

R + G + B ~ 78%. #A4C0EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 192 + 239 = 595 (100%)
R 164 of 595 ~ 27.56%
G 192 of 595 ~ 32.27%
B 239 of 595 ~ 40.17'%

%27.56
%32.27
%40.17

CMYK color model

#A4C0EF color CMYK value is (31,20,0,6).

  • cyan value is 31.38%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (31,20,0,6)
C31M20Y0K6 (31%, 20%, 0%, 6%)
(0.31 / 0.20 / 0.00 / 0.06)

CMYK percentages

%31.38
%19.67
%0
%6.27

Codes

Color #A4C0EF in popluar color models

A4 C0 EF
RGB 164 192 239
HSL 218° 70.09% 79.02%
HSB/HSV 218° 31.38% 93.73%
CMYK 31.38% 19.67% 0.00%
6.27%

Color #A4C0EF in popluar number systems.

HEX A4 C0 EF
Decimal 164 192 239
Binary 10100100 11000000 11101111
Octal 244 300 357

Shades and tints

Shades of #A4C0EF

#A4C0EF
(164,192,239)
#96AFDA
(150,175,218)
#889EC5
(136,158,197)
#7A8DB0
(122,141,176)
#6C7C9B
(108,124,155)
#5E6B86
(94,107,134)
#505A71
(80,90,113)
#42495C
(66,73,92)
#343847
(52,56,71)
#262732
(38,39,50)
#18161D
(24,22,29)
#000000
(0,0,0)

Tints of #A4C0EF

#A4C0EF
(164,192,239)
#ACC5F0
(172,197,240)
#B4CAF1
(180,202,241)
#BCCFF2
(188,207,242)
#C4D4F3
(196,212,243)
#CCD9F4
(204,217,244)
#D4DEF5
(212,222,245)
#DCE3F6
(220,227,246)
#E4E8F7
(228,232,247)
#ECEDF8
(236,237,248)
#F4F2F9
(244,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C0EF color. Also use rgb(164,192,239) instead hex code.

Text Font Color

.myTextColor { color: #A4C0EF; }

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

This text font color is #A4C0EF.

Background Color

.myBgColor { background-color: #A4C0EF; }

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

This div background color is #A4C0EF.

Border color

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

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

This div border color is #A4C0EF.

Opacity

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

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

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

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

This text has shadow with #A4C0EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4C0EF.

Preview

Color preview on black background

This text has color #A4C0EF on black background.


Color preview on white background

This text has color #A4C0EF on white background.


Black color preview on #A4C0EF background

This text has black color on #A4C0EF background.


White color preview on #A4C0EF background

This text has white color on #A4C0EF background.


Related colors

Complementary color

Complementary color for #hex is #5B3F10.


I love getcolorcode.com

Triadic colors

1 #EFA4C0 and #C0EFA4 with #A4C0EF are triadic colors.

2 #EFC0A4 and #C0A4EF with #A4C0EF are triadic colors.