COLOR #5EB3B7

HEX: #5EB3B7 RGB: (94,179,183)

Color info

#5EB3B7 contains mainly green and blue colors. Web safe color of #5EB3B7 is #6699CC (or #69C).

RGB color model

#5EB3B7 color RGB value is (94,179,183).

RGB: (94,179,183) (37%, 70%, 72%)

RGB channels and saturation

R 94 of 255 = 37%
G 179 of 255 = 70%
B 183 of 255 = 72%

94
179
183

R + G + B ~ 60%. #5EB3B7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 94 + 179 + 183 = 456 (100%)
R 94 of 456 ~ 20.61%
G 179 of 456 ~ 39.25%
B 183 of 456 ~ 40.13'%

%20.61
%39.25
%40.13

CMYK color model

#5EB3B7 color CMYK value is (49,2,0,28).

  • cyan value is 48.63%
  • magenta value is 2.19%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK: (49,2,0,28) C49M2Y0K28 (49%,2%,0%,28%) (0.49/0.02/0.00/0.28) 

CMYK percentages

%48.63
%2.19
%0
%28.24

Codes

Color #5EB3B7 in popluar color models

5E B3 B7
RGB 94 179 183
HSL 183° 38.20% 54.31%
HSB/HSV 183° 48.63% 71.76%
CMYK 48.63% 2.19% 0.00%
28.24%

Color #5EB3B7 in popluar number systems.

HEX 5E B3 B7
Decimal 94 179 183
Binary 1011110 10110011 10110111
Octal 136 263 267

Shades and tints

Shades of #5EB3B7

#5EB3B7
(94,179,183)
#56A3A7
(86,163,167)
#4E9397
(78,147,151)
#468387
(70,131,135)
#3E7377
(62,115,119)
#366367
(54,99,103)
#2E5357
(46,83,87)
#264347
(38,67,71)
#1E3337
(30,51,55)
#162327
(22,35,39)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #5EB3B7

#5EB3B7
(94,179,183)
#6CB9BD
(108,185,189)
#7ABFC3
(122,191,195)
#88C5C9
(136,197,201)
#96CBCF
(150,203,207)
#A4D1D5
(164,209,213)
#B2D7DB
(178,215,219)
#C0DDE1
(192,221,225)
#CEE3E7
(206,227,231)
#DCE9ED
(220,233,237)
#EAEFF3
(234,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EB3B7 color. Also use rgb(94,179,183) instead hex code.

Text Font Color

.myTextColor { color: #5EB3B7; }

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

This text font color is #5EB3B7.

Background Color

.myBgColor { background-color: #5EB3B7; }

<div style="background-color:#5EB3B7">Inner text</div>

This div background color is #5EB3B7.

Border color

.myBorderColor { border: 1px solid #5EB3B7; }

<div style="border:3px solid #5EB3B7">Div</div>

This div border color is #5EB3B7.

Opacity

.myOpacity80 { color: #5EB3B7; opacity: 0.8; }

<p style="color:#5EB3B7;opacity:0.8;">80%</p>

Text with #5EB3B7 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 #5EB3B7;}

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

This text has shadow with #5EB3B7 color.


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

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

This text has shadow with #5EB3B7 primary color and red secondary color.


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

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

This text has shadow with #5EB3B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5EB3B7.

Preview

Color preview on black background

This text has color #5EB3B7 on black background.


Color preview on white background

This text has color #5EB3B7 on white background.


Black color preview on #5EB3B7 background

This text has black color on #5EB3B7 background.


White color preview on #5EB3B7 background

This text has white color on #5EB3B7 background.


Related colors

Complementary color

Complementary color for #hex is #A14C48.


I love getcolorcode.com

Triadic colors

1 #B75EB3 and #B3B75E with #5EB3B7 are triadic colors.

2 #B7B35E and #B35EB7 with #5EB3B7 are triadic colors.