COLOR #3FB2CB

HEX: #3FB2CB
RGB: (63,178,203)

Color info

#3FB2CB contains mainly green and blue colors. Web safe color of #3FB2CB is #3399CC (or #39C).

RGB color model

#3FB2CB color RGB value is (63,178,203).

  • red value is 63;
  • green value is 178;
  • blue value is 203.
RGB:
(63,178,203)
(25%,70%,80%)

RGB channels and saturation

R 63 of 255 = 25%
G 178 of 255 = 70%
B 203 of 255 = 80%

63
178
203

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

Portions of RGB colors in percentages

R + G + B =
63 + 178 + 203 = 444 (100%)
R 63 of 444 ~ 14.19%
G 178 of 444 ~ 40.09%
B 203 of 444 ~ 45.72%

%14.19
%40.09
%45.72

CMYK color model

#3FB2CB color CMYK value is (69,12,0,20).

  • cyan value is 68.97%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(69,12,0,20)
C69M12Y0K20 
(69%,12%,0%,20%)
(0.69/0.12/0.00/0.20)	

CMYK percentages

%68.97
%12.32
%0
%20.39

Codes

Color #3FB2CB in popluar color models

3FB2CB
RGB63178203
HSL191°57.38%52.16%
HSB/HSV191°68.97%79.61%
CMYK68.97%12.32%0.00%
20.39%

Color #3FB2CB in popluar number systems.

HEX3FB2CB
Decimal63178203
Binary1111111011001011001011
Octal77262313

Shades and tints

Shades of #3FB2CB

#3FB2CB
(63,178,203)
#3AA2B9
(58,162,185)
#3592A7
(53,146,167)
#308295
(48,130,149)
#2B7283
(43,114,131)
#266271
(38,98,113)
#21525F
(33,82,95)
#1C424D
(28,66,77)
#17323B
(23,50,59)
#122229
(18,34,41)
#0D1217
(13,18,23)
#000000
(0,0,0)

Tints of #3FB2CB

#3FB2CB
(63,178,203)
#50B9CF
(80,185,207)
#61C0D3
(97,192,211)
#72C7D7
(114,199,215)
#83CEDB
(131,206,219)
#94D5DF
(148,213,223)
#A5DCE3
(165,220,227)
#B6E3E7
(182,227,231)
#C7EAEB
(199,234,235)
#D8F1EF
(216,241,239)
#E9F8F3
(233,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3FB2CB color. Also use rgb(63,178,203) instead hex code.

Text Font Color

.myTextColor { color: #3FB2CB; }

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

This text font color is #3FB2CB.


Background Color

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

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

This div background color is #3FB2CB.


Border color

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

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

This div border color is #3FB2CB.


Opacity

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

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

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

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

This text has shadow with #3FB2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3FB2CB on black background.


Color preview on white background

This text has color #3FB2CB on white background.



Black color preview on #3FB2CB background

This text has black color on #3FB2CB background.


White color preview on #3FB2CB background

This text has white color on #3FB2CB background.