COLOR #A3DEF3

HEX: #A3DEF3 RGB: (163,222,243)

Color info

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

RGB color model

#A3DEF3 color RGB value is (163,222,243).

RGB: (163,222,243) (64%, 87%, 95%)

RGB channels and saturation

R 163 of 255 = 64%
G 222 of 255 = 87%
B 243 of 255 = 95%

163
222
243

R + G + B ~ 82%. #A3DEF3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 222 + 243 = 628 (100%)
R 163 of 628 ~ 25.96%
G 222 of 628 ~ 35.35%
B 243 of 628 ~ 38.69'%

%25.96
%35.35
%38.69

CMYK color model

#A3DEF3 color CMYK value is (33,9,0,5).

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

CMYK: (33,9,0,5)
C33M9Y0K5 (33%, 9%, 0%, 5%)
(0.33 / 0.09 / 0.00 / 0.05)

CMYK percentages

%32.92
%8.64
%0
%4.71

Codes

Color #A3DEF3 in popluar color models

A3 DE F3
RGB 163 222 243
HSL 196° 76.92% 79.61%
HSB/HSV 196° 32.92% 95.29%
CMYK 32.92% 8.64% 0.00%
4.71%

Color #A3DEF3 in popluar number systems.

HEX A3 DE F3
Decimal 163 222 243
Binary 10100011 11011110 11110011
Octal 243 336 363

Shades and tints

Shades of #A3DEF3

#A3DEF3
(163,222,243)
#95CADD
(149,202,221)
#87B6C7
(135,182,199)
#79A2B1
(121,162,177)
#6B8E9B
(107,142,155)
#5D7A85
(93,122,133)
#4F666F
(79,102,111)
#415259
(65,82,89)
#333E43
(51,62,67)
#252A2D
(37,42,45)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #A3DEF3

#A3DEF3
(163,222,243)
#ABE1F4
(171,225,244)
#B3E4F5
(179,228,245)
#BBE7F6
(187,231,246)
#C3EAF7
(195,234,247)
#CBEDF8
(203,237,248)
#D3F0F9
(211,240,249)
#DBF3FA
(219,243,250)
#E3F6FB
(227,246,251)
#EBF9FC
(235,249,252)
#F3FCFD
(243,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DEF3; }

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

This text font color is #A3DEF3.

Background Color

.myBgColor { background-color: #A3DEF3; }

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

This div background color is #A3DEF3.

Border color

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

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

This div border color is #A3DEF3.

Opacity

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

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

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

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

This text has shadow with #A3DEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DEF3.

Preview

Color preview on black background

This text has color #A3DEF3 on black background.


Color preview on white background

This text has color #A3DEF3 on white background.


Black color preview on #A3DEF3 background

This text has black color on #A3DEF3 background.


White color preview on #A3DEF3 background

This text has white color on #A3DEF3 background.


Related colors

Complementary color

Complementary color for #hex is #5C210C.


I love getcolorcode.com

Triadic colors

1 #F3A3DE and #DEF3A3 with #A3DEF3 are triadic colors.

2 #F3DEA3 and #DEA3F3 with #A3DEF3 are triadic colors.