COLOR #85D2D3

HEX: #85D2D3 RGB: (133,210,211)

Color info

#85D2D3 contains mainly green and blue colors. Web safe color of #85D2D3 is #99CCCC (or #9CC).

RGB color model

#85D2D3 color RGB value is (133,210,211).

RGB: (133,210,211) (52%, 82%, 83%)

RGB channels and saturation

R 133 of 255 = 52%
G 210 of 255 = 82%
B 211 of 255 = 83%

133
210
211

R + G + B ~ 72%. #85D2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 210 + 211 = 554 (100%)
R 133 of 554 ~ 24.01%
G 210 of 554 ~ 37.91%
B 211 of 554 ~ 38.09'%

%24.01
%37.91
%38.09

CMYK color model

#85D2D3 color CMYK value is (37,0,0,17).

  • cyan value is 36.97%
  • magenta value is 0.47%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (37,0,0,17)
C37M0Y0K17 (37%, 0%, 0%, 17%)
(0.37 / 0.00 / 0.00 / 0.17)

CMYK percentages

%36.97
%0.47
%0
%17.25

Codes

Color #85D2D3 in popluar color models

85 D2 D3
RGB 133 210 211
HSL 181° 46.99% 67.45%
HSB/HSV 181° 36.97% 82.75%
CMYK 36.97% 0.47% 0.00%
17.25%

Color #85D2D3 in popluar number systems.

HEX 85 D2 D3
Decimal 133 210 211
Binary 10000101 11010010 11010011
Octal 205 322 323

Shades and tints

Shades of #85D2D3

#85D2D3
(133,210,211)
#79BFC0
(121,191,192)
#6DACAD
(109,172,173)
#61999A
(97,153,154)
#558687
(85,134,135)
#497374
(73,115,116)
#3D6061
(61,96,97)
#314D4E
(49,77,78)
#253A3B
(37,58,59)
#192728
(25,39,40)
#0D1415
(13,20,21)
#000000
(0,0,0)

Tints of #85D2D3

#85D2D3
(133,210,211)
#90D6D7
(144,214,215)
#9BDADB
(155,218,219)
#A6DEDF
(166,222,223)
#B1E2E3
(177,226,227)
#BCE6E7
(188,230,231)
#C7EAEB
(199,234,235)
#D2EEEF
(210,238,239)
#DDF2F3
(221,242,243)
#E8F6F7
(232,246,247)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85D2D3; }

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

This text font color is #85D2D3.

Background Color

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

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

This div background color is #85D2D3.

Border color

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

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

This div border color is #85D2D3.

Opacity

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

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

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

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

This text has shadow with #85D2D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85D2D3.

Preview

Color preview on black background

This text has color #85D2D3 on black background.


Color preview on white background

This text has color #85D2D3 on white background.


Black color preview on #85D2D3 background

This text has black color on #85D2D3 background.


White color preview on #85D2D3 background

This text has white color on #85D2D3 background.


Related colors

Complementary color

Complementary color for #hex is #7A2D2C.


I love getcolorcode.com

Triadic colors

1 #D385D2 and #D2D385 with #85D2D3 are triadic colors.

2 #D3D285 and #D285D3 with #85D2D3 are triadic colors.