COLOR #ADCB5E

HEX: #ADCB5E
RGB: (173,203,94)

Renk bilgisi

#ADCB5E contains mainly red and green colors. #ADCB5E ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ADCB5E color RGB value is (173,203,94).

  • kırmız ton 173;
  • yeşil ton 203;
  • mavi ton 94.
RGB:
(173,203,94)
(68%,80%,37%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 203 of 255 = 80%
B 94 of 255 = 37%

173
203
94

R + G + B ~ 62%. #ADCB5E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 203 + 94 = 470 (100%)
R 173 of 470 ~ 36.81%
G 203 of 470 ~ 43.19%
B 94 of 470 ~ 20%

%36.81
%43.19
%20

CMYK RENK MODELİ

#ADCB5E rengi CMYK tonu (15,0,54,20).

  • camgöbeği tonu 14.78%
  • eflatun tonu 0.00%
  • sarı tonu 53.69%
  • ana renk tonu 20.39%
CMYK:
(15,0,54,20)
C15M0Y54K20 
(15%,0%,54%,20%)
(0.15/0.00/0.54/0.20)	

CMYK yüzdeleri

%14.78
%0
%53.69
%20.39

Codes

Color #ADCB5E in popluar color models

ADCB5E
RGB17320394
HSL77°51.17%58.24%
HSB/HSV77°53.69%79.61%
CMYK14.78%0.00%53.69%
20.39%

Color #ADCB5E in popluar number systems.

HEXADCB5E
Decimal17320394
Binary10101101110010111011110
Octal255313136

Shades and tints

Shades of #ADCB5E

#ADCB5E
(173,203,94)
#9EB956
(158,185,86)
#8FA74E
(143,167,78)
#809546
(128,149,70)
#71833E
(113,131,62)
#627136
(98,113,54)
#535F2E
(83,95,46)
#444D26
(68,77,38)
#353B1E
(53,59,30)
#262916
(38,41,22)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #ADCB5E

#ADCB5E
(173,203,94)
#B4CF6C
(180,207,108)
#BBD37A
(187,211,122)
#C2D788
(194,215,136)
#C9DB96
(201,219,150)
#D0DFA4
(208,223,164)
#D7E3B2
(215,227,178)
#DEE7C0
(222,231,192)
#E5EBCE
(229,235,206)
#ECEFDC
(236,239,220)
#F3F3EA
(243,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADCB5E color. Also use rgb(173,203,94) instead hex code.

Text Font Color

.myTextColor { color: #ADCB5E; }

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

This text font color is #ADCB5E.


Background Color

.myBgColor { background-color: #ADCB5E; }

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

This div background color is #ADCB5E.


Border color

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

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

This div border color is #ADCB5E.


Opacity

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

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

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

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

This text has shadow with #ADCB5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADCB5E on black background.


Color preview on white background

This text has color #ADCB5E on white background.



Black color preview on #ADCB5E background

This text has black color on #ADCB5E background.


White color preview on #ADCB5E background

This text has white color on #ADCB5E background.