COLOR #A3D5D2

HEX: #A3D5D2 RGB: (163,213,210)

Color info

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

RGB color model

#A3D5D2 color RGB value is (163,213,210).

RGB: (163,213,210) (64%, 84%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 213 of 255 = 84%
B 210 of 255 = 82%

163
213
210

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

Portions of RGB colors in percentages

R + G + B = 163 + 213 + 210 = 586 (100%)
R 163 of 586 ~ 27.82%
G 213 of 586 ~ 36.35%
B 210 of 586 ~ 35.84'%

%27.82
%36.35
%35.84

CMYK color model

#A3D5D2 color CMYK value is (23,0,1,16).

  • cyan value is 23.47%
  • magenta value is 0.00%
  • yellow value is 1.41%
  • key color value is 16.47%

CMYK: (23,0,1,16)
C23M0Y1K16 (23%, 0%, 1%, 16%)
(0.23 / 0.00 / 0.01 / 0.16)

CMYK percentages

%23.47
%0
%1.41
%16.47

Codes

Color #A3D5D2 in popluar color models

A3 D5 D2
RGB 163 213 210
HSL 176° 37.31% 73.73%
HSB/HSV 176° 23.47% 83.53%
CMYK 23.47% 0.00% 1.41%
16.47%

Color #A3D5D2 in popluar number systems.

HEX A3 D5 D2
Decimal 163 213 210
Binary 10100011 11010101 11010010
Octal 243 325 322

Shades and tints

Shades of #A3D5D2

#A3D5D2
(163,213,210)
#95C2BF
(149,194,191)
#87AFAC
(135,175,172)
#799C99
(121,156,153)
#6B8986
(107,137,134)
#5D7673
(93,118,115)
#4F6360
(79,99,96)
#41504D
(65,80,77)
#333D3A
(51,61,58)
#252A27
(37,42,39)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3D5D2

#A3D5D2
(163,213,210)
#ABD8D6
(171,216,214)
#B3DBDA
(179,219,218)
#BBDEDE
(187,222,222)
#C3E1E2
(195,225,226)
#CBE4E6
(203,228,230)
#D3E7EA
(211,231,234)
#DBEAEE
(219,234,238)
#E3EDF2
(227,237,242)
#EBF0F6
(235,240,246)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3D5D2 color. Also use rgb(163,213,210) instead hex code.

Text Font Color

.myTextColor { color: #A3D5D2; }

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

This text font color is #A3D5D2.

Background Color

.myBgColor { background-color: #A3D5D2; }

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

This div background color is #A3D5D2.

Border color

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

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

This div border color is #A3D5D2.

Opacity

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

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

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

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

This text has shadow with #A3D5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3D5D2.

Preview

Color preview on black background

This text has color #A3D5D2 on black background.


Color preview on white background

This text has color #A3D5D2 on white background.


Black color preview on #A3D5D2 background

This text has black color on #A3D5D2 background.


White color preview on #A3D5D2 background

This text has white color on #A3D5D2 background.


Related colors

Complementary color

Complementary color for #hex is #5C2A2D.


I love getcolorcode.com

Triadic colors

1 #D2A3D5 and #D5D2A3 with #A3D5D2 are triadic colors.

2 #D2D5A3 and #D5A3D2 with #A3D5D2 are triadic colors.