COLOR #A3DEDB

HEX: #A3DEDB RGB: (163,222,219)

Color info

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

RGB color model

#A3DEDB color RGB value is (163,222,219).

RGB: (163,222,219) (64%, 87%, 86%)

RGB channels and saturation

R 163 of 255 = 64%
G 222 of 255 = 87%
B 219 of 255 = 86%

163
222
219

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

Portions of RGB colors in percentages

R + G + B = 163 + 222 + 219 = 604 (100%)
R 163 of 604 ~ 26.99%
G 222 of 604 ~ 36.75%
B 219 of 604 ~ 36.26'%

%26.99
%36.75
%36.26

CMYK color model

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

  • cyan value is 26.58%
  • magenta value is 0.00%
  • yellow value is 1.35%
  • key color value is 12.94%

CMYK: (27,0,1,13)
C27M0Y1K13 (27%, 0%, 1%, 13%)
(0.27 / 0.00 / 0.01 / 0.13)

CMYK percentages

%26.58
%0
%1.35
%12.94

Codes

Color #A3DEDB in popluar color models

A3 DE DB
RGB 163 222 219
HSL 177° 47.20% 75.49%
HSB/HSV 177° 26.58% 87.06%
CMYK 26.58% 0.00% 1.35%
12.94%

Color #A3DEDB in popluar number systems.

HEX A3 DE DB
Decimal 163 222 219
Binary 10100011 11011110 11011011
Octal 243 336 333

Shades and tints

Shades of #A3DEDB

#A3DEDB
(163,222,219)
#95CAC8
(149,202,200)
#87B6B5
(135,182,181)
#79A2A2
(121,162,162)
#6B8E8F
(107,142,143)
#5D7A7C
(93,122,124)
#4F6669
(79,102,105)
#415256
(65,82,86)
#333E43
(51,62,67)
#252A30
(37,42,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #A3DEDB

#A3DEDB
(163,222,219)
#ABE1DE
(171,225,222)
#B3E4E1
(179,228,225)
#BBE7E4
(187,231,228)
#C3EAE7
(195,234,231)
#CBEDEA
(203,237,234)
#D3F0ED
(211,240,237)
#DBF3F0
(219,243,240)
#E3F6F3
(227,246,243)
#EBF9F6
(235,249,246)
#F3FCF9
(243,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DEDB; }

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

This text font color is #A3DEDB.

Background Color

.myBgColor { background-color: #A3DEDB; }

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

This div background color is #A3DEDB.

Border color

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

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

This div border color is #A3DEDB.

Opacity

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

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

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

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

This text has shadow with #A3DEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DEDB.

Preview

Color preview on black background

This text has color #A3DEDB on black background.


Color preview on white background

This text has color #A3DEDB on white background.


Black color preview on #A3DEDB background

This text has black color on #A3DEDB background.


White color preview on #A3DEDB background

This text has white color on #A3DEDB background.


Related colors

Complementary color

Complementary color for #hex is #5C2124.


I love getcolorcode.com

Triadic colors

1 #DBA3DE and #DEDBA3 with #A3DEDB are triadic colors.

2 #DBDEA3 and #DEA3DB with #A3DEDB are triadic colors.