COLOR #85EACC

HEX: #85EACC RGB: (133,234,204)

Color info

#85EACC contains mainly green and blue colors. Web safe color of #85EACC is #99FFCC (or #9FC).

RGB color model

#85EACC color RGB value is (133,234,204).

RGB: (133,234,204) (52%, 92%, 80%)

RGB channels and saturation

R 133 of 255 = 52%
G 234 of 255 = 92%
B 204 of 255 = 80%

133
234
204

R + G + B ~ 75%. #85EACC is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 234 + 204 = 571 (100%)
R 133 of 571 ~ 23.29%
G 234 of 571 ~ 40.98%
B 204 of 571 ~ 35.73'%

%23.29
%40.98
%35.73

CMYK color model

#85EACC color CMYK value is (43,0,13,8).

  • cyan value is 43.16%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK: (43,0,13,8) C43M0Y13K8 (43%,0%,13%,8%) (0.43/0.00/0.13/0.08) 

CMYK percentages

%43.16
%0
%12.82
%8.24

Codes

Color #85EACC in popluar color models

85 EA CC
RGB 133 234 204
HSL 162° 70.63% 71.96%
HSB/HSV 162° 43.16% 91.76%
CMYK 43.16% 0.00% 12.82%
8.24%

Color #85EACC in popluar number systems.

HEX 85 EA CC
Decimal 133 234 204
Binary 10000101 11101010 11001100
Octal 205 352 314

Shades and tints

Shades of #85EACC

#85EACC
(133,234,204)
#79D5BA
(121,213,186)
#6DC0A8
(109,192,168)
#61AB96
(97,171,150)
#559684
(85,150,132)
#498172
(73,129,114)
#3D6C60
(61,108,96)
#31574E
(49,87,78)
#25423C
(37,66,60)
#192D2A
(25,45,42)
#0D1818
(13,24,24)
#000000
(0,0,0)

Tints of #85EACC

#85EACC
(133,234,204)
#90EBD0
(144,235,208)
#9BECD4
(155,236,212)
#A6EDD8
(166,237,216)
#B1EEDC
(177,238,220)
#BCEFE0
(188,239,224)
#C7F0E4
(199,240,228)
#D2F1E8
(210,241,232)
#DDF2EC
(221,242,236)
#E8F3F0
(232,243,240)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85EACC color. Also use rgb(133,234,204) instead hex code.

Text Font Color

.myTextColor { color: #85EACC; }

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

This text font color is #85EACC.

Background Color

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

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

This div background color is #85EACC.

Border color

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

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

This div border color is #85EACC.

Opacity

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

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

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

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

This text has shadow with #85EACC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85EACC.

Preview

Color preview on black background

This text has color #85EACC on black background.


Color preview on white background

This text has color #85EACC on white background.


Black color preview on #85EACC background

This text has black color on #85EACC background.


White color preview on #85EACC background

This text has white color on #85EACC background.


Related colors

Complementary color

Complementary color for #hex is #7A1533.


I love getcolorcode.com

Triadic colors

1 #CC85EA and #EACC85 with #85EACC are triadic colors.

2 #CCEA85 and #EA85CC with #85EACC are triadic colors.