COLOR #27ABBB

HEX: #27ABBB
RGB: (39,171,187)

Color info

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

RGB color model

#27ABBB color RGB value is (39,171,187).

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

RGB channels and saturation

R 39 of 255 = 15%
G 171 of 255 = 67%
B 187 of 255 = 73%

39
171
187

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

Portions of RGB colors in percentages

R + G + B =
39 + 171 + 187 = 397 (100%)
R 39 of 397 ~ 9.82%
G 171 of 397 ~ 43.07%
B 187 of 397 ~ 47.1%

%9.82
%43.07
%47.1

CMYK color model

#27ABBB color CMYK value is (79,9,0,27).

  • cyan value is 79.14%
  • magenta value is 8.56%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(79,9,0,27)
C79M9Y0K27 
(79%,9%,0%,27%)
(0.79/0.09/0.00/0.27)	

CMYK percentages

%79.14
%8.56
%0
%26.67

Codes

Color #27ABBB in popluar color models

27ABBB
RGB39171187
HSL186°65.49%44.31%
HSB/HSV186°79.14%73.33%
CMYK79.14%8.56%0.00%
26.67%

Color #27ABBB in popluar number systems.

HEX27ABBB
Decimal39171187
Binary1001111010101110111011
Octal47253273

Shades and tints

Shades of #27ABBB

#27ABBB
(39,171,187)
#249CAA
(36,156,170)
#218D99
(33,141,153)
#1E7E88
(30,126,136)
#1B6F77
(27,111,119)
#186066
(24,96,102)
#155155
(21,81,85)
#124244
(18,66,68)
#0F3333
(15,51,51)
#0C2422
(12,36,34)
#091511
(9,21,17)
#000000
(0,0,0)

Tints of #27ABBB

#27ABBB
(39,171,187)
#3AB2C1
(58,178,193)
#4DB9C7
(77,185,199)
#60C0CD
(96,192,205)
#73C7D3
(115,199,211)
#86CED9
(134,206,217)
#99D5DF
(153,213,223)
#ACDCE5
(172,220,229)
#BFE3EB
(191,227,235)
#D2EAF1
(210,234,241)
#E5F1F7
(229,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27ABBB; }

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

This text font color is #27ABBB.


Background Color

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

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

This div background color is #27ABBB.


Border color

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

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

This div border color is #27ABBB.


Opacity

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

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

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

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

This text has shadow with #27ABBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27ABBB on black background.


Color preview on white background

This text has color #27ABBB on white background.



Black color preview on #27ABBB background

This text has black color on #27ABBB background.


White color preview on #27ABBB background

This text has white color on #27ABBB background.