COLOR #A3DEC5

HEX: #A3DEC5 RGB: (163,222,197)

Color info

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

RGB color model

#A3DEC5 color RGB value is (163,222,197).

RGB: (163,222,197) (64%, 87%, 77%)

RGB channels and saturation

R 163 of 255 = 64%
G 222 of 255 = 87%
B 197 of 255 = 77%

163
222
197

R + G + B ~ 76%. #A3DEC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 222 + 197 = 582 (100%)
R 163 of 582 ~ 28.01%
G 222 of 582 ~ 38.14%
B 197 of 582 ~ 33.85'%

%28.01
%38.14
%33.85

CMYK color model

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

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

CMYK: (27,0,11,13)
C27M0Y11K13 (27%, 0%, 11%, 13%)
(0.27 / 0.00 / 0.11 / 0.13)

CMYK percentages

%26.58
%0
%11.26
%12.94

Codes

Color #A3DEC5 in popluar color models

A3 DE C5
RGB 163 222 197
HSL 155° 47.20% 75.49%
HSB/HSV 155° 26.58% 87.06%
CMYK 26.58% 0.00% 11.26%
12.94%

Color #A3DEC5 in popluar number systems.

HEX A3 DE C5
Decimal 163 222 197
Binary 10100011 11011110 11000101
Octal 243 336 305

Shades and tints

Shades of #A3DEC5

#A3DEC5
(163,222,197)
#95CAB4
(149,202,180)
#87B6A3
(135,182,163)
#79A292
(121,162,146)
#6B8E81
(107,142,129)
#5D7A70
(93,122,112)
#4F665F
(79,102,95)
#41524E
(65,82,78)
#333E3D
(51,62,61)
#252A2C
(37,42,44)
#17161B
(23,22,27)
#000000
(0,0,0)

Tints of #A3DEC5

#A3DEC5
(163,222,197)
#ABE1CA
(171,225,202)
#B3E4CF
(179,228,207)
#BBE7D4
(187,231,212)
#C3EAD9
(195,234,217)
#CBEDDE
(203,237,222)
#D3F0E3
(211,240,227)
#DBF3E8
(219,243,232)
#E3F6ED
(227,246,237)
#EBF9F2
(235,249,242)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DEC5; }

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

This text font color is #A3DEC5.

Background Color

.myBgColor { background-color: #A3DEC5; }

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

This div background color is #A3DEC5.

Border color

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

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

This div border color is #A3DEC5.

Opacity

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

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

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

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

This text has shadow with #A3DEC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DEC5.

Preview

Color preview on black background

This text has color #A3DEC5 on black background.


Color preview on white background

This text has color #A3DEC5 on white background.


Black color preview on #A3DEC5 background

This text has black color on #A3DEC5 background.


White color preview on #A3DEC5 background

This text has white color on #A3DEC5 background.


Related colors

Complementary color

Complementary color for #hex is #5C213A.


I love getcolorcode.com

Triadic colors

1 #C5A3DE and #DEC5A3 with #A3DEC5 are triadic colors.

2 #C5DEA3 and #DEA3C5 with #A3DEC5 are triadic colors.