COLOR #A3DAC9

HEX: #A3DAC9 RGB: (163,218,201)

Color info

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

RGB color model

#A3DAC9 color RGB value is (163,218,201).

RGB: (163,218,201) (64%, 85%, 79%)

RGB channels and saturation

R 163 of 255 = 64%
G 218 of 255 = 85%
B 201 of 255 = 79%

163
218
201

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

Portions of RGB colors in percentages

R + G + B = 163 + 218 + 201 = 582 (100%)
R 163 of 582 ~ 28.01%
G 218 of 582 ~ 37.46%
B 201 of 582 ~ 34.54'%

%28.01
%37.46
%34.54

CMYK color model

#A3DAC9 color CMYK value is (25,0,8,15).

  • cyan value is 25.23%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 14.51%

CMYK: (25,0,8,15)
C25M0Y8K15 (25%, 0%, 8%, 15%)
(0.25 / 0.00 / 0.08 / 0.15)

CMYK percentages

%25.23
%0
%7.8
%14.51

Codes

Color #A3DAC9 in popluar color models

A3 DA C9
RGB 163 218 201
HSL 161° 42.64% 74.71%
HSB/HSV 161° 25.23% 85.49%
CMYK 25.23% 0.00% 7.80%
14.51%

Color #A3DAC9 in popluar number systems.

HEX A3 DA C9
Decimal 163 218 201
Binary 10100011 11011010 11001001
Octal 243 332 311

Shades and tints

Shades of #A3DAC9

#A3DAC9
(163,218,201)
#95C7B7
(149,199,183)
#87B4A5
(135,180,165)
#79A193
(121,161,147)
#6B8E81
(107,142,129)
#5D7B6F
(93,123,111)
#4F685D
(79,104,93)
#41554B
(65,85,75)
#334239
(51,66,57)
#252F27
(37,47,39)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #A3DAC9

#A3DAC9
(163,218,201)
#ABDDCD
(171,221,205)
#B3E0D1
(179,224,209)
#BBE3D5
(187,227,213)
#C3E6D9
(195,230,217)
#CBE9DD
(203,233,221)
#D3ECE1
(211,236,225)
#DBEFE5
(219,239,229)
#E3F2E9
(227,242,233)
#EBF5ED
(235,245,237)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DAC9; }

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

This text font color is #A3DAC9.

Background Color

.myBgColor { background-color: #A3DAC9; }

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

This div background color is #A3DAC9.

Border color

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

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

This div border color is #A3DAC9.

Opacity

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

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

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

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

This text has shadow with #A3DAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DAC9.

Preview

Color preview on black background

This text has color #A3DAC9 on black background.


Color preview on white background

This text has color #A3DAC9 on white background.


Black color preview on #A3DAC9 background

This text has black color on #A3DAC9 background.


White color preview on #A3DAC9 background

This text has white color on #A3DAC9 background.


Related colors

Complementary color

Complementary color for #hex is #5C2536.


I love getcolorcode.com

Triadic colors

1 #C9A3DA and #DAC9A3 with #A3DAC9 are triadic colors.

2 #C9DAA3 and #DAA3C9 with #A3DAC9 are triadic colors.