COLOR #A3DDDE

HEX: #A3DDDE
RGB: (163,221,222)

Color info

#A3DDDE contains red, green and blue colors in about the same proportion. Web safe color of #A3DDDE is #99CCCC (or #9CC).

RGB color model

#A3DDDE color RGB value is (163,221,222).

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

RGB channels and saturation

R 163 of 255 = 64%
G 221 of 255 = 87%
B 222 of 255 = 87%

163
221
222

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

Portions of RGB colors in percentages

R + G + B =
163 + 221 + 222 = 606 (100%)
R 163 of 606 ~ 26.9%
G 221 of 606 ~ 36.47%
B 222 of 606 ~ 36.63%

%26.9
%36.47
%36.63

CMYK color model

#A3DDDE color CMYK value is (27,0,0,13).

  • cyan value is 26.58%
  • magenta value is 0.45%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(27,0,0,13)
C27M0Y0K13 
(27%,0%,0%,13%)
(0.27/0.00/0.00/0.13)	

CMYK percentages

%26.58
%0.45
%0
%12.94

Codes

Color #A3DDDE in popluar color models

A3DDDE
RGB163221222
HSL181°47.20%75.49%
HSB/HSV181°26.58%87.06%
CMYK26.58%0.45%0.00%
12.94%

Color #A3DDDE in popluar number systems.

HEXA3DDDE
Decimal163221222
Binary101000111101110111011110
Octal243335336

Shades and tints

Shades of #A3DDDE

#A3DDDE
(163,221,222)
#95C9CA
(149,201,202)
#87B5B6
(135,181,182)
#79A1A2
(121,161,162)
#6B8D8E
(107,141,142)
#5D797A
(93,121,122)
#4F6566
(79,101,102)
#415152
(65,81,82)
#333D3E
(51,61,62)
#25292A
(37,41,42)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #A3DDDE

#A3DDDE
(163,221,222)
#ABE0E1
(171,224,225)
#B3E3E4
(179,227,228)
#BBE6E7
(187,230,231)
#C3E9EA
(195,233,234)
#CBECED
(203,236,237)
#D3EFF0
(211,239,240)
#DBF2F3
(219,242,243)
#E3F5F6
(227,245,246)
#EBF8F9
(235,248,249)
#F3FBFC
(243,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DDDE; }

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

This text font color is #A3DDDE.


Background Color

.myBgColor { background-color: #A3DDDE; }

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

This div background color is #A3DDDE.


Border color

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

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

This div border color is #A3DDDE.


Opacity

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

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

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

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

This text has shadow with #A3DDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DDDE on black background.


Color preview on white background

This text has color #A3DDDE on white background.



Black color preview on #A3DDDE background

This text has black color on #A3DDDE background.


White color preview on #A3DDDE background

This text has white color on #A3DDDE background.