COLOR #A3C4F3

HEX: #A3C4F3 RGB: (163,196,243)

Color info

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

RGB color model

#A3C4F3 color RGB value is (163,196,243).

RGB: (163,196,243) (64%, 77%, 95%)

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 243 of 255 = 95%

163
196
243

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

Portions of RGB colors in percentages

R + G + B = 163 + 196 + 243 = 602 (100%)
R 163 of 602 ~ 27.08%
G 196 of 602 ~ 32.56%
B 243 of 602 ~ 40.37'%

%27.08
%32.56
%40.37

CMYK color model

#A3C4F3 color CMYK value is (33,19,0,5).

  • cyan value is 32.92%
  • magenta value is 19.34%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (33,19,0,5)
C33M19Y0K5 (33%, 19%, 0%, 5%)
(0.33 / 0.19 / 0.00 / 0.05)

CMYK percentages

%32.92
%19.34
%0
%4.71

Codes

Color #A3C4F3 in popluar color models

A3 C4 F3
RGB 163 196 243
HSL 215° 76.92% 79.61%
HSB/HSV 215° 32.92% 95.29%
CMYK 32.92% 19.34% 0.00%
4.71%

Color #A3C4F3 in popluar number systems.

HEX A3 C4 F3
Decimal 163 196 243
Binary 10100011 11000100 11110011
Octal 243 304 363

Shades and tints

Shades of #A3C4F3

#A3C4F3
(163,196,243)
#95B3DD
(149,179,221)
#87A2C7
(135,162,199)
#7991B1
(121,145,177)
#6B809B
(107,128,155)
#5D6F85
(93,111,133)
#4F5E6F
(79,94,111)
#414D59
(65,77,89)
#333C43
(51,60,67)
#252B2D
(37,43,45)
#171A17
(23,26,23)
#000000
(0,0,0)

Tints of #A3C4F3

#A3C4F3
(163,196,243)
#ABC9F4
(171,201,244)
#B3CEF5
(179,206,245)
#BBD3F6
(187,211,246)
#C3D8F7
(195,216,247)
#CBDDF8
(203,221,248)
#D3E2F9
(211,226,249)
#DBE7FA
(219,231,250)
#E3ECFB
(227,236,251)
#EBF1FC
(235,241,252)
#F3F6FD
(243,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C4F3 color. Also use rgb(163,196,243) instead hex code.

Text Font Color

.myTextColor { color: #A3C4F3; }

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

This text font color is #A3C4F3.

Background Color

.myBgColor { background-color: #A3C4F3; }

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

This div background color is #A3C4F3.

Border color

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

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

This div border color is #A3C4F3.

Opacity

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

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

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

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

This text has shadow with #A3C4F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C4F3.

Preview

Color preview on black background

This text has color #A3C4F3 on black background.


Color preview on white background

This text has color #A3C4F3 on white background.


Black color preview on #A3C4F3 background

This text has black color on #A3C4F3 background.


White color preview on #A3C4F3 background

This text has white color on #A3C4F3 background.


Related colors

Complementary color

Complementary color for #hex is #5C3B0C.


I love getcolorcode.com

Triadic colors

1 #F3A3C4 and #C4F3A3 with #A3C4F3 are triadic colors.

2 #F3C4A3 and #C4A3F3 with #A3C4F3 are triadic colors.