COLOR #3FB5E3

HEX: #3FB5E3
RGB: (63,181,227)

Color info

#3FB5E3 contains mainly green and blue colors. Web safe color of #3FB5E3 is #33CCCC (or #3CC).

RGB color model

#3FB5E3 color RGB value is (63,181,227).

  • red value is 63;
  • green value is 181;
  • blue value is 227.
RGB:
(63,181,227)
(25%,71%,89%)

RGB channels and saturation

R 63 of 255 = 25%
G 181 of 255 = 71%
B 227 of 255 = 89%

63
181
227

R + G + B ~ 62%. #3FB5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
63 + 181 + 227 = 471 (100%)
R 63 of 471 ~ 13.38%
G 181 of 471 ~ 38.43%
B 227 of 471 ~ 48.2%

%13.38
%38.43
%48.2

CMYK color model

#3FB5E3 color CMYK value is (72,20,0,11).

  • cyan value is 72.25%
  • magenta value is 20.26%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(72,20,0,11)
C72M20Y0K11 
(72%,20%,0%,11%)
(0.72/0.20/0.00/0.11)	

CMYK percentages

%72.25
%20.26
%0
%10.98

Codes

Color #3FB5E3 in popluar color models

3FB5E3
RGB63181227
HSL197°74.55%56.86%
HSB/HSV197°72.25%89.02%
CMYK72.25%20.26%0.00%
10.98%

Color #3FB5E3 in popluar number systems.

HEX3FB5E3
Decimal63181227
Binary1111111011010111100011
Octal77265343

Shades and tints

Shades of #3FB5E3

#3FB5E3
(63,181,227)
#3AA5CF
(58,165,207)
#3595BB
(53,149,187)
#3085A7
(48,133,167)
#2B7593
(43,117,147)
#26657F
(38,101,127)
#21556B
(33,85,107)
#1C4557
(28,69,87)
#173543
(23,53,67)
#12252F
(18,37,47)
#0D151B
(13,21,27)
#000000
(0,0,0)

Tints of #3FB5E3

#3FB5E3
(63,181,227)
#50BBE5
(80,187,229)
#61C1E7
(97,193,231)
#72C7E9
(114,199,233)
#83CDEB
(131,205,235)
#94D3ED
(148,211,237)
#A5D9EF
(165,217,239)
#B6DFF1
(182,223,241)
#C7E5F3
(199,229,243)
#D8EBF5
(216,235,245)
#E9F1F7
(233,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB5E3 color. Also use rgb(63,181,227) instead hex code.

Text Font Color

.myTextColor { color: #3FB5E3; }

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

This text font color is #3FB5E3.


Background Color

.myBgColor { background-color: #3FB5E3; }

<div style="background-color:#3FB5E3">Inner text</div>

This div background color is #3FB5E3.


Border color

.myBorderColor { border: 1px solid #3FB5E3; }

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

This div border color is #3FB5E3.


Opacity

.myOpacity80 { color: #3FB5E3; opacity: 0.8; }

<p style="color:#3FB5E3;opacity:0.8;">80%</p>

Text with #3FB5E3 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 #3FB5E3;}

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

This text has shadow with #3FB5E3 color.

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

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

This text has shadow with #3FB5E3 primary color and red secondary color.


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

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

This text has shadow with #3FB5E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB5E3 on black background.


Color preview on white background

This text has color #3FB5E3 on white background.



Black color preview on #3FB5E3 background

This text has black color on #3FB5E3 background.


White color preview on #3FB5E3 background

This text has white color on #3FB5E3 background.