COLOR #85DAC4

HEX: #85DAC4 RGB: (133,218,196)

Color info

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

RGB color model

#85DAC4 color RGB value is (133,218,196).

RGB: (133,218,196) (52%, 85%, 77%)

RGB channels and saturation

R 133 of 255 = 52%
G 218 of 255 = 85%
B 196 of 255 = 77%

133
218
196

R + G + B ~ 71%. #85DAC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 218 + 196 = 547 (100%)
R 133 of 547 ~ 24.31%
G 218 of 547 ~ 39.85%
B 196 of 547 ~ 35.83'%

%24.31
%39.85
%35.83

CMYK color model

#85DAC4 color CMYK value is (39,0,10,15).

  • cyan value is 38.99%
  • magenta value is 0.00%
  • yellow value is 10.09%
  • key color value is 14.51%

CMYK: (39,0,10,15)
C39M0Y10K15 (39%, 0%, 10%, 15%)
(0.39 / 0.00 / 0.10 / 0.15)

CMYK percentages

%38.99
%0
%10.09
%14.51

Codes

Color #85DAC4 in popluar color models

85 DA C4
RGB 133 218 196
HSL 164° 53.46% 68.82%
HSB/HSV 164° 38.99% 85.49%
CMYK 38.99% 0.00% 10.09%
14.51%

Color #85DAC4 in popluar number systems.

HEX 85 DA C4
Decimal 133 218 196
Binary 10000101 11011010 11000100
Octal 205 332 304

Shades and tints

Shades of #85DAC4

#85DAC4
(133,218,196)
#79C7B3
(121,199,179)
#6DB4A2
(109,180,162)
#61A191
(97,161,145)
#558E80
(85,142,128)
#497B6F
(73,123,111)
#3D685E
(61,104,94)
#31554D
(49,85,77)
#25423C
(37,66,60)
#192F2B
(25,47,43)
#0D1C1A
(13,28,26)
#000000
(0,0,0)

Tints of #85DAC4

#85DAC4
(133,218,196)
#90DDC9
(144,221,201)
#9BE0CE
(155,224,206)
#A6E3D3
(166,227,211)
#B1E6D8
(177,230,216)
#BCE9DD
(188,233,221)
#C7ECE2
(199,236,226)
#D2EFE7
(210,239,231)
#DDF2EC
(221,242,236)
#E8F5F1
(232,245,241)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85DAC4 color. Also use rgb(133,218,196) instead hex code.

Text Font Color

.myTextColor { color: #85DAC4; }

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

This text font color is #85DAC4.

Background Color

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

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

This div background color is #85DAC4.

Border color

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

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

This div border color is #85DAC4.

Opacity

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

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

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

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

This text has shadow with #85DAC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85DAC4.

Preview

Color preview on black background

This text has color #85DAC4 on black background.


Color preview on white background

This text has color #85DAC4 on white background.


Black color preview on #85DAC4 background

This text has black color on #85DAC4 background.


White color preview on #85DAC4 background

This text has white color on #85DAC4 background.


Related colors

Complementary color

Complementary color for #hex is #7A253B.


I love getcolorcode.com

Triadic colors

1 #C485DA and #DAC485 with #85DAC4 are triadic colors.

2 #C4DA85 and #DA85C4 with #85DAC4 are triadic colors.