COLOR #A3CDF2

HEX: #A3CDF2 RGB: (163,205,242)

Color info

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

RGB color model

#A3CDF2 color RGB value is (163,205,242).

RGB: (163,205,242) (64%, 80%, 95%)

RGB channels and saturation

R 163 of 255 = 64%
G 205 of 255 = 80%
B 242 of 255 = 95%

163
205
242

R + G + B ~ 80%. #A3CDF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 205 + 242 = 610 (100%)
R 163 of 610 ~ 26.72%
G 205 of 610 ~ 33.61%
B 242 of 610 ~ 39.67'%

%26.72
%33.61
%39.67

CMYK color model

#A3CDF2 color CMYK value is (33,15,0,5).

  • cyan value is 32.64%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (33,15,0,5)
C33M15Y0K5 (33%, 15%, 0%, 5%)
(0.33 / 0.15 / 0.00 / 0.05)

CMYK percentages

%32.64
%15.29
%0
%5.1

Codes

Color #A3CDF2 in popluar color models

A3 CD F2
RGB 163 205 242
HSL 208° 75.24% 79.41%
HSB/HSV 208° 32.64% 94.90%
CMYK 32.64% 15.29% 0.00%
5.10%

Color #A3CDF2 in popluar number systems.

HEX A3 CD F2
Decimal 163 205 242
Binary 10100011 11001101 11110010
Octal 243 315 362

Shades and tints

Shades of #A3CDF2

#A3CDF2
(163,205,242)
#95BBDC
(149,187,220)
#87A9C6
(135,169,198)
#7997B0
(121,151,176)
#6B859A
(107,133,154)
#5D7384
(93,115,132)
#4F616E
(79,97,110)
#414F58
(65,79,88)
#333D42
(51,61,66)
#252B2C
(37,43,44)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #A3CDF2

#A3CDF2
(163,205,242)
#ABD1F3
(171,209,243)
#B3D5F4
(179,213,244)
#BBD9F5
(187,217,245)
#C3DDF6
(195,221,246)
#CBE1F7
(203,225,247)
#D3E5F8
(211,229,248)
#DBE9F9
(219,233,249)
#E3EDFA
(227,237,250)
#EBF1FB
(235,241,251)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3CDF2 color. Also use rgb(163,205,242) instead hex code.

Text Font Color

.myTextColor { color: #A3CDF2; }

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

This text font color is #A3CDF2.

Background Color

.myBgColor { background-color: #A3CDF2; }

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

This div background color is #A3CDF2.

Border color

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

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

This div border color is #A3CDF2.

Opacity

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

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

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

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

This text has shadow with #A3CDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3CDF2.

Preview

Color preview on black background

This text has color #A3CDF2 on black background.


Color preview on white background

This text has color #A3CDF2 on white background.


Black color preview on #A3CDF2 background

This text has black color on #A3CDF2 background.


White color preview on #A3CDF2 background

This text has white color on #A3CDF2 background.


Related colors

Complementary color

Complementary color for #hex is #5C320D.


I love getcolorcode.com

Triadic colors

1 #F2A3CD and #CDF2A3 with #A3CDF2 are triadic colors.

2 #F2CDA3 and #CDA3F2 with #A3CDF2 are triadic colors.