COLOR #85C985

HEX: #85C985
RGB: (133,201,133)

Renk bilgisi

#85C985 contains mainly green color. #85C985 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#85C985 color RGB value is (133,201,133).

  • kırmız ton 133;
  • yeşil ton 201;
  • mavi ton 133.
RGB:
(133,201,133)
(52%,79%,52%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 201 of 255 = 79%
B 133 of 255 = 52%

133
201
133

R + G + B ~ 61%. #85C985 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 201 + 133 = 467 (100%)
R 133 of 467 ~ 28.48%
G 201 of 467 ~ 43.04%
B 133 of 467 ~ 28.48%

%28.48
%43.04
%28.48

CMYK RENK MODELİ

#85C985 rengi CMYK tonu (34,0,34,21).

  • camgöbeği tonu 33.83%
  • eflatun tonu 0.00%
  • sarı tonu 33.83%
  • ana renk tonu 21.18%
CMYK:
(34,0,34,21)
C34M0Y34K21 
(34%,0%,34%,21%)
(0.34/0.00/0.34/0.21)	

CMYK yüzdeleri

%33.83
%0
%33.83
%21.18

Codes

Color #85C985 in popluar color models

85C985
RGB133201133
HSL120°38.64%65.49%
HSB/HSV120°33.83%78.82%
CMYK33.83%0.00%33.83%
21.18%

Color #85C985 in popluar number systems.

HEX85C985
Decimal133201133
Binary100001011100100110000101
Octal205311205

Shades and tints

Shades of #85C985

#85C985
(133,201,133)
#79B779
(121,183,121)
#6DA56D
(109,165,109)
#619361
(97,147,97)
#558155
(85,129,85)
#496F49
(73,111,73)
#3D5D3D
(61,93,61)
#314B31
(49,75,49)
#253925
(37,57,37)
#192719
(25,39,25)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #85C985

#85C985
(133,201,133)
#90CD90
(144,205,144)
#9BD19B
(155,209,155)
#A6D5A6
(166,213,166)
#B1D9B1
(177,217,177)
#BCDDBC
(188,221,188)
#C7E1C7
(199,225,199)
#D2E5D2
(210,229,210)
#DDE9DD
(221,233,221)
#E8EDE8
(232,237,232)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85C985; }

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

This text font color is #85C985.


Background Color

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

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

This div background color is #85C985.


Border color

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

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

This div border color is #85C985.


Opacity

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

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

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

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

This text has shadow with #85C985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85C985 on black background.


Color preview on white background

This text has color #85C985 on white background.



Black color preview on #85C985 background

This text has black color on #85C985 background.


White color preview on #85C985 background

This text has white color on #85C985 background.