COLOR #127FAB

HEX: #127FAB
RGB: (18,127,171)

Color info

#127FAB contains mainly green and blue colors. Web safe color of #127FAB is #006699 (or #069).

RGB color model

#127FAB color RGB value is (18,127,171).

  • red value is 18;
  • green value is 127;
  • blue value is 171.
RGB:
(18,127,171)
(7%,50%,67%)

RGB channels and saturation

R 18 of 255 = 7%
G 127 of 255 = 50%
B 171 of 255 = 67%

18
127
171

R + G + B ~ 41%. #127FAB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
18 + 127 + 171 = 316 (100%)
R 18 of 316 ~ 5.7%
G 127 of 316 ~ 40.19%
B 171 of 316 ~ 54.11%

%40.19
%54.11

CMYK color model

#127FAB color CMYK value is (89,26,0,33).

  • cyan value is 89.47%
  • magenta value is 25.73%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(89,26,0,33)
C89M26Y0K33 
(89%,26%,0%,33%)
(0.89/0.26/0.00/0.33)	

CMYK percentages

%89.47
%25.73
%0
%32.94

Codes

Color #127FAB in popluar color models

127FAB
RGB18127171
HSL197°80.95%37.06%
HSB/HSV197°89.47%67.06%
CMYK89.47%25.73%0.00%
32.94%

Color #127FAB in popluar number systems.

HEX127FAB
Decimal18127171
Binary10010111111110101011
Octal22177253

Shades and tints

Shades of #127FAB

#127FAB
(18,127,171)
#11749C
(17,116,156)
#10698D
(16,105,141)
#0F5E7E
(15,94,126)
#0E536F
(14,83,111)
#0D4860
(13,72,96)
#0C3D51
(12,61,81)
#0B3242
(11,50,66)
#0A2733
(10,39,51)
#091C24
(9,28,36)
#081115
(8,17,21)
#000000
(0,0,0)

Tints of #127FAB

#127FAB
(18,127,171)
#278AB2
(39,138,178)
#3C95B9
(60,149,185)
#51A0C0
(81,160,192)
#66ABC7
(102,171,199)
#7BB6CE
(123,182,206)
#90C1D5
(144,193,213)
#A5CCDC
(165,204,220)
#BAD7E3
(186,215,227)
#CFE2EA
(207,226,234)
#E4EDF1
(228,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #127FAB color. Also use rgb(18,127,171) instead hex code.

Text Font Color

.myTextColor { color: #127FAB; }

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

This text font color is #127FAB.


Background Color

.myBgColor { background-color: #127FAB; }

<div style="background-color:#127FAB">Inner text</div>

This div background color is #127FAB.


Border color

.myBorderColor { border: 1px solid #127FAB; }

<div style="border:3px solid #127FAB">Div</div>

This div border color is #127FAB.


Opacity

.myOpacity80 { color: #127FAB; opacity: 0.8; }

<p style="color:#127FAB;opacity:0.8;">80%</p>

Text with #127FAB 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 #127FAB;}

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

This text has shadow with #127FAB color.

.textShadow {text-shadow: 3px 3px 1px #127FAB, 3px 3px 1px red;}

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

This text has shadow with #127FAB primary color and red secondary color.


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

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

This text has shadow with #127FAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #127FAB on black background.


Color preview on white background

This text has color #127FAB on white background.



Black color preview on #127FAB background

This text has black color on #127FAB background.


White color preview on #127FAB background

This text has white color on #127FAB background.