COLOR #A3DAAD

HEX: #A3DAAD
RGB: (163,218,173)

Color info

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

RGB color model

#A3DAAD color RGB value is (163,218,173).

  • red value is 163;
  • green value is 218;
  • blue value is 173.
RGB:
(163,218,173)
(64%,85%,68%)

RGB channels and saturation

R 163 of 255 = 64%
G 218 of 255 = 85%
B 173 of 255 = 68%

163
218
173

R + G + B ~ 72%. #A3DAAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 218 + 173 = 554 (100%)
R 163 of 554 ~ 29.42%
G 218 of 554 ~ 39.35%
B 173 of 554 ~ 31.23%

%29.42
%39.35
%31.23

CMYK color model

#A3DAAD color CMYK value is (25,0,21,15).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 20.64%
  • key color value is 14.51%
CMYK:
(25,0,21,15)
C25M0Y21K15 
(25%,0%,21%,15%)
(0.25/0.00/0.21/0.15)	

CMYK percentages

%25.23
%0
%20.64
%14.51

Codes

Color #A3DAAD in popluar color models

A3DAAD
RGB163218173
HSL131°42.64%74.71%
HSB/HSV131°25.23%85.49%
CMYK25.23%0.00%20.64%
14.51%

Color #A3DAAD in popluar number systems.

HEXA3DAAD
Decimal163218173
Binary101000111101101010101101
Octal243332255

Shades and tints

Shades of #A3DAAD

#A3DAAD
(163,218,173)
#95C79E
(149,199,158)
#87B48F
(135,180,143)
#79A180
(121,161,128)
#6B8E71
(107,142,113)
#5D7B62
(93,123,98)
#4F6853
(79,104,83)
#415544
(65,85,68)
#334235
(51,66,53)
#252F26
(37,47,38)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #A3DAAD

#A3DAAD
(163,218,173)
#ABDDB4
(171,221,180)
#B3E0BB
(179,224,187)
#BBE3C2
(187,227,194)
#C3E6C9
(195,230,201)
#CBE9D0
(203,233,208)
#D3ECD7
(211,236,215)
#DBEFDE
(219,239,222)
#E3F2E5
(227,242,229)
#EBF5EC
(235,245,236)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DAAD color. Also use rgb(163,218,173) instead hex code.

Text Font Color

.myTextColor { color: #A3DAAD; }

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

This text font color is #A3DAAD.


Background Color

.myBgColor { background-color: #A3DAAD; }

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

This div background color is #A3DAAD.


Border color

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

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

This div border color is #A3DAAD.


Opacity

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

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

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

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

This text has shadow with #A3DAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DAAD on black background.


Color preview on white background

This text has color #A3DAAD on white background.



Black color preview on #A3DAAD background

This text has black color on #A3DAAD background.


White color preview on #A3DAAD background

This text has white color on #A3DAAD background.