COLOR #85B499

HEX: #85B499
RGB: (133,180,153)

Renk bilgisi

#85B499 contains red, green and blue colors in about the same proportion. #85B499 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#85B499 color RGB value is (133,180,153).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 180 of 255 = 71%
B 153 of 255 = 60%

133
180
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 180 + 153 = 466 (100%)
R 133 of 466 ~ 28.54%
G 180 of 466 ~ 38.63%
B 153 of 466 ~ 32.83%

%28.54
%38.63
%32.83

CMYK RENK MODELİ

#85B499 rengi CMYK tonu (26,0,15,29).

  • camgöbeği tonu 26.11%
  • eflatun tonu 0.00%
  • sarı tonu 15.00%
  • ana renk tonu 29.41%
CMYK:
(26,0,15,29)
C26M0Y15K29 
(26%,0%,15%,29%)
(0.26/0.00/0.15/0.29)	

CMYK yüzdeleri

%26.11
%0
%15
%29.41

Codes

Color #85B499 in popluar color models

85B499
RGB133180153
HSL146°23.86%61.37%
HSB/HSV146°26.11%70.59%
CMYK26.11%0.00%15.00%
29.41%

Color #85B499 in popluar number systems.

HEX85B499
Decimal133180153
Binary100001011011010010011001
Octal205264231

Shades and tints

Shades of #85B499

#85B499
(133,180,153)
#79A48C
(121,164,140)
#6D947F
(109,148,127)
#618472
(97,132,114)
#557465
(85,116,101)
#496458
(73,100,88)
#3D544B
(61,84,75)
#31443E
(49,68,62)
#253431
(37,52,49)
#192424
(25,36,36)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #85B499

#85B499
(133,180,153)
#90BAA2
(144,186,162)
#9BC0AB
(155,192,171)
#A6C6B4
(166,198,180)
#B1CCBD
(177,204,189)
#BCD2C6
(188,210,198)
#C7D8CF
(199,216,207)
#D2DED8
(210,222,216)
#DDE4E1
(221,228,225)
#E8EAEA
(232,234,234)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85B499; }

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

This text font color is #85B499.


Background Color

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

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

This div background color is #85B499.


Border color

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

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

This div border color is #85B499.


Opacity

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

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

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

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

This text has shadow with #85B499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85B499 on black background.


Color preview on white background

This text has color #85B499 on white background.



Black color preview on #85B499 background

This text has black color on #85B499 background.


White color preview on #85B499 background

This text has white color on #85B499 background.