COLOR #A3CEE1

HEX: #A3CEE1
RGB: (163,206,225)

Color info

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

RGB color model

#A3CEE1 color RGB value is (163,206,225).

  • red value is 163;
  • green value is 206;
  • blue value is 225.
RGB:
(163,206,225)
(64%,81%,88%)

RGB channels and saturation

R 163 of 255 = 64%
G 206 of 255 = 81%
B 225 of 255 = 88%

163
206
225

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

Portions of RGB colors in percentages

R + G + B =
163 + 206 + 225 = 594 (100%)
R 163 of 594 ~ 27.44%
G 206 of 594 ~ 34.68%
B 225 of 594 ~ 37.88%

%27.44
%34.68
%37.88

CMYK color model

#A3CEE1 color CMYK value is (28,8,0,12).

  • cyan value is 27.56%
  • magenta value is 8.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(28,8,0,12)
C28M8Y0K12 
(28%,8%,0%,12%)
(0.28/0.08/0.00/0.12)	

CMYK percentages

%27.56
%8.44
%0
%11.76

Codes

Color #A3CEE1 in popluar color models

A3CEE1
RGB163206225
HSL198°50.82%76.08%
HSB/HSV198°27.56%88.24%
CMYK27.56%8.44%0.00%
11.76%

Color #A3CEE1 in popluar number systems.

HEXA3CEE1
Decimal163206225
Binary101000111100111011100001
Octal243316341

Shades and tints

Shades of #A3CEE1

#A3CEE1
(163,206,225)
#95BCCD
(149,188,205)
#87AAB9
(135,170,185)
#7998A5
(121,152,165)
#6B8691
(107,134,145)
#5D747D
(93,116,125)
#4F6269
(79,98,105)
#415055
(65,80,85)
#333E41
(51,62,65)
#252C2D
(37,44,45)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #A3CEE1

#A3CEE1
(163,206,225)
#ABD2E3
(171,210,227)
#B3D6E5
(179,214,229)
#BBDAE7
(187,218,231)
#C3DEE9
(195,222,233)
#CBE2EB
(203,226,235)
#D3E6ED
(211,230,237)
#DBEAEF
(219,234,239)
#E3EEF1
(227,238,241)
#EBF2F3
(235,242,243)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CEE1 color. Also use rgb(163,206,225) instead hex code.

Text Font Color

.myTextColor { color: #A3CEE1; }

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

This text font color is #A3CEE1.


Background Color

.myBgColor { background-color: #A3CEE1; }

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

This div background color is #A3CEE1.


Border color

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

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

This div border color is #A3CEE1.


Opacity

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

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

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

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

This text has shadow with #A3CEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CEE1 on black background.


Color preview on white background

This text has color #A3CEE1 on white background.



Black color preview on #A3CEE1 background

This text has black color on #A3CEE1 background.


White color preview on #A3CEE1 background

This text has white color on #A3CEE1 background.