COLOR #85B399

HEX: #85B399
RGB: (133,179,153)

Renk bilgisi

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

RGB renk modeli

#85B399 color RGB value is (133,179,153).

  • kırmız ton 133;
  • yeşil ton 179;
  • mavi ton 153.
RGB:
(133,179,153)
(52%,70%,60%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 179 of 255 = 70%
B 153 of 255 = 60%

133
179
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 179 + 153 = 465 (100%)
R 133 of 465 ~ 28.6%
G 179 of 465 ~ 38.49%
B 153 of 465 ~ 32.9%

%28.6
%38.49
%32.9

CMYK RENK MODELİ

#85B399 rengi CMYK tonu (26,0,15,30).

  • camgöbeği tonu 25.70%
  • eflatun tonu 0.00%
  • sarı tonu 14.53%
  • ana renk tonu 29.80%
CMYK:
(26,0,15,30)
C26M0Y15K30 
(26%,0%,15%,30%)
(0.26/0.00/0.15/0.30)	

CMYK yüzdeleri

%25.7
%0
%14.53
%29.8

Codes

Color #85B399 in popluar color models

85B399
RGB133179153
HSL146°23.23%61.18%
HSB/HSV146°25.70%70.20%
CMYK25.70%0.00%14.53%
29.80%

Color #85B399 in popluar number systems.

HEX85B399
Decimal133179153
Binary100001011011001110011001
Octal205263231

Shades and tints

Shades of #85B399

#85B399
(133,179,153)
#79A38C
(121,163,140)
#6D937F
(109,147,127)
#618372
(97,131,114)
#557365
(85,115,101)
#496358
(73,99,88)
#3D534B
(61,83,75)
#31433E
(49,67,62)
#253331
(37,51,49)
#192324
(25,35,36)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #85B399

#85B399
(133,179,153)
#90B9A2
(144,185,162)
#9BBFAB
(155,191,171)
#A6C5B4
(166,197,180)
#B1CBBD
(177,203,189)
#BCD1C6
(188,209,198)
#C7D7CF
(199,215,207)
#D2DDD8
(210,221,216)
#DDE3E1
(221,227,225)
#E8E9EA
(232,233,234)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B399; }

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

This text font color is #85B399.


Background Color

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

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

This div background color is #85B399.


Border color

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

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

This div border color is #85B399.


Opacity

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

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

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

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

This text has shadow with #85B399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B399 on black background.


Color preview on white background

This text has color #85B399 on white background.



Black color preview on #85B399 background

This text has black color on #85B399 background.


White color preview on #85B399 background

This text has white color on #85B399 background.