COLOR #A2DFB8

HEX: #A2DFB8
RGB: (162,223,184)

Color info

#A2DFB8 contains mainly green and blue colors. Web safe color of #A2DFB8 is #99CCCC (or #9CC).

RGB color model

#A2DFB8 color RGB value is (162,223,184).

  • red value is 162;
  • green value is 223;
  • blue value is 184.
RGB:
(162,223,184)
(64%,87%,72%)

RGB channels and saturation

R 162 of 255 = 64%
G 223 of 255 = 87%
B 184 of 255 = 72%

162
223
184

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

Portions of RGB colors in percentages

R + G + B =
162 + 223 + 184 = 569 (100%)
R 162 of 569 ~ 28.47%
G 223 of 569 ~ 39.19%
B 184 of 569 ~ 32.34%

%28.47
%39.19
%32.34

CMYK color model

#A2DFB8 color CMYK value is (27,0,17,13).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 17.49%
  • key color value is 12.55%
CMYK:
(27,0,17,13)
C27M0Y17K13 
(27%,0%,17%,13%)
(0.27/0.00/0.17/0.13)	

CMYK percentages

%27.35
%0
%17.49
%12.55

Codes

Color #A2DFB8 in popluar color models

A2DFB8
RGB162223184
HSL142°48.80%75.49%
HSB/HSV142°27.35%87.45%
CMYK27.35%0.00%17.49%
12.55%

Color #A2DFB8 in popluar number systems.

HEXA2DFB8
Decimal162223184
Binary101000101101111110111000
Octal242337270

Shades and tints

Shades of #A2DFB8

#A2DFB8
(162,223,184)
#94CBA8
(148,203,168)
#86B798
(134,183,152)
#78A388
(120,163,136)
#6A8F78
(106,143,120)
#5C7B68
(92,123,104)
#4E6758
(78,103,88)
#405348
(64,83,72)
#323F38
(50,63,56)
#242B28
(36,43,40)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #A2DFB8

#A2DFB8
(162,223,184)
#AAE1BE
(170,225,190)
#B2E3C4
(178,227,196)
#BAE5CA
(186,229,202)
#C2E7D0
(194,231,208)
#CAE9D6
(202,233,214)
#D2EBDC
(210,235,220)
#DAEDE2
(218,237,226)
#E2EFE8
(226,239,232)
#EAF1EE
(234,241,238)
#F2F3F4
(242,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DFB8 color. Also use rgb(162,223,184) instead hex code.

Text Font Color

.myTextColor { color: #A2DFB8; }

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

This text font color is #A2DFB8.


Background Color

.myBgColor { background-color: #A2DFB8; }

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

This div background color is #A2DFB8.


Border color

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

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

This div border color is #A2DFB8.


Opacity

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

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

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

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

This text has shadow with #A2DFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DFB8 on black background.


Color preview on white background

This text has color #A2DFB8 on white background.



Black color preview on #A2DFB8 background

This text has black color on #A2DFB8 background.


White color preview on #A2DFB8 background

This text has white color on #A2DFB8 background.