COLOR #ADCF95

HEX: #ADCF95 RGB: (173,207,149)

Color info

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

RGB color model

#ADCF95 color RGB value is (173,207,149).

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

RGB channels and saturation

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

173
207
149

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

Portions of RGB colors in percentages

R + G + B = 173 + 207 + 149 = 529 (100%)
R 173 of 529 ~ 32.7%
G 207 of 529 ~ 39.13%
B 149 of 529 ~ 28.17'%

%32.7
%39.13
%28.17

CMYK color model

#ADCF95 color CMYK value is (16,0,28,19).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 28.02%
  • key color value is 18.82%
CMYK: (16,0,28,19) C16M0Y28K19 (16%,0%,28%,19%) (0.16/0.00/0.28/0.19) 

CMYK percentages

%16.43
%0
%28.02
%18.82

Codes

Color #ADCF95 in popluar color models

AD CF 95
RGB 173 207 149
HSL 95° 37.66% 69.80%
HSB/HSV 95° 28.02% 81.18%
CMYK 16.43% 0.00% 28.02%
18.82%

Color #ADCF95 in popluar number systems.

HEX AD CF 95
Decimal 173 207 149
Binary 10101101 11001111 10010101
Octal 255 317 225

Shades and tints

Shades of #ADCF95

#ADCF95
(173,207,149)
#9EBD88
(158,189,136)
#8FAB7B
(143,171,123)
#80996E
(128,153,110)
#718761
(113,135,97)
#627554
(98,117,84)
#536347
(83,99,71)
#44513A
(68,81,58)
#353F2D
(53,63,45)
#262D20
(38,45,32)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #ADCF95

#ADCF95
(173,207,149)
#B4D39E
(180,211,158)
#BBD7A7
(187,215,167)
#C2DBB0
(194,219,176)
#C9DFB9
(201,223,185)
#D0E3C2
(208,227,194)
#D7E7CB
(215,231,203)
#DEEBD4
(222,235,212)
#E5EFDD
(229,239,221)
#ECF3E6
(236,243,230)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADCF95; }

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

This text font color is #ADCF95.

Background Color

.myBgColor { background-color: #ADCF95; }

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

This div background color is #ADCF95.

Border color

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

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

This div border color is #ADCF95.

Opacity

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

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

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

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

This text has shadow with #ADCF95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADCF95.

Preview

Color preview on black background

This text has color #ADCF95 on black background.


Color preview on white background

This text has color #ADCF95 on white background.


Black color preview on #ADCF95 background

This text has black color on #ADCF95 background.


White color preview on #ADCF95 background

This text has white color on #ADCF95 background.


Related colors

Complementary color

Complementary color for #hex is #52306A.


I love getcolorcode.com

Triadic colors

1 #95ADCF and #CF95AD with #ADCF95 are triadic colors.

2 #95CFAD and #CFAD95 with #ADCF95 are triadic colors.