COLOR #85D1D6

HEX: #85D1D6
RGB: (133,209,214)

Renk bilgisi

#85D1D6 contains mainly green and blue colors. #85D1D6 ‘ nin web güvenlik rengi #99CCCC (ya da #9CC) dir.

RGB renk modeli

#85D1D6 color RGB value is (133,209,214).

  • kırmız ton 133;
  • yeşil ton 209;
  • mavi ton 214.
RGB:
(133,209,214)
(52%,82%,84%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 209 of 255 = 82%
B 214 of 255 = 84%

133
209
214

R + G + B ~ 73%. #85D1D6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 209 + 214 = 556 (100%)
R 133 of 556 ~ 23.92%
G 209 of 556 ~ 37.59%
B 214 of 556 ~ 38.49%

%23.92
%37.59
%38.49

CMYK RENK MODELİ

#85D1D6 rengi CMYK tonu (38,2,0,16).

  • camgöbeği tonu 37.85%
  • eflatun tonu 2.34%
  • sarı tonu 0.00%
  • ana renk tonu 16.08%
CMYK:
(38,2,0,16)
C38M2Y0K16 
(38%,2%,0%,16%)
(0.38/0.02/0.00/0.16)	

CMYK yüzdeleri

%37.85
%2.34
%0
%16.08

Codes

Color #85D1D6 in popluar color models

85D1D6
RGB133209214
HSL184°49.69%68.04%
HSB/HSV184°37.85%83.92%
CMYK37.85%2.34%0.00%
16.08%

Color #85D1D6 in popluar number systems.

HEX85D1D6
Decimal133209214
Binary100001011101000111010110
Octal205321326

Shades and tints

Shades of #85D1D6

#85D1D6
(133,209,214)
#79BEC3
(121,190,195)
#6DABB0
(109,171,176)
#61989D
(97,152,157)
#55858A
(85,133,138)
#497277
(73,114,119)
#3D5F64
(61,95,100)
#314C51
(49,76,81)
#25393E
(37,57,62)
#19262B
(25,38,43)
#0D1318
(13,19,24)
#000000
(0,0,0)

Tints of #85D1D6

#85D1D6
(133,209,214)
#90D5D9
(144,213,217)
#9BD9DC
(155,217,220)
#A6DDDF
(166,221,223)
#B1E1E2
(177,225,226)
#BCE5E5
(188,229,229)
#C7E9E8
(199,233,232)
#D2EDEB
(210,237,235)
#DDF1EE
(221,241,238)
#E8F5F1
(232,245,241)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D1D6; }

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

This text font color is #85D1D6.


Background Color

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

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

This div background color is #85D1D6.


Border color

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

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

This div border color is #85D1D6.


Opacity

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

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

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

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

This text has shadow with #85D1D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85D1D6 on black background.


Color preview on white background

This text has color #85D1D6 on white background.



Black color preview on #85D1D6 background

This text has black color on #85D1D6 background.


White color preview on #85D1D6 background

This text has white color on #85D1D6 background.