COLOR #A3DBD1

HEX: #A3DBD1
RGB: (163,219,209)

Color info

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

RGB color model

#A3DBD1 color RGB value is (163,219,209).

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

RGB channels and saturation

R 163 of 255 = 64%
G 219 of 255 = 86%
B 209 of 255 = 82%

163
219
209

R + G + B ~ 77%. #A3DBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 219 + 209 = 591 (100%)
R 163 of 591 ~ 27.58%
G 219 of 591 ~ 37.06%
B 209 of 591 ~ 35.36%

%27.58
%37.06
%35.36

CMYK color model

#A3DBD1 color CMYK value is (26,0,5,14).

  • cyan value is 25.57%
  • magenta value is 0.00%
  • yellow value is 4.57%
  • key color value is 14.12%
CMYK:
(26,0,5,14)
C26M0Y5K14 
(26%,0%,5%,14%)
(0.26/0.00/0.05/0.14)	

CMYK percentages

%25.57
%0
%4.57
%14.12

Codes

Color #A3DBD1 in popluar color models

A3DBD1
RGB163219209
HSL169°43.75%74.90%
HSB/HSV169°25.57%85.88%
CMYK25.57%0.00%4.57%
14.12%

Color #A3DBD1 in popluar number systems.

HEXA3DBD1
Decimal163219209
Binary101000111101101111010001
Octal243333321

Shades and tints

Shades of #A3DBD1

#A3DBD1
(163,219,209)
#95C8BE
(149,200,190)
#87B5AB
(135,181,171)
#79A298
(121,162,152)
#6B8F85
(107,143,133)
#5D7C72
(93,124,114)
#4F695F
(79,105,95)
#41564C
(65,86,76)
#334339
(51,67,57)
#253026
(37,48,38)
#171D13
(23,29,19)
#000000
(0,0,0)

Tints of #A3DBD1

#A3DBD1
(163,219,209)
#ABDED5
(171,222,213)
#B3E1D9
(179,225,217)
#BBE4DD
(187,228,221)
#C3E7E1
(195,231,225)
#CBEAE5
(203,234,229)
#D3EDE9
(211,237,233)
#DBF0ED
(219,240,237)
#E3F3F1
(227,243,241)
#EBF6F5
(235,246,245)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DBD1; }

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

This text font color is #A3DBD1.


Background Color

.myBgColor { background-color: #A3DBD1; }

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

This div background color is #A3DBD1.


Border color

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

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

This div border color is #A3DBD1.


Opacity

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

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

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

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

This text has shadow with #A3DBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DBD1 on black background.


Color preview on white background

This text has color #A3DBD1 on white background.



Black color preview on #A3DBD1 background

This text has black color on #A3DBD1 background.


White color preview on #A3DBD1 background

This text has white color on #A3DBD1 background.