COLOR #A3CCEF

HEX: #A3CCEF RGB: (163,204,239)

Color info

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

RGB color model

#A3CCEF color RGB value is (163,204,239).

RGB: (163,204,239) (64%, 80%, 94%)

RGB channels and saturation

R 163 of 255 = 64%
G 204 of 255 = 80%
B 239 of 255 = 94%

163
204
239

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

Portions of RGB colors in percentages

R + G + B = 163 + 204 + 239 = 606 (100%)
R 163 of 606 ~ 26.9%
G 204 of 606 ~ 33.66%
B 239 of 606 ~ 39.44'%

%26.9
%33.66
%39.44

CMYK color model

#A3CCEF color CMYK value is (32,15,0,6).

  • cyan value is 31.80%
  • magenta value is 14.64%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (32,15,0,6)
C32M15Y0K6 (32%, 15%, 0%, 6%)
(0.32 / 0.15 / 0.00 / 0.06)

CMYK percentages

%31.8
%14.64
%0
%6.27

Codes

Color #A3CCEF in popluar color models

A3 CC EF
RGB 163 204 239
HSL 208° 70.37% 78.82%
HSB/HSV 208° 31.80% 93.73%
CMYK 31.80% 14.64% 0.00%
6.27%

Color #A3CCEF in popluar number systems.

HEX A3 CC EF
Decimal 163 204 239
Binary 10100011 11001100 11101111
Octal 243 314 357

Shades and tints

Shades of #A3CCEF

#A3CCEF
(163,204,239)
#95BADA
(149,186,218)
#87A8C5
(135,168,197)
#7996B0
(121,150,176)
#6B849B
(107,132,155)
#5D7286
(93,114,134)
#4F6071
(79,96,113)
#414E5C
(65,78,92)
#333C47
(51,60,71)
#252A32
(37,42,50)
#17181D
(23,24,29)
#000000
(0,0,0)

Tints of #A3CCEF

#A3CCEF
(163,204,239)
#ABD0F0
(171,208,240)
#B3D4F1
(179,212,241)
#BBD8F2
(187,216,242)
#C3DCF3
(195,220,243)
#CBE0F4
(203,224,244)
#D3E4F5
(211,228,245)
#DBE8F6
(219,232,246)
#E3ECF7
(227,236,247)
#EBF0F8
(235,240,248)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CCEF color. Also use rgb(163,204,239) instead hex code.

Text Font Color

.myTextColor { color: #A3CCEF; }

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

This text font color is #A3CCEF.

Background Color

.myBgColor { background-color: #A3CCEF; }

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

This div background color is #A3CCEF.

Border color

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

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

This div border color is #A3CCEF.

Opacity

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

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

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

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

This text has shadow with #A3CCEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CCEF.

Preview

Color preview on black background

This text has color #A3CCEF on black background.


Color preview on white background

This text has color #A3CCEF on white background.


Black color preview on #A3CCEF background

This text has black color on #A3CCEF background.


White color preview on #A3CCEF background

This text has white color on #A3CCEF background.


Related colors

Complementary color

Complementary color for #hex is #5C3310.


I love getcolorcode.com

Triadic colors

1 #EFA3CC and #CCEFA3 with #A3CCEF are triadic colors.

2 #EFCCA3 and #CCA3EF with #A3CCEF are triadic colors.