COLOR #85AD6B

HEX: #85AD6B
RGB: (133,173,107)

Renk bilgisi

#85AD6B contains mainly red and green colors. #85AD6B ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#85AD6B color RGB value is (133,173,107).

  • kırmız ton 133;
  • yeşil ton 173;
  • mavi ton 107.
RGB:
(133,173,107)
(52%,68%,42%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 173 of 255 = 68%
B 107 of 255 = 42%

133
173
107

R + G + B ~ 54%. #85AD6B is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 173 + 107 = 413 (100%)
R 133 of 413 ~ 32.2%
G 173 of 413 ~ 41.89%
B 107 of 413 ~ 25.91%

%32.2
%41.89
%25.91

CMYK RENK MODELİ

#85AD6B rengi CMYK tonu (23,0,38,32).

  • camgöbeği tonu 23.12%
  • eflatun tonu 0.00%
  • sarı tonu 38.15%
  • ana renk tonu 32.16%
CMYK:
(23,0,38,32)
C23M0Y38K32 
(23%,0%,38%,32%)
(0.23/0.00/0.38/0.32)	

CMYK yüzdeleri

%23.12
%0
%38.15
%32.16

Codes

Color #85AD6B in popluar color models

85AD6B
RGB133173107
HSL96°28.70%54.90%
HSB/HSV96°38.15%67.84%
CMYK23.12%0.00%38.15%
32.16%

Color #85AD6B in popluar number systems.

HEX85AD6B
Decimal133173107
Binary10000101101011011101011
Octal205255153

Shades and tints

Shades of #85AD6B

#85AD6B
(133,173,107)
#799E62
(121,158,98)
#6D8F59
(109,143,89)
#618050
(97,128,80)
#557147
(85,113,71)
#49623E
(73,98,62)
#3D5335
(61,83,53)
#31442C
(49,68,44)
#253523
(37,53,35)
#19261A
(25,38,26)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #85AD6B

#85AD6B
(133,173,107)
#90B478
(144,180,120)
#9BBB85
(155,187,133)
#A6C292
(166,194,146)
#B1C99F
(177,201,159)
#BCD0AC
(188,208,172)
#C7D7B9
(199,215,185)
#D2DEC6
(210,222,198)
#DDE5D3
(221,229,211)
#E8ECE0
(232,236,224)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AD6B color. Also use rgb(133,173,107) instead hex code.

Text Font Color

.myTextColor { color: #85AD6B; }

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

This text font color is #85AD6B.


Background Color

.myBgColor { background-color: #85AD6B; }

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

This div background color is #85AD6B.


Border color

.myBorderColor { border: 1px solid #85AD6B; }

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

This div border color is #85AD6B.


Opacity

.myOpacity80 { color: #85AD6B; opacity: 0.8; }

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

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

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

This text has shadow with #85AD6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AD6B on black background.


Color preview on white background

This text has color #85AD6B on white background.



Black color preview on #85AD6B background

This text has black color on #85AD6B background.


White color preview on #85AD6B background

This text has white color on #85AD6B background.