COLOR #27ABB2

HEX: #27ABB2
RGB: (39,171,178)

Color info

#27ABB2 contains mainly green and blue colors. Web safe color of #27ABB2 is #339999 (or #399).

RGB color model

#27ABB2 color RGB value is (39,171,178).

  • red value is 39;
  • green value is 171;
  • blue value is 178.
RGB:
(39,171,178)
(15%,67%,70%)

RGB channels and saturation

R 39 of 255 = 15%
G 171 of 255 = 67%
B 178 of 255 = 70%

39
171
178

R + G + B ~ 51%. #27ABB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
39 + 171 + 178 = 388 (100%)
R 39 of 388 ~ 10.05%
G 171 of 388 ~ 44.07%
B 178 of 388 ~ 45.88%

%10.05
%44.07
%45.88

CMYK color model

#27ABB2 color CMYK value is (78,4,0,30).

  • cyan value is 78.09%
  • magenta value is 3.93%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(78,4,0,30)
C78M4Y0K30 
(78%,4%,0%,30%)
(0.78/0.04/0.00/0.30)	

CMYK percentages

%78.09
%3.93
%0
%30.2

Codes

Color #27ABB2 in popluar color models

27ABB2
RGB39171178
HSL183°64.06%42.55%
HSB/HSV183°78.09%69.80%
CMYK78.09%3.93%0.00%
30.20%

Color #27ABB2 in popluar number systems.

HEX27ABB2
Decimal39171178
Binary1001111010101110110010
Octal47253262

Shades and tints

Shades of #27ABB2

#27ABB2
(39,171,178)
#249CA2
(36,156,162)
#218D92
(33,141,146)
#1E7E82
(30,126,130)
#1B6F72
(27,111,114)
#186062
(24,96,98)
#155152
(21,81,82)
#124242
(18,66,66)
#0F3332
(15,51,50)
#0C2422
(12,36,34)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #27ABB2

#27ABB2
(39,171,178)
#3AB2B9
(58,178,185)
#4DB9C0
(77,185,192)
#60C0C7
(96,192,199)
#73C7CE
(115,199,206)
#86CED5
(134,206,213)
#99D5DC
(153,213,220)
#ACDCE3
(172,220,227)
#BFE3EA
(191,227,234)
#D2EAF1
(210,234,241)
#E5F1F8
(229,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27ABB2 color. Also use rgb(39,171,178) instead hex code.

Text Font Color

.myTextColor { color: #27ABB2; }

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

This text font color is #27ABB2.


Background Color

.myBgColor { background-color: #27ABB2; }

<div style="background-color:#27ABB2">Inner text</div>

This div background color is #27ABB2.


Border color

.myBorderColor { border: 1px solid #27ABB2; }

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

This div border color is #27ABB2.


Opacity

.myOpacity80 { color: #27ABB2; opacity: 0.8; }

<p style="color:#27ABB2;opacity:0.8;">80%</p>

Text with #27ABB2 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 #27ABB2;}

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

This text has shadow with #27ABB2 color.

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

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

This text has shadow with #27ABB2 primary color and red secondary color.


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

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

This text has shadow with #27ABB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27ABB2 on black background.


Color preview on white background

This text has color #27ABB2 on white background.



Black color preview on #27ABB2 background

This text has black color on #27ABB2 background.


White color preview on #27ABB2 background

This text has white color on #27ABB2 background.