COLOR #A3DDFB

HEX: #A3DDFB
RGB: (163,221,251)

Color info

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

RGB color model

#A3DDFB color RGB value is (163,221,251).

  • red value is 163;
  • green value is 221;
  • blue value is 251.
RGB:
(163,221,251)
(64%,87%,98%)

RGB channels and saturation

R 163 of 255 = 64%
G 221 of 255 = 87%
B 251 of 255 = 98%

163
221
251

R + G + B ~ 83%. #A3DDFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 221 + 251 = 635 (100%)
R 163 of 635 ~ 25.67%
G 221 of 635 ~ 34.8%
B 251 of 635 ~ 39.53%

%25.67
%34.8
%39.53

CMYK color model

#A3DDFB color CMYK value is (35,12,0,2).

  • cyan value is 35.06%
  • magenta value is 11.95%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(35,12,0,2)
C35M12Y0K2 
(35%,12%,0%,2%)
(0.35/0.12/0.00/0.02)	

CMYK percentages

%35.06
%11.95
%0
%1.57

Codes

Color #A3DDFB in popluar color models

A3DDFB
RGB163221251
HSL200°91.67%81.18%
HSB/HSV200°35.06%98.43%
CMYK35.06%11.95%0.00%
1.57%

Color #A3DDFB in popluar number systems.

HEXA3DDFB
Decimal163221251
Binary101000111101110111111011
Octal243335373

Shades and tints

Shades of #A3DDFB

#A3DDFB
(163,221,251)
#95C9E5
(149,201,229)
#87B5CF
(135,181,207)
#79A1B9
(121,161,185)
#6B8DA3
(107,141,163)
#5D798D
(93,121,141)
#4F6577
(79,101,119)
#415161
(65,81,97)
#333D4B
(51,61,75)
#252935
(37,41,53)
#17151F
(23,21,31)
#000000
(0,0,0)

Tints of #A3DDFB

#A3DDFB
(163,221,251)
#ABE0FB
(171,224,251)
#B3E3FB
(179,227,251)
#BBE6FB
(187,230,251)
#C3E9FB
(195,233,251)
#CBECFB
(203,236,251)
#D3EFFB
(211,239,251)
#DBF2FB
(219,242,251)
#E3F5FB
(227,245,251)
#EBF8FB
(235,248,251)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DDFB color. Also use rgb(163,221,251) instead hex code.

Text Font Color

.myTextColor { color: #A3DDFB; }

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

This text font color is #A3DDFB.


Background Color

.myBgColor { background-color: #A3DDFB; }

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

This div background color is #A3DDFB.


Border color

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

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

This div border color is #A3DDFB.


Opacity

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

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

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

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

This text has shadow with #A3DDFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DDFB on black background.


Color preview on white background

This text has color #A3DDFB on white background.



Black color preview on #A3DDFB background

This text has black color on #A3DDFB background.


White color preview on #A3DDFB background

This text has white color on #A3DDFB background.