COLOR #27A6E3

HEX: #27A6E3
RGB: (39,166,227)

Color info

#27A6E3 contains mainly blue color. Web safe color of #27A6E3 is #3399CC (or #39C).

RGB color model

#27A6E3 color RGB value is (39,166,227).

  • red value is 39;
  • green value is 166;
  • blue value is 227.
RGB:
(39,166,227)
(15%,65%,89%)

RGB channels and saturation

R 39 of 255 = 15%
G 166 of 255 = 65%
B 227 of 255 = 89%

39
166
227

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

Portions of RGB colors in percentages

R + G + B =
39 + 166 + 227 = 432 (100%)
R 39 of 432 ~ 9.03%
G 166 of 432 ~ 38.43%
B 227 of 432 ~ 52.55%

%38.43
%52.55

CMYK color model

#27A6E3 color CMYK value is (83,27,0,11).

  • cyan value is 82.82%
  • magenta value is 26.87%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(83,27,0,11)
C83M27Y0K11 
(83%,27%,0%,11%)
(0.83/0.27/0.00/0.11)	

CMYK percentages

%82.82
%26.87
%0
%10.98

Codes

Color #27A6E3 in popluar color models

27A6E3
RGB39166227
HSL199°77.05%52.16%
HSB/HSV199°82.82%89.02%
CMYK82.82%26.87%0.00%
10.98%

Color #27A6E3 in popluar number systems.

HEX27A6E3
Decimal39166227
Binary1001111010011011100011
Octal47246343

Shades and tints

Shades of #27A6E3

#27A6E3
(39,166,227)
#2497CF
(36,151,207)
#2188BB
(33,136,187)
#1E79A7
(30,121,167)
#1B6A93
(27,106,147)
#185B7F
(24,91,127)
#154C6B
(21,76,107)
#123D57
(18,61,87)
#0F2E43
(15,46,67)
#0C1F2F
(12,31,47)
#09101B
(9,16,27)
#000000
(0,0,0)

Tints of #27A6E3

#27A6E3
(39,166,227)
#3AAEE5
(58,174,229)
#4DB6E7
(77,182,231)
#60BEE9
(96,190,233)
#73C6EB
(115,198,235)
#86CEED
(134,206,237)
#99D6EF
(153,214,239)
#ACDEF1
(172,222,241)
#BFE6F3
(191,230,243)
#D2EEF5
(210,238,245)
#E5F6F7
(229,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27A6E3 color. Also use rgb(39,166,227) instead hex code.

Text Font Color

.myTextColor { color: #27A6E3; }

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

This text font color is #27A6E3.


Background Color

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

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

This div background color is #27A6E3.


Border color

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

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

This div border color is #27A6E3.


Opacity

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

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

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

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

This text has shadow with #27A6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27A6E3 on black background.


Color preview on white background

This text has color #27A6E3 on white background.



Black color preview on #27A6E3 background

This text has black color on #27A6E3 background.


White color preview on #27A6E3 background

This text has white color on #27A6E3 background.