COLOR #A4CEF0

HEX: #A4CEF0 RGB: (164,206,240)

Color info

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

RGB color model

#A4CEF0 color RGB value is (164,206,240).

RGB: (164,206,240) (64%, 81%, 94%)

RGB channels and saturation

R 164 of 255 = 64%
G 206 of 255 = 81%
B 240 of 255 = 94%

164
206
240

R + G + B ~ 80%. #A4CEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 206 + 240 = 610 (100%)
R 164 of 610 ~ 26.89%
G 206 of 610 ~ 33.77%
B 240 of 610 ~ 39.34'%

%26.89
%33.77
%39.34

CMYK color model

#A4CEF0 color CMYK value is (32,14,0,6).

  • cyan value is 31.67%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (32,14,0,6)
C32M14Y0K6 (32%, 14%, 0%, 6%)
(0.32 / 0.14 / 0.00 / 0.06)

CMYK percentages

%31.67
%14.17
%0
%5.88

Codes

Color #A4CEF0 in popluar color models

A4 CE F0
RGB 164 206 240
HSL 207° 71.70% 79.22%
HSB/HSV 207° 31.67% 94.12%
CMYK 31.67% 14.17% 0.00%
5.88%

Color #A4CEF0 in popluar number systems.

HEX A4 CE F0
Decimal 164 206 240
Binary 10100100 11001110 11110000
Octal 244 316 360

Shades and tints

Shades of #A4CEF0

#A4CEF0
(164,206,240)
#96BCDB
(150,188,219)
#88AAC6
(136,170,198)
#7A98B1
(122,152,177)
#6C869C
(108,134,156)
#5E7487
(94,116,135)
#506272
(80,98,114)
#42505D
(66,80,93)
#343E48
(52,62,72)
#262C33
(38,44,51)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #A4CEF0

#A4CEF0
(164,206,240)
#ACD2F1
(172,210,241)
#B4D6F2
(180,214,242)
#BCDAF3
(188,218,243)
#C4DEF4
(196,222,244)
#CCE2F5
(204,226,245)
#D4E6F6
(212,230,246)
#DCEAF7
(220,234,247)
#E4EEF8
(228,238,248)
#ECF2F9
(236,242,249)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4CEF0 color. Also use rgb(164,206,240) instead hex code.

Text Font Color

.myTextColor { color: #A4CEF0; }

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

This text font color is #A4CEF0.

Background Color

.myBgColor { background-color: #A4CEF0; }

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

This div background color is #A4CEF0.

Border color

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

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

This div border color is #A4CEF0.

Opacity

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

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

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

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

This text has shadow with #A4CEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4CEF0.

Preview

Color preview on black background

This text has color #A4CEF0 on black background.


Color preview on white background

This text has color #A4CEF0 on white background.


Black color preview on #A4CEF0 background

This text has black color on #A4CEF0 background.


White color preview on #A4CEF0 background

This text has white color on #A4CEF0 background.


Related colors

Complementary color

Complementary color for #hex is #5B310F.


I love getcolorcode.com

Triadic colors

1 #F0A4CE and #CEF0A4 with #A4CEF0 are triadic colors.

2 #F0CEA4 and #CEA4F0 with #A4CEF0 are triadic colors.