COLOR #ADF7BE

HEX: #ADF7BE RGB: (173,247,190)

Color info

#ADF7BE contains mainly green and blue colors. Web safe color of #ADF7BE is #99FFCC (or #9FC).

RGB color model

#ADF7BE color RGB value is (173,247,190).

RGB: (173,247,190) (68%, 97%, 75%)

RGB channels and saturation

R 173 of 255 = 68%
G 247 of 255 = 97%
B 190 of 255 = 75%

173
247
190

R + G + B ~ 80%. #ADF7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 247 + 190 = 610 (100%)
R 173 of 610 ~ 28.36%
G 247 of 610 ~ 40.49%
B 190 of 610 ~ 31.15'%

%28.36
%40.49
%31.15

CMYK color model

#ADF7BE color CMYK value is (30,0,23,3).

  • cyan value is 29.96%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 3.14%

CMYK: (30,0,23,3)
C30M0Y23K3 (30%, 0%, 23%, 3%)
(0.30 / 0.00 / 0.23 / 0.03)

CMYK percentages

%29.96
%0
%23.08
%3.14

Codes

Color #ADF7BE in popluar color models

AD F7 BE
RGB 173 247 190
HSL 134° 82.22% 82.35%
HSB/HSV 134° 29.96% 96.86%
CMYK 29.96% 0.00% 23.08%
3.14%

Color #ADF7BE in popluar number systems.

HEX AD F7 BE
Decimal 173 247 190
Binary 10101101 11110111 10111110
Octal 255 367 276

Shades and tints

Shades of #ADF7BE

#ADF7BE
(173,247,190)
#9EE1AD
(158,225,173)
#8FCB9C
(143,203,156)
#80B58B
(128,181,139)
#719F7A
(113,159,122)
#628969
(98,137,105)
#537358
(83,115,88)
#445D47
(68,93,71)
#354736
(53,71,54)
#263125
(38,49,37)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #ADF7BE

#ADF7BE
(173,247,190)
#B4F7C3
(180,247,195)
#BBF7C8
(187,247,200)
#C2F7CD
(194,247,205)
#C9F7D2
(201,247,210)
#D0F7D7
(208,247,215)
#D7F7DC
(215,247,220)
#DEF7E1
(222,247,225)
#E5F7E6
(229,247,230)
#ECF7EB
(236,247,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADF7BE color. Also use rgb(173,247,190) instead hex code.

Text Font Color

.myTextColor { color: #ADF7BE; }

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

This text font color is #ADF7BE.

Background Color

.myBgColor { background-color: #ADF7BE; }

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

This div background color is #ADF7BE.

Border color

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

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

This div border color is #ADF7BE.

Opacity

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

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

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

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

This text has shadow with #ADF7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADF7BE.

Preview

Color preview on black background

This text has color #ADF7BE on black background.


Color preview on white background

This text has color #ADF7BE on white background.


Black color preview on #ADF7BE background

This text has black color on #ADF7BE background.


White color preview on #ADF7BE background

This text has white color on #ADF7BE background.


Related colors

Complementary color

Complementary color for #hex is #520841.


I love getcolorcode.com

Triadic colors

1 #BEADF7 and #F7BEAD with #ADF7BE are triadic colors.

2 #BEF7AD and #F7ADBE with #ADF7BE are triadic colors.