COLOR #5FDDE3

HEX: #5FDDE3
RGB: (95,221,227)

Color info

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

RGB color model

#5FDDE3 color RGB value is (95,221,227).

  • red value is 95;
  • green value is 221;
  • blue value is 227.
RGB:
(95,221,227)
(37%,87%,89%)

RGB channels and saturation

R 95 of 255 = 37%
G 221 of 255 = 87%
B 227 of 255 = 89%

95
221
227

R + G + B ~ 71%. #5FDDE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 221 + 227 = 543 (100%)
R 95 of 543 ~ 17.5%
G 221 of 543 ~ 40.7%
B 227 of 543 ~ 41.8%

%17.5
%40.7
%41.8

CMYK color model

#5FDDE3 color CMYK value is (58,3,0,11).

  • cyan value is 58.15%
  • magenta value is 2.64%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(58,3,0,11)
C58M3Y0K11 
(58%,3%,0%,11%)
(0.58/0.03/0.00/0.11)	

CMYK percentages

%58.15
%2.64
%0
%10.98

Codes

Color #5FDDE3 in popluar color models

5FDDE3
RGB95221227
HSL183°70.21%63.14%
HSB/HSV183°58.15%89.02%
CMYK58.15%2.64%0.00%
10.98%

Color #5FDDE3 in popluar number systems.

HEX5FDDE3
Decimal95221227
Binary10111111101110111100011
Octal137335343

Shades and tints

Shades of #5FDDE3

#5FDDE3
(95,221,227)
#57C9CF
(87,201,207)
#4FB5BB
(79,181,187)
#47A1A7
(71,161,167)
#3F8D93
(63,141,147)
#37797F
(55,121,127)
#2F656B
(47,101,107)
#275157
(39,81,87)
#1F3D43
(31,61,67)
#17292F
(23,41,47)
#0F151B
(15,21,27)
#000000
(0,0,0)

Tints of #5FDDE3

#5FDDE3
(95,221,227)
#6DE0E5
(109,224,229)
#7BE3E7
(123,227,231)
#89E6E9
(137,230,233)
#97E9EB
(151,233,235)
#A5ECED
(165,236,237)
#B3EFEF
(179,239,239)
#C1F2F1
(193,242,241)
#CFF5F3
(207,245,243)
#DDF8F5
(221,248,245)
#EBFBF7
(235,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FDDE3 color. Also use rgb(95,221,227) instead hex code.

Text Font Color

.myTextColor { color: #5FDDE3; }

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

This text font color is #5FDDE3.


Background Color

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

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

This div background color is #5FDDE3.


Border color

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

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

This div border color is #5FDDE3.


Opacity

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

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

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

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

This text has shadow with #5FDDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FDDE3 on black background.


Color preview on white background

This text has color #5FDDE3 on white background.



Black color preview on #5FDDE3 background

This text has black color on #5FDDE3 background.


White color preview on #5FDDE3 background

This text has white color on #5FDDE3 background.