COLOR #A3D1DD

HEX: #A3D1DD
RGB: (163,209,221)

Color info

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

RGB color model

#A3D1DD color RGB value is (163,209,221).

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

RGB channels and saturation

R 163 of 255 = 64%
G 209 of 255 = 82%
B 221 of 255 = 87%

163
209
221

R + G + B ~ 78%. #A3D1DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 209 + 221 = 593 (100%)
R 163 of 593 ~ 27.49%
G 209 of 593 ~ 35.24%
B 221 of 593 ~ 37.27%

%27.49
%35.24
%37.27

CMYK color model

#A3D1DD color CMYK value is (26,5,0,13).

  • cyan value is 26.24%
  • magenta value is 5.43%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(26,5,0,13)
C26M5Y0K13 
(26%,5%,0%,13%)
(0.26/0.05/0.00/0.13)	

CMYK percentages

%26.24
%5.43
%0
%13.33

Codes

Color #A3D1DD in popluar color models

A3D1DD
RGB163209221
HSL192°46.03%75.29%
HSB/HSV192°26.24%86.67%
CMYK26.24%5.43%0.00%
13.33%

Color #A3D1DD in popluar number systems.

HEXA3D1DD
Decimal163209221
Binary101000111101000111011101
Octal243321335

Shades and tints

Shades of #A3D1DD

#A3D1DD
(163,209,221)
#95BEC9
(149,190,201)
#87ABB5
(135,171,181)
#7998A1
(121,152,161)
#6B858D
(107,133,141)
#5D7279
(93,114,121)
#4F5F65
(79,95,101)
#414C51
(65,76,81)
#33393D
(51,57,61)
#252629
(37,38,41)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A3D1DD

#A3D1DD
(163,209,221)
#ABD5E0
(171,213,224)
#B3D9E3
(179,217,227)
#BBDDE6
(187,221,230)
#C3E1E9
(195,225,233)
#CBE5EC
(203,229,236)
#D3E9EF
(211,233,239)
#DBEDF2
(219,237,242)
#E3F1F5
(227,241,245)
#EBF5F8
(235,245,248)
#F3F9FB
(243,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3D1DD; }

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

This text font color is #A3D1DD.


Background Color

.myBgColor { background-color: #A3D1DD; }

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

This div background color is #A3D1DD.


Border color

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

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

This div border color is #A3D1DD.


Opacity

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

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

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

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

This text has shadow with #A3D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3D1DD on black background.


Color preview on white background

This text has color #A3D1DD on white background.



Black color preview on #A3D1DD background

This text has black color on #A3D1DD background.


White color preview on #A3D1DD background

This text has white color on #A3D1DD background.