COLOR #27E6BB

HEX: #27E6BB
RGB: (39,230,187)

Color info

#27E6BB contains mainly green and blue colors. Web safe color of #27E6BB is #33CCCC (or #3CC).

RGB color model

#27E6BB color RGB value is (39,230,187).

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

RGB channels and saturation

R 39 of 255 = 15%
G 230 of 255 = 90%
B 187 of 255 = 73%

39
230
187

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

Portions of RGB colors in percentages

R + G + B =
39 + 230 + 187 = 456 (100%)
R 39 of 456 ~ 8.55%
G 230 of 456 ~ 50.44%
B 187 of 456 ~ 41.01%

%50.44
%41.01

CMYK color model

#27E6BB color CMYK value is (83,0,19,10).

  • cyan value is 83.04%
  • magenta value is 0.00%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(83,0,19,10)
C83M0Y19K10 
(83%,0%,19%,10%)
(0.83/0.00/0.19/0.10)	

CMYK percentages

%83.04
%0
%18.7
%9.8

Codes

Color #27E6BB in popluar color models

27E6BB
RGB39230187
HSL166°79.25%52.75%
HSB/HSV166°83.04%90.20%
CMYK83.04%0.00%18.70%
9.80%

Color #27E6BB in popluar number systems.

HEX27E6BB
Decimal39230187
Binary1001111110011010111011
Octal47346273

Shades and tints

Shades of #27E6BB

#27E6BB
(39,230,187)
#24D2AA
(36,210,170)
#21BE99
(33,190,153)
#1EAA88
(30,170,136)
#1B9677
(27,150,119)
#188266
(24,130,102)
#156E55
(21,110,85)
#125A44
(18,90,68)
#0F4633
(15,70,51)
#0C3222
(12,50,34)
#091E11
(9,30,17)
#000000
(0,0,0)

Tints of #27E6BB

#27E6BB
(39,230,187)
#3AE8C1
(58,232,193)
#4DEAC7
(77,234,199)
#60ECCD
(96,236,205)
#73EED3
(115,238,211)
#86F0D9
(134,240,217)
#99F2DF
(153,242,223)
#ACF4E5
(172,244,229)
#BFF6EB
(191,246,235)
#D2F8F1
(210,248,241)
#E5FAF7
(229,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27E6BB; }

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

This text font color is #27E6BB.


Background Color

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

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

This div background color is #27E6BB.


Border color

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

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

This div border color is #27E6BB.


Opacity

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

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

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

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

This text has shadow with #27E6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27E6BB on black background.


Color preview on white background

This text has color #27E6BB on white background.



Black color preview on #27E6BB background

This text has black color on #27E6BB background.


White color preview on #27E6BB background

This text has white color on #27E6BB background.