COLOR #A3DDD1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

163
221
209

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

Portions of RGB colors in percentages

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

%27.49
%37.27
%35.24

CMYK color model

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

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

CMYK percentages

%26.24
%0
%5.43
%13.33

Codes

Color #A3DDD1 in popluar color models

A3DDD1
RGB163221209
HSL168°46.03%75.29%
HSB/HSV168°26.24%86.67%
CMYK26.24%0.00%5.43%
13.33%

Color #A3DDD1 in popluar number systems.

HEXA3DDD1
Decimal163221209
Binary101000111101110111010001
Octal243335321

Shades and tints

Shades of #A3DDD1

#A3DDD1
(163,221,209)
#95C9BE
(149,201,190)
#87B5AB
(135,181,171)
#79A198
(121,161,152)
#6B8D85
(107,141,133)
#5D7972
(93,121,114)
#4F655F
(79,101,95)
#41514C
(65,81,76)
#333D39
(51,61,57)
#252926
(37,41,38)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #A3DDD1

#A3DDD1
(163,221,209)
#ABE0D5
(171,224,213)
#B3E3D9
(179,227,217)
#BBE6DD
(187,230,221)
#C3E9E1
(195,233,225)
#CBECE5
(203,236,229)
#D3EFE9
(211,239,233)
#DBF2ED
(219,242,237)
#E3F5F1
(227,245,241)
#EBF8F5
(235,248,245)
#F3FBF9
(243,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DDD1; }

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

This text font color is #A3DDD1.


Background Color

.myBgColor { background-color: #A3DDD1; }

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

This div background color is #A3DDD1.


Border color

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

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

This div border color is #A3DDD1.


Opacity

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

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

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

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

This text has shadow with #A3DDD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DDD1 on black background.


Color preview on white background

This text has color #A3DDD1 on white background.



Black color preview on #A3DDD1 background

This text has black color on #A3DDD1 background.


White color preview on #A3DDD1 background

This text has white color on #A3DDD1 background.