COLOR #85AB7D

HEX: #85AB7D
RGB: (133,171,125)

Renk bilgisi

#85AB7D contains red, green and blue colors in about the same proportion. #85AB7D ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#85AB7D color RGB value is (133,171,125).

  • kırmız ton 133;
  • yeşil ton 171;
  • mavi ton 125.
RGB:
(133,171,125)
(52%,67%,49%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 171 of 255 = 67%
B 125 of 255 = 49%

133
171
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 171 + 125 = 429 (100%)
R 133 of 429 ~ 31%
G 171 of 429 ~ 39.86%
B 125 of 429 ~ 29.14%

%31
%39.86
%29.14

CMYK RENK MODELİ

#85AB7D rengi CMYK tonu (22,0,27,33).

  • camgöbeği tonu 22.22%
  • eflatun tonu 0.00%
  • sarı tonu 26.90%
  • ana renk tonu 32.94%
CMYK:
(22,0,27,33)
C22M0Y27K33 
(22%,0%,27%,33%)
(0.22/0.00/0.27/0.33)	

CMYK yüzdeleri

%22.22
%0
%26.9
%32.94

Codes

Color #85AB7D in popluar color models

85AB7D
RGB133171125
HSL110°21.50%58.04%
HSB/HSV110°26.90%67.06%
CMYK22.22%0.00%26.90%
32.94%

Color #85AB7D in popluar number systems.

HEX85AB7D
Decimal133171125
Binary10000101101010111111101
Octal205253175

Shades and tints

Shades of #85AB7D

#85AB7D
(133,171,125)
#799C72
(121,156,114)
#6D8D67
(109,141,103)
#617E5C
(97,126,92)
#556F51
(85,111,81)
#496046
(73,96,70)
#3D513B
(61,81,59)
#314230
(49,66,48)
#253325
(37,51,37)
#19241A
(25,36,26)
#0D150F
(13,21,15)
#000000
(0,0,0)

Tints of #85AB7D

#85AB7D
(133,171,125)
#90B288
(144,178,136)
#9BB993
(155,185,147)
#A6C09E
(166,192,158)
#B1C7A9
(177,199,169)
#BCCEB4
(188,206,180)
#C7D5BF
(199,213,191)
#D2DCCA
(210,220,202)
#DDE3D5
(221,227,213)
#E8EAE0
(232,234,224)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85AB7D color. Also use rgb(133,171,125) instead hex code.

Text Font Color

.myTextColor { color: #85AB7D; }

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

This text font color is #85AB7D.


Background Color

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

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

This div background color is #85AB7D.


Border color

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

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

This div border color is #85AB7D.


Opacity

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

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

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

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

This text has shadow with #85AB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85AB7D on black background.


Color preview on white background

This text has color #85AB7D on white background.



Black color preview on #85AB7D background

This text has black color on #85AB7D background.


White color preview on #85AB7D background

This text has white color on #85AB7D background.