COLOR #ADCC97

HEX: #ADCC97
RGB: (173,204,151)

Renk bilgisi

#ADCC97 contains red, green and blue colors in about the same proportion. #ADCC97 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADCC97 color RGB value is (173,204,151).

  • kırmız ton 173;
  • yeşil ton 204;
  • mavi ton 151.
RGB:
(173,204,151)
(68%,80%,59%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 204 of 255 = 80%
B 151 of 255 = 59%

173
204
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 204 + 151 = 528 (100%)
R 173 of 528 ~ 32.77%
G 204 of 528 ~ 38.64%
B 151 of 528 ~ 28.6%

%32.77
%38.64
%28.6

CMYK RENK MODELİ

#ADCC97 rengi CMYK tonu (15,0,26,20).

  • camgöbeği tonu 15.20%
  • eflatun tonu 0.00%
  • sarı tonu 25.98%
  • ana renk tonu 20.00%
CMYK:
(15,0,26,20)
C15M0Y26K20 
(15%,0%,26%,20%)
(0.15/0.00/0.26/0.20)	

CMYK yüzdeleri

%15.2
%0
%25.98
%20

Codes

Color #ADCC97 in popluar color models

ADCC97
RGB173204151
HSL95°34.19%69.61%
HSB/HSV95°25.98%80.00%
CMYK15.20%0.00%25.98%
20.00%

Color #ADCC97 in popluar number systems.

HEXADCC97
Decimal173204151
Binary101011011100110010010111
Octal255314227

Shades and tints

Shades of #ADCC97

#ADCC97
(173,204,151)
#9EBA8A
(158,186,138)
#8FA87D
(143,168,125)
#809670
(128,150,112)
#718463
(113,132,99)
#627256
(98,114,86)
#536049
(83,96,73)
#444E3C
(68,78,60)
#353C2F
(53,60,47)
#262A22
(38,42,34)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #ADCC97

#ADCC97
(173,204,151)
#B4D0A0
(180,208,160)
#BBD4A9
(187,212,169)
#C2D8B2
(194,216,178)
#C9DCBB
(201,220,187)
#D0E0C4
(208,224,196)
#D7E4CD
(215,228,205)
#DEE8D6
(222,232,214)
#E5ECDF
(229,236,223)
#ECF0E8
(236,240,232)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCC97 color. Also use rgb(173,204,151) instead hex code.

Text Font Color

.myTextColor { color: #ADCC97; }

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

This text font color is #ADCC97.


Background Color

.myBgColor { background-color: #ADCC97; }

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

This div background color is #ADCC97.


Border color

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

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

This div border color is #ADCC97.


Opacity

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

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

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

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

This text has shadow with #ADCC97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCC97 on black background.


Color preview on white background

This text has color #ADCC97 on white background.



Black color preview on #ADCC97 background

This text has black color on #ADCC97 background.


White color preview on #ADCC97 background

This text has white color on #ADCC97 background.