COLOR #A1DFB7

HEX: #A1DFB7
RGB: (161,223,183)

Color info

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

RGB color model

#A1DFB7 color RGB value is (161,223,183).

  • red value is 161;
  • green value is 223;
  • blue value is 183.
RGB:
(161,223,183)
(63%,87%,72%)

RGB channels and saturation

R 161 of 255 = 63%
G 223 of 255 = 87%
B 183 of 255 = 72%

161
223
183

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

Portions of RGB colors in percentages

R + G + B =
161 + 223 + 183 = 567 (100%)
R 161 of 567 ~ 28.4%
G 223 of 567 ~ 39.33%
B 183 of 567 ~ 32.28%

%28.4
%39.33
%32.28

CMYK color model

#A1DFB7 color CMYK value is (28,0,18,13).

  • cyan value is 27.80%
  • magenta value is 0.00%
  • yellow value is 17.94%
  • key color value is 12.55%
CMYK:
(28,0,18,13)
C28M0Y18K13 
(28%,0%,18%,13%)
(0.28/0.00/0.18/0.13)	

CMYK percentages

%27.8
%0
%17.94
%12.55

Codes

Color #A1DFB7 in popluar color models

A1DFB7
RGB161223183
HSL141°49.21%75.29%
HSB/HSV141°27.80%87.45%
CMYK27.80%0.00%17.94%
12.55%

Color #A1DFB7 in popluar number systems.

HEXA1DFB7
Decimal161223183
Binary101000011101111110110111
Octal241337267

Shades and tints

Shades of #A1DFB7

#A1DFB7
(161,223,183)
#93CBA7
(147,203,167)
#85B797
(133,183,151)
#77A387
(119,163,135)
#698F77
(105,143,119)
#5B7B67
(91,123,103)
#4D6757
(77,103,87)
#3F5347
(63,83,71)
#313F37
(49,63,55)
#232B27
(35,43,39)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #A1DFB7

#A1DFB7
(161,223,183)
#A9E1BD
(169,225,189)
#B1E3C3
(177,227,195)
#B9E5C9
(185,229,201)
#C1E7CF
(193,231,207)
#C9E9D5
(201,233,213)
#D1EBDB
(209,235,219)
#D9EDE1
(217,237,225)
#E1EFE7
(225,239,231)
#E9F1ED
(233,241,237)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1DFB7 color. Also use rgb(161,223,183) instead hex code.

Text Font Color

.myTextColor { color: #A1DFB7; }

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

This text font color is #A1DFB7.


Background Color

.myBgColor { background-color: #A1DFB7; }

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

This div background color is #A1DFB7.


Border color

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

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

This div border color is #A1DFB7.


Opacity

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

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

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

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

This text has shadow with #A1DFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1DFB7 on black background.


Color preview on white background

This text has color #A1DFB7 on white background.



Black color preview on #A1DFB7 background

This text has black color on #A1DFB7 background.


White color preview on #A1DFB7 background

This text has white color on #A1DFB7 background.