COLOR #5FACCB

HEX: #5FACCB
RGB: (95,172,203)

Color info

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

RGB color model

#5FACCB color RGB value is (95,172,203).

  • red value is 95;
  • green value is 172;
  • blue value is 203.
RGB:
(95,172,203)
(37%,67%,80%)

RGB channels and saturation

R 95 of 255 = 37%
G 172 of 255 = 67%
B 203 of 255 = 80%

95
172
203

R + G + B ~ 61%. #5FACCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
95 + 172 + 203 = 470 (100%)
R 95 of 470 ~ 20.21%
G 172 of 470 ~ 36.6%
B 203 of 470 ~ 43.19%

%20.21
%36.6
%43.19

CMYK color model

#5FACCB color CMYK value is (53,15,0,20).

  • cyan value is 53.20%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(53,15,0,20)
C53M15Y0K20 
(53%,15%,0%,20%)
(0.53/0.15/0.00/0.20)	

CMYK percentages

%53.2
%15.27
%0
%20.39

Codes

Color #5FACCB in popluar color models

5FACCB
RGB95172203
HSL197°50.94%58.43%
HSB/HSV197°53.20%79.61%
CMYK53.20%15.27%0.00%
20.39%

Color #5FACCB in popluar number systems.

HEX5FACCB
Decimal95172203
Binary10111111010110011001011
Octal137254313

Shades and tints

Shades of #5FACCB

#5FACCB
(95,172,203)
#579DB9
(87,157,185)
#4F8EA7
(79,142,167)
#477F95
(71,127,149)
#3F7083
(63,112,131)
#376171
(55,97,113)
#2F525F
(47,82,95)
#27434D
(39,67,77)
#1F343B
(31,52,59)
#172529
(23,37,41)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #5FACCB

#5FACCB
(95,172,203)
#6DB3CF
(109,179,207)
#7BBAD3
(123,186,211)
#89C1D7
(137,193,215)
#97C8DB
(151,200,219)
#A5CFDF
(165,207,223)
#B3D6E3
(179,214,227)
#C1DDE7
(193,221,231)
#CFE4EB
(207,228,235)
#DDEBEF
(221,235,239)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FACCB color. Also use rgb(95,172,203) instead hex code.

Text Font Color

.myTextColor { color: #5FACCB; }

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

This text font color is #5FACCB.


Background Color

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

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

This div background color is #5FACCB.


Border color

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

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

This div border color is #5FACCB.


Opacity

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

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

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

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

This text has shadow with #5FACCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FACCB on black background.


Color preview on white background

This text has color #5FACCB on white background.



Black color preview on #5FACCB background

This text has black color on #5FACCB background.


White color preview on #5FACCB background

This text has white color on #5FACCB background.