COLOR #5DA7B7

HEX: #5DA7B7
RGB: (93,167,183)

Color info

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

RGB color model

#5DA7B7 color RGB value is (93,167,183).

  • red value is 93;
  • green value is 167;
  • blue value is 183.
RGB:
(93,167,183)
(36%,65%,72%)

RGB channels and saturation

R 93 of 255 = 36%
G 167 of 255 = 65%
B 183 of 255 = 72%

93
167
183

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

Portions of RGB colors in percentages

R + G + B =
93 + 167 + 183 = 443 (100%)
R 93 of 443 ~ 20.99%
G 167 of 443 ~ 37.7%
B 183 of 443 ~ 41.31%

%20.99
%37.7
%41.31

CMYK color model

#5DA7B7 color CMYK value is (49,9,0,28).

  • cyan value is 49.18%
  • magenta value is 8.74%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(49,9,0,28)
C49M9Y0K28 
(49%,9%,0%,28%)
(0.49/0.09/0.00/0.28)	

CMYK percentages

%49.18
%8.74
%0
%28.24

Codes

Color #5DA7B7 in popluar color models

5DA7B7
RGB93167183
HSL191°38.46%54.12%
HSB/HSV191°49.18%71.76%
CMYK49.18%8.74%0.00%
28.24%

Color #5DA7B7 in popluar number systems.

HEX5DA7B7
Decimal93167183
Binary10111011010011110110111
Octal135247267

Shades and tints

Shades of #5DA7B7

#5DA7B7
(93,167,183)
#5598A7
(85,152,167)
#4D8997
(77,137,151)
#457A87
(69,122,135)
#3D6B77
(61,107,119)
#355C67
(53,92,103)
#2D4D57
(45,77,87)
#253E47
(37,62,71)
#1D2F37
(29,47,55)
#152027
(21,32,39)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #5DA7B7

#5DA7B7
(93,167,183)
#6BAFBD
(107,175,189)
#79B7C3
(121,183,195)
#87BFC9
(135,191,201)
#95C7CF
(149,199,207)
#A3CFD5
(163,207,213)
#B1D7DB
(177,215,219)
#BFDFE1
(191,223,225)
#CDE7E7
(205,231,231)
#DBEFED
(219,239,237)
#E9F7F3
(233,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5DA7B7 color. Also use rgb(93,167,183) instead hex code.

Text Font Color

.myTextColor { color: #5DA7B7; }

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

This text font color is #5DA7B7.


Background Color

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

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

This div background color is #5DA7B7.


Border color

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

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

This div border color is #5DA7B7.


Opacity

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

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

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

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

This text has shadow with #5DA7B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5DA7B7 on black background.


Color preview on white background

This text has color #5DA7B7 on white background.



Black color preview on #5DA7B7 background

This text has black color on #5DA7B7 background.


White color preview on #5DA7B7 background

This text has white color on #5DA7B7 background.