COLOR #A3DFB3

HEX: #A3DFB3
RGB: (163,223,179)

Color info

#A3DFB3 contains mainly green and blue colors. Web safe color of #A3DFB3 is #99CC99 (or #9C9).

RGB color model

#A3DFB3 color RGB value is (163,223,179).

  • red value is 163;
  • green value is 223;
  • blue value is 179.
RGB:
(163,223,179)
(64%,87%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 223 of 255 = 87%
B 179 of 255 = 70%

163
223
179

R + G + B ~ 74%. #A3DFB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 223 + 179 = 565 (100%)
R 163 of 565 ~ 28.85%
G 223 of 565 ~ 39.47%
B 179 of 565 ~ 31.68%

%28.85
%39.47
%31.68

CMYK color model

#A3DFB3 color CMYK value is (27,0,20,13).

  • cyan value is 26.91%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 12.55%
CMYK:
(27,0,20,13)
C27M0Y20K13 
(27%,0%,20%,13%)
(0.27/0.00/0.20/0.13)	

CMYK percentages

%26.91
%0
%19.73
%12.55

Codes

Color #A3DFB3 in popluar color models

A3DFB3
RGB163223179
HSL136°48.39%75.69%
HSB/HSV136°26.91%87.45%
CMYK26.91%0.00%19.73%
12.55%

Color #A3DFB3 in popluar number systems.

HEXA3DFB3
Decimal163223179
Binary101000111101111110110011
Octal243337263

Shades and tints

Shades of #A3DFB3

#A3DFB3
(163,223,179)
#95CBA3
(149,203,163)
#87B793
(135,183,147)
#79A383
(121,163,131)
#6B8F73
(107,143,115)
#5D7B63
(93,123,99)
#4F6753
(79,103,83)
#415343
(65,83,67)
#333F33
(51,63,51)
#252B23
(37,43,35)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #A3DFB3

#A3DFB3
(163,223,179)
#ABE1B9
(171,225,185)
#B3E3BF
(179,227,191)
#BBE5C5
(187,229,197)
#C3E7CB
(195,231,203)
#CBE9D1
(203,233,209)
#D3EBD7
(211,235,215)
#DBEDDD
(219,237,221)
#E3EFE3
(227,239,227)
#EBF1E9
(235,241,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DFB3 color. Also use rgb(163,223,179) instead hex code.

Text Font Color

.myTextColor { color: #A3DFB3; }

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

This text font color is #A3DFB3.


Background Color

.myBgColor { background-color: #A3DFB3; }

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

This div background color is #A3DFB3.


Border color

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

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

This div border color is #A3DFB3.


Opacity

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

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

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

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

This text has shadow with #A3DFB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3DFB3 on black background.


Color preview on white background

This text has color #A3DFB3 on white background.



Black color preview on #A3DFB3 background

This text has black color on #A3DFB3 background.


White color preview on #A3DFB3 background

This text has white color on #A3DFB3 background.