COLOR #85D5AB

HEX: #85D5AB
RGB: (133,213,171)

Renk bilgisi

#85D5AB contains mainly green and blue colors. #85D5AB ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#85D5AB color RGB value is (133,213,171).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 213 of 255 = 84%
B 171 of 255 = 67%

133
213
171

R + G + B ~ 68%. #85D5AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 213 + 171 = 517 (100%)
R 133 of 517 ~ 25.73%
G 213 of 517 ~ 41.2%
B 171 of 517 ~ 33.08%

%25.73
%41.2
%33.08

CMYK RENK MODELİ

#85D5AB rengi CMYK tonu (38,0,20,16).

  • camgöbeği tonu 37.56%
  • eflatun tonu 0.00%
  • sarı tonu 19.72%
  • ana renk tonu 16.47%
CMYK:
(38,0,20,16)
C38M0Y20K16 
(38%,0%,20%,16%)
(0.38/0.00/0.20/0.16)	

CMYK yüzdeleri

%37.56
%0
%19.72
%16.47

Codes

Color #85D5AB in popluar color models

85D5AB
RGB133213171
HSL149°48.78%67.84%
HSB/HSV149°37.56%83.53%
CMYK37.56%0.00%19.72%
16.47%

Color #85D5AB in popluar number systems.

HEX85D5AB
Decimal133213171
Binary100001011101010110101011
Octal205325253

Shades and tints

Shades of #85D5AB

#85D5AB
(133,213,171)
#79C29C
(121,194,156)
#6DAF8D
(109,175,141)
#619C7E
(97,156,126)
#55896F
(85,137,111)
#497660
(73,118,96)
#3D6351
(61,99,81)
#315042
(49,80,66)
#253D33
(37,61,51)
#192A24
(25,42,36)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #85D5AB

#85D5AB
(133,213,171)
#90D8B2
(144,216,178)
#9BDBB9
(155,219,185)
#A6DEC0
(166,222,192)
#B1E1C7
(177,225,199)
#BCE4CE
(188,228,206)
#C7E7D5
(199,231,213)
#D2EADC
(210,234,220)
#DDEDE3
(221,237,227)
#E8F0EA
(232,240,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D5AB; }

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

This text font color is #85D5AB.


Background Color

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

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

This div background color is #85D5AB.


Border color

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

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

This div border color is #85D5AB.


Opacity

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

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

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

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

This text has shadow with #85D5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D5AB on black background.


Color preview on white background

This text has color #85D5AB on white background.



Black color preview on #85D5AB background

This text has black color on #85D5AB background.


White color preview on #85D5AB background

This text has white color on #85D5AB background.