COLOR #ADCF94

HEX: #ADCF94 RGB: (173,207,148)

Color info

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

RGB color model

#ADCF94 color RGB value is (173,207,148).

RGB: (173,207,148) (68%, 81%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 207 of 255 = 81%
B 148 of 255 = 58%

173
207
148

R + G + B ~ 69%. #ADCF94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 207 + 148 = 528 (100%)
R 173 of 528 ~ 32.77%
G 207 of 528 ~ 39.2%
B 148 of 528 ~ 28.03'%

%32.77
%39.2
%28.03

CMYK color model

#ADCF94 color CMYK value is (16,0,29,19).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 28.50%
  • key color value is 18.82%

CMYK: (16,0,29,19)
C16M0Y29K19 (16%, 0%, 29%, 19%)
(0.16 / 0.00 / 0.29 / 0.19)

CMYK percentages

%16.43
%0
%28.5
%18.82

Codes

Color #ADCF94 in popluar color models

AD CF 94
RGB 173 207 148
HSL 95° 38.06% 69.61%
HSB/HSV 95° 28.50% 81.18%
CMYK 16.43% 0.00% 28.50%
18.82%

Color #ADCF94 in popluar number systems.

HEX AD CF 94
Decimal 173 207 148
Binary 10101101 11001111 10010100
Octal 255 317 224

Shades and tints

Shades of #ADCF94

#ADCF94
(173,207,148)
#9EBD87
(158,189,135)
#8FAB7A
(143,171,122)
#80996D
(128,153,109)
#718760
(113,135,96)
#627553
(98,117,83)
#536346
(83,99,70)
#445139
(68,81,57)
#353F2C
(53,63,44)
#262D1F
(38,45,31)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #ADCF94

#ADCF94
(173,207,148)
#B4D39D
(180,211,157)
#BBD7A6
(187,215,166)
#C2DBAF
(194,219,175)
#C9DFB8
(201,223,184)
#D0E3C1
(208,227,193)
#D7E7CA
(215,231,202)
#DEEBD3
(222,235,211)
#E5EFDC
(229,239,220)
#ECF3E5
(236,243,229)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCF94 color. Also use rgb(173,207,148) instead hex code.

Text Font Color

.myTextColor { color: #ADCF94; }

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

This text font color is #ADCF94.

Background Color

.myBgColor { background-color: #ADCF94; }

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

This div background color is #ADCF94.

Border color

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

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

This div border color is #ADCF94.

Opacity

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

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

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

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

This text has shadow with #ADCF94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCF94.

Preview

Color preview on black background

This text has color #ADCF94 on black background.


Color preview on white background

This text has color #ADCF94 on white background.


Black color preview on #ADCF94 background

This text has black color on #ADCF94 background.


White color preview on #ADCF94 background

This text has white color on #ADCF94 background.


Related colors

Complementary color

Complementary color for #hex is #52306B.


I love getcolorcode.com

Triadic colors

1 #94ADCF and #CF94AD with #ADCF94 are triadic colors.

2 #94CFAD and #CFAD94 with #ADCF94 are triadic colors.