COLOR #3BABB8

HEX: #3BABB8 RGB: (59,171,184)

Color info

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

RGB color model

#3BABB8 color RGB value is (59,171,184).

RGB: (59,171,184) (23%, 67%, 72%)

RGB channels and saturation

R 59 of 255 = 23%
G 171 of 255 = 67%
B 184 of 255 = 72%

59
171
184

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

Portions of RGB colors in percentages

R + G + B = 59 + 171 + 184 = 414 (100%)
R 59 of 414 ~ 14.25%
G 171 of 414 ~ 41.3%
B 184 of 414 ~ 44.44'%

%14.25
%41.3
%44.44

CMYK color model

#3BABB8 color CMYK value is (68,7,0,28).

  • cyan value is 67.93%
  • magenta value is 7.07%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (68,7,0,28)
C68M7Y0K28 (68%, 7%, 0%, 28%)
(0.68 / 0.07 / 0.00 / 0.28)

CMYK percentages

%67.93
%7.07
%0
%27.84

Codes

Color #3BABB8 in popluar color models

3B AB B8
RGB 59 171 184
HSL 186° 51.44% 47.65%
HSB/HSV 186° 67.93% 72.16%
CMYK 67.93% 7.07% 0.00%
27.84%

Color #3BABB8 in popluar number systems.

HEX 3B AB B8
Decimal 59 171 184
Binary 111011 10101011 10111000
Octal 73 253 270

Shades and tints

Shades of #3BABB8

#3BABB8
(59,171,184)
#369CA8
(54,156,168)
#318D98
(49,141,152)
#2C7E88
(44,126,136)
#276F78
(39,111,120)
#226068
(34,96,104)
#1D5158
(29,81,88)
#184248
(24,66,72)
#133338
(19,51,56)
#0E2428
(14,36,40)
#091518
(9,21,24)
#000000
(0,0,0)

Tints of #3BABB8

#3BABB8
(59,171,184)
#4CB2BE
(76,178,190)
#5DB9C4
(93,185,196)
#6EC0CA
(110,192,202)
#7FC7D0
(127,199,208)
#90CED6
(144,206,214)
#A1D5DC
(161,213,220)
#B2DCE2
(178,220,226)
#C3E3E8
(195,227,232)
#D4EAEE
(212,234,238)
#E5F1F4
(229,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BABB8 color. Also use rgb(59,171,184) instead hex code.

Text Font Color

.myTextColor { color: #3BABB8; }

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

This text font color is #3BABB8.

Background Color

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

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

This div background color is #3BABB8.

Border color

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

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

This div border color is #3BABB8.

Opacity

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

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

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

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

This text has shadow with #3BABB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3BABB8.

Preview

Color preview on black background

This text has color #3BABB8 on black background.


Color preview on white background

This text has color #3BABB8 on white background.


Black color preview on #3BABB8 background

This text has black color on #3BABB8 background.


White color preview on #3BABB8 background

This text has white color on #3BABB8 background.


Related colors

Complementary color

Complementary color for #hex is #C45447.


I love getcolorcode.com

Triadic colors

1 #B83BAB and #ABB83B with #3BABB8 are triadic colors.

2 #B8AB3B and #AB3BB8 with #3BABB8 are triadic colors.