COLOR #27ABD0

HEX: #27ABD0
RGB: (39,171,208)

Color info

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

RGB color model

#27ABD0 color RGB value is (39,171,208).

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

RGB channels and saturation

R 39 of 255 = 15%
G 171 of 255 = 67%
B 208 of 255 = 82%

39
171
208

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

Portions of RGB colors in percentages

R + G + B =
39 + 171 + 208 = 418 (100%)
R 39 of 418 ~ 9.33%
G 171 of 418 ~ 40.91%
B 208 of 418 ~ 49.76%

%40.91
%49.76

CMYK color model

#27ABD0 color CMYK value is (81,18,0,18).

  • cyan value is 81.25%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(81,18,0,18)
C81M18Y0K18 
(81%,18%,0%,18%)
(0.81/0.18/0.00/0.18)	

CMYK percentages

%81.25
%17.79
%0
%18.43

Codes

Color #27ABD0 in popluar color models

27ABD0
RGB39171208
HSL193°68.42%48.43%
HSB/HSV193°81.25%81.57%
CMYK81.25%17.79%0.00%
18.43%

Color #27ABD0 in popluar number systems.

HEX27ABD0
Decimal39171208
Binary1001111010101111010000
Octal47253320

Shades and tints

Shades of #27ABD0

#27ABD0
(39,171,208)
#249CBE
(36,156,190)
#218DAC
(33,141,172)
#1E7E9A
(30,126,154)
#1B6F88
(27,111,136)
#186076
(24,96,118)
#155164
(21,81,100)
#124252
(18,66,82)
#0F3340
(15,51,64)
#0C242E
(12,36,46)
#09151C
(9,21,28)
#000000
(0,0,0)

Tints of #27ABD0

#27ABD0
(39,171,208)
#3AB2D4
(58,178,212)
#4DB9D8
(77,185,216)
#60C0DC
(96,192,220)
#73C7E0
(115,199,224)
#86CEE4
(134,206,228)
#99D5E8
(153,213,232)
#ACDCEC
(172,220,236)
#BFE3F0
(191,227,240)
#D2EAF4
(210,234,244)
#E5F1F8
(229,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27ABD0; }

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

This text font color is #27ABD0.


Background Color

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

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

This div background color is #27ABD0.


Border color

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

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

This div border color is #27ABD0.


Opacity

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

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

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

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

This text has shadow with #27ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27ABD0 on black background.


Color preview on white background

This text has color #27ABD0 on white background.



Black color preview on #27ABD0 background

This text has black color on #27ABD0 background.


White color preview on #27ABD0 background

This text has white color on #27ABD0 background.