COLOR #A3CEE9

HEX: #A3CEE9
RGB: (163,206,233)

Color info

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

RGB color model

#A3CEE9 color RGB value is (163,206,233).

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

RGB channels and saturation

R 163 of 255 = 64%
G 206 of 255 = 81%
B 233 of 255 = 91%

163
206
233

R + G + B ~ 79%. #A3CEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 206 + 233 = 602 (100%)
R 163 of 602 ~ 27.08%
G 206 of 602 ~ 34.22%
B 233 of 602 ~ 38.7%

%27.08
%34.22
%38.7

CMYK color model

#A3CEE9 color CMYK value is (30,12,0,9).

  • cyan value is 30.04%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(30,12,0,9)
C30M12Y0K9 
(30%,12%,0%,9%)
(0.30/0.12/0.00/0.09)	

CMYK percentages

%30.04
%11.59
%0
%8.63

Codes

Color #A3CEE9 in popluar color models

A3CEE9
RGB163206233
HSL203°61.40%77.65%
HSB/HSV203°30.04%91.37%
CMYK30.04%11.59%0.00%
8.63%

Color #A3CEE9 in popluar number systems.

HEXA3CEE9
Decimal163206233
Binary101000111100111011101001
Octal243316351

Shades and tints

Shades of #A3CEE9

#A3CEE9
(163,206,233)
#95BCD4
(149,188,212)
#87AABF
(135,170,191)
#7998AA
(121,152,170)
#6B8695
(107,134,149)
#5D7480
(93,116,128)
#4F626B
(79,98,107)
#415056
(65,80,86)
#333E41
(51,62,65)
#252C2C
(37,44,44)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #A3CEE9

#A3CEE9
(163,206,233)
#ABD2EB
(171,210,235)
#B3D6ED
(179,214,237)
#BBDAEF
(187,218,239)
#C3DEF1
(195,222,241)
#CBE2F3
(203,226,243)
#D3E6F5
(211,230,245)
#DBEAF7
(219,234,247)
#E3EEF9
(227,238,249)
#EBF2FB
(235,242,251)
#F3F6FD
(243,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CEE9; }

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

This text font color is #A3CEE9.


Background Color

.myBgColor { background-color: #A3CEE9; }

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

This div background color is #A3CEE9.


Border color

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

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

This div border color is #A3CEE9.


Opacity

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

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

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

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

This text has shadow with #A3CEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CEE9 on black background.


Color preview on white background

This text has color #A3CEE9 on white background.



Black color preview on #A3CEE9 background

This text has black color on #A3CEE9 background.


White color preview on #A3CEE9 background

This text has white color on #A3CEE9 background.