COLOR #5FDBE1

HEX: #5FDBE1
RGB: (95,219,225)

Color info

#5FDBE1 contains mainly green and blue colors. Web safe color of #5FDBE1 is #66CCCC (or #6CC).

RGB color model

#5FDBE1 color RGB value is (95,219,225).

  • red value is 95;
  • green value is 219;
  • blue value is 225.
RGB:
(95,219,225)
(37%,86%,88%)

RGB channels and saturation

R 95 of 255 = 37%
G 219 of 255 = 86%
B 225 of 255 = 88%

95
219
225

R + G + B ~ 70%. #5FDBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 219 + 225 = 539 (100%)
R 95 of 539 ~ 17.63%
G 219 of 539 ~ 40.63%
B 225 of 539 ~ 41.74%

%17.63
%40.63
%41.74

CMYK color model

#5FDBE1 color CMYK value is (58,3,0,12).

  • cyan value is 57.78%
  • magenta value is 2.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(58,3,0,12)
C58M3Y0K12 
(58%,3%,0%,12%)
(0.58/0.03/0.00/0.12)	

CMYK percentages

%57.78
%2.67
%0
%11.76

Codes

Color #5FDBE1 in popluar color models

5FDBE1
RGB95219225
HSL183°68.42%62.75%
HSB/HSV183°57.78%88.24%
CMYK57.78%2.67%0.00%
11.76%

Color #5FDBE1 in popluar number systems.

HEX5FDBE1
Decimal95219225
Binary10111111101101111100001
Octal137333341

Shades and tints

Shades of #5FDBE1

#5FDBE1
(95,219,225)
#57C8CD
(87,200,205)
#4FB5B9
(79,181,185)
#47A2A5
(71,162,165)
#3F8F91
(63,143,145)
#377C7D
(55,124,125)
#2F6969
(47,105,105)
#275655
(39,86,85)
#1F4341
(31,67,65)
#17302D
(23,48,45)
#0F1D19
(15,29,25)
#000000
(0,0,0)

Tints of #5FDBE1

#5FDBE1
(95,219,225)
#6DDEE3
(109,222,227)
#7BE1E5
(123,225,229)
#89E4E7
(137,228,231)
#97E7E9
(151,231,233)
#A5EAEB
(165,234,235)
#B3EDED
(179,237,237)
#C1F0EF
(193,240,239)
#CFF3F1
(207,243,241)
#DDF6F3
(221,246,243)
#EBF9F5
(235,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FDBE1 color. Also use rgb(95,219,225) instead hex code.

Text Font Color

.myTextColor { color: #5FDBE1; }

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

This text font color is #5FDBE1.


Background Color

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

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

This div background color is #5FDBE1.


Border color

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

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

This div border color is #5FDBE1.


Opacity

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

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

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

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

This text has shadow with #5FDBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FDBE1 on black background.


Color preview on white background

This text has color #5FDBE1 on white background.



Black color preview on #5FDBE1 background

This text has black color on #5FDBE1 background.


White color preview on #5FDBE1 background

This text has white color on #5FDBE1 background.