COLOR #ADCE9C

HEX: #ADCE9C
RGB: (173,206,156)

Renk bilgisi

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

RGB renk modeli

#ADCE9C color RGB value is (173,206,156).

  • kırmız ton 173;
  • yeşil ton 206;
  • mavi ton 156.
RGB:
(173,206,156)
(68%,81%,61%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 206 of 255 = 81%
B 156 of 255 = 61%

173
206
156

R + G + B ~ 70%. #ADCE9C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 206 + 156 = 535 (100%)
R 173 of 535 ~ 32.34%
G 206 of 535 ~ 38.5%
B 156 of 535 ~ 29.16%

%32.34
%38.5
%29.16

CMYK RENK MODELİ

#ADCE9C rengi CMYK tonu (16,0,24,19).

  • camgöbeği tonu 16.02%
  • eflatun tonu 0.00%
  • sarı tonu 24.27%
  • ana renk tonu 19.22%
CMYK:
(16,0,24,19)
C16M0Y24K19 
(16%,0%,24%,19%)
(0.16/0.00/0.24/0.19)	

CMYK yüzdeleri

%16.02
%0
%24.27
%19.22

Codes

Color #ADCE9C in popluar color models

ADCE9C
RGB173206156
HSL100°33.78%70.98%
HSB/HSV100°24.27%80.78%
CMYK16.02%0.00%24.27%
19.22%

Color #ADCE9C in popluar number systems.

HEXADCE9C
Decimal173206156
Binary101011011100111010011100
Octal255316234

Shades and tints

Shades of #ADCE9C

#ADCE9C
(173,206,156)
#9EBC8E
(158,188,142)
#8FAA80
(143,170,128)
#809872
(128,152,114)
#718664
(113,134,100)
#627456
(98,116,86)
#536248
(83,98,72)
#44503A
(68,80,58)
#353E2C
(53,62,44)
#262C1E
(38,44,30)
#171A10
(23,26,16)
#000000
(0,0,0)

Tints of #ADCE9C

#ADCE9C
(173,206,156)
#B4D2A5
(180,210,165)
#BBD6AE
(187,214,174)
#C2DAB7
(194,218,183)
#C9DEC0
(201,222,192)
#D0E2C9
(208,226,201)
#D7E6D2
(215,230,210)
#DEEADB
(222,234,219)
#E5EEE4
(229,238,228)
#ECF2ED
(236,242,237)
#F3F6F6
(243,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCE9C color. Also use rgb(173,206,156) instead hex code.

Text Font Color

.myTextColor { color: #ADCE9C; }

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

This text font color is #ADCE9C.


Background Color

.myBgColor { background-color: #ADCE9C; }

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

This div background color is #ADCE9C.


Border color

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

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

This div border color is #ADCE9C.


Opacity

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

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

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

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

This text has shadow with #ADCE9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCE9C on black background.


Color preview on white background

This text has color #ADCE9C on white background.



Black color preview on #ADCE9C background

This text has black color on #ADCE9C background.


White color preview on #ADCE9C background

This text has white color on #ADCE9C background.