COLOR #27C4E6

HEX: #27C4E6
RGB: (39,196,230)

Color info

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

RGB color model

#27C4E6 color RGB value is (39,196,230).

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

RGB channels and saturation

R 39 of 255 = 15%
G 196 of 255 = 77%
B 230 of 255 = 90%

39
196
230

R + G + B ~ 61%. #27C4E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
39 + 196 + 230 = 465 (100%)
R 39 of 465 ~ 8.39%
G 196 of 465 ~ 42.15%
B 230 of 465 ~ 49.46%

%42.15
%49.46

CMYK color model

#27C4E6 color CMYK value is (83,15,0,10).

  • cyan value is 83.04%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(83,15,0,10)
C83M15Y0K10 
(83%,15%,0%,10%)
(0.83/0.15/0.00/0.10)	

CMYK percentages

%83.04
%14.78
%0
%9.8

Codes

Color #27C4E6 in popluar color models

27C4E6
RGB39196230
HSL191°79.25%52.75%
HSB/HSV191°83.04%90.20%
CMYK83.04%14.78%0.00%
9.80%

Color #27C4E6 in popluar number systems.

HEX27C4E6
Decimal39196230
Binary1001111100010011100110
Octal47304346

Shades and tints

Shades of #27C4E6

#27C4E6
(39,196,230)
#24B3D2
(36,179,210)
#21A2BE
(33,162,190)
#1E91AA
(30,145,170)
#1B8096
(27,128,150)
#186F82
(24,111,130)
#155E6E
(21,94,110)
#124D5A
(18,77,90)
#0F3C46
(15,60,70)
#0C2B32
(12,43,50)
#091A1E
(9,26,30)
#000000
(0,0,0)

Tints of #27C4E6

#27C4E6
(39,196,230)
#3AC9E8
(58,201,232)
#4DCEEA
(77,206,234)
#60D3EC
(96,211,236)
#73D8EE
(115,216,238)
#86DDF0
(134,221,240)
#99E2F2
(153,226,242)
#ACE7F4
(172,231,244)
#BFECF6
(191,236,246)
#D2F1F8
(210,241,248)
#E5F6FA
(229,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #27C4E6; }

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

This text font color is #27C4E6.


Background Color

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

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

This div background color is #27C4E6.


Border color

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

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

This div border color is #27C4E6.


Opacity

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

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

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

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

This text has shadow with #27C4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27C4E6 on black background.


Color preview on white background

This text has color #27C4E6 on white background.



Black color preview on #27C4E6 background

This text has black color on #27C4E6 background.


White color preview on #27C4E6 background

This text has white color on #27C4E6 background.