COLOR #A3DDC6

HEX: #A3DDC6
RGB: (163,221,198)

Color info

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

RGB color model

#A3DDC6 color RGB value is (163,221,198).

  • red value is 163;
  • green value is 221;
  • blue value is 198.
RGB:
(163,221,198)
(64%,87%,78%)

RGB channels and saturation

R 163 of 255 = 64%
G 221 of 255 = 87%
B 198 of 255 = 78%

163
221
198

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

Portions of RGB colors in percentages

R + G + B =
163 + 221 + 198 = 582 (100%)
R 163 of 582 ~ 28.01%
G 221 of 582 ~ 37.97%
B 198 of 582 ~ 34.02%

%28.01
%37.97
%34.02

CMYK color model

#A3DDC6 color CMYK value is (26,0,10,13).

  • cyan value is 26.24%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(26,0,10,13)
C26M0Y10K13 
(26%,0%,10%,13%)
(0.26/0.00/0.10/0.13)	

CMYK percentages

%26.24
%0
%10.41
%13.33

Codes

Color #A3DDC6 in popluar color models

A3DDC6
RGB163221198
HSL156°46.03%75.29%
HSB/HSV156°26.24%86.67%
CMYK26.24%0.00%10.41%
13.33%

Color #A3DDC6 in popluar number systems.

HEXA3DDC6
Decimal163221198
Binary101000111101110111000110
Octal243335306

Shades and tints

Shades of #A3DDC6

#A3DDC6
(163,221,198)
#95C9B4
(149,201,180)
#87B5A2
(135,181,162)
#79A190
(121,161,144)
#6B8D7E
(107,141,126)
#5D796C
(93,121,108)
#4F655A
(79,101,90)
#415148
(65,81,72)
#333D36
(51,61,54)
#252924
(37,41,36)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #A3DDC6

#A3DDC6
(163,221,198)
#ABE0CB
(171,224,203)
#B3E3D0
(179,227,208)
#BBE6D5
(187,230,213)
#C3E9DA
(195,233,218)
#CBECDF
(203,236,223)
#D3EFE4
(211,239,228)
#DBF2E9
(219,242,233)
#E3F5EE
(227,245,238)
#EBF8F3
(235,248,243)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DDC6 color. Also use rgb(163,221,198) instead hex code.

Text Font Color

.myTextColor { color: #A3DDC6; }

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

This text font color is #A3DDC6.


Background Color

.myBgColor { background-color: #A3DDC6; }

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

This div background color is #A3DDC6.


Border color

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

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

This div border color is #A3DDC6.


Opacity

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

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

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

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

This text has shadow with #A3DDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DDC6 on black background.


Color preview on white background

This text has color #A3DDC6 on white background.



Black color preview on #A3DDC6 background

This text has black color on #A3DDC6 background.


White color preview on #A3DDC6 background

This text has white color on #A3DDC6 background.