COLOR #A3CEFA

HEX: #A3CEFA
RGB: (163,206,250)

Color info

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

RGB color model

#A3CEFA color RGB value is (163,206,250).

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

RGB channels and saturation

R 163 of 255 = 64%
G 206 of 255 = 81%
B 250 of 255 = 98%

163
206
250

R + G + B ~ 81%. #A3CEFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 206 + 250 = 619 (100%)
R 163 of 619 ~ 26.33%
G 206 of 619 ~ 33.28%
B 250 of 619 ~ 40.39%

%26.33
%33.28
%40.39

CMYK color model

#A3CEFA color CMYK value is (35,18,0,2).

  • cyan value is 34.80%
  • magenta value is 17.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(35,18,0,2)
C35M18Y0K2 
(35%,18%,0%,2%)
(0.35/0.18/0.00/0.02)	

CMYK percentages

%34.8
%17.6
%0
%1.96

Codes

Color #A3CEFA in popluar color models

A3CEFA
RGB163206250
HSL210°89.69%80.98%
HSB/HSV210°34.80%98.04%
CMYK34.80%17.60%0.00%
1.96%

Color #A3CEFA in popluar number systems.

HEXA3CEFA
Decimal163206250
Binary101000111100111011111010
Octal243316372

Shades and tints

Shades of #A3CEFA

#A3CEFA
(163,206,250)
#95BCE4
(149,188,228)
#87AACE
(135,170,206)
#7998B8
(121,152,184)
#6B86A2
(107,134,162)
#5D748C
(93,116,140)
#4F6276
(79,98,118)
#415060
(65,80,96)
#333E4A
(51,62,74)
#252C34
(37,44,52)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #A3CEFA

#A3CEFA
(163,206,250)
#ABD2FA
(171,210,250)
#B3D6FA
(179,214,250)
#BBDAFA
(187,218,250)
#C3DEFA
(195,222,250)
#CBE2FA
(203,226,250)
#D3E6FA
(211,230,250)
#DBEAFA
(219,234,250)
#E3EEFA
(227,238,250)
#EBF2FA
(235,242,250)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3CEFA; }

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

This text font color is #A3CEFA.


Background Color

.myBgColor { background-color: #A3CEFA; }

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

This div background color is #A3CEFA.


Border color

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

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

This div border color is #A3CEFA.


Opacity

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

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

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

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

This text has shadow with #A3CEFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3CEFA on black background.


Color preview on white background

This text has color #A3CEFA on white background.



Black color preview on #A3CEFA background

This text has black color on #A3CEFA background.


White color preview on #A3CEFA background

This text has white color on #A3CEFA background.