COLOR #3BA4BC

HEX: #3BA4BC
RGB: (59,164,188)

Color info

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

RGB color model

#3BA4BC color RGB value is (59,164,188).

  • red value is 59;
  • green value is 164;
  • blue value is 188.
RGB:
(59,164,188)
(23%,64%,74%)

RGB channels and saturation

R 59 of 255 = 23%
G 164 of 255 = 64%
B 188 of 255 = 74%

59
164
188

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

Portions of RGB colors in percentages

R + G + B =
59 + 164 + 188 = 411 (100%)
R 59 of 411 ~ 14.36%
G 164 of 411 ~ 39.9%
B 188 of 411 ~ 45.74%

%14.36
%39.9
%45.74

CMYK color model

#3BA4BC color CMYK value is (69,13,0,26).

  • cyan value is 68.62%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(69,13,0,26)
C69M13Y0K26 
(69%,13%,0%,26%)
(0.69/0.13/0.00/0.26)	

CMYK percentages

%68.62
%12.77
%0
%26.27

Codes

Color #3BA4BC in popluar color models

3BA4BC
RGB59164188
HSL191°52.23%48.43%
HSB/HSV191°68.62%73.73%
CMYK68.62%12.77%0.00%
26.27%

Color #3BA4BC in popluar number systems.

HEX3BA4BC
Decimal59164188
Binary1110111010010010111100
Octal73244274

Shades and tints

Shades of #3BA4BC

#3BA4BC
(59,164,188)
#3696AB
(54,150,171)
#31889A
(49,136,154)
#2C7A89
(44,122,137)
#276C78
(39,108,120)
#225E67
(34,94,103)
#1D5056
(29,80,86)
#184245
(24,66,69)
#133434
(19,52,52)
#0E2623
(14,38,35)
#091812
(9,24,18)
#000000
(0,0,0)

Tints of #3BA4BC

#3BA4BC
(59,164,188)
#4CACC2
(76,172,194)
#5DB4C8
(93,180,200)
#6EBCCE
(110,188,206)
#7FC4D4
(127,196,212)
#90CCDA
(144,204,218)
#A1D4E0
(161,212,224)
#B2DCE6
(178,220,230)
#C3E4EC
(195,228,236)
#D4ECF2
(212,236,242)
#E5F4F8
(229,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BA4BC color. Also use rgb(59,164,188) instead hex code.

Text Font Color

.myTextColor { color: #3BA4BC; }

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

This text font color is #3BA4BC.


Background Color

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

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

This div background color is #3BA4BC.


Border color

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

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

This div border color is #3BA4BC.


Opacity

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

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

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

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

This text has shadow with #3BA4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3BA4BC on black background.


Color preview on white background

This text has color #3BA4BC on white background.



Black color preview on #3BA4BC background

This text has black color on #3BA4BC background.


White color preview on #3BA4BC background

This text has white color on #3BA4BC background.