COLOR #126861

HEX: #126861
RGB: (18,104,97)

Color info

#126861 contains mainly green and blue colors. Web safe color of #126861 is #006666 (or #066).

RGB color model

#126861 color RGB value is (18,104,97).

  • red value is 18;
  • green value is 104;
  • blue value is 97.
RGB:
(18,104,97)
(7%,41%,38%)

RGB channels and saturation

R 18 of 255 = 7%
G 104 of 255 = 41%
B 97 of 255 = 38%

18
104
97

R + G + B ~ 29%. #126861 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
18 + 104 + 97 = 219 (100%)
R 18 of 219 ~ 8.22%
G 104 of 219 ~ 47.49%
B 97 of 219 ~ 44.29%

%47.49
%44.29

CMYK color model

#126861 color CMYK value is (83,0,7,59).

  • cyan value is 82.69%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 59.22%
CMYK:
(83,0,7,59)
C83M0Y7K59 
(83%,0%,7%,59%)
(0.83/0.00/0.07/0.59)	

CMYK percentages

%82.69
%0
%6.73
%59.22

Codes

Color #126861 in popluar color models

126861
RGB1810497
HSL175°70.49%23.92%
HSB/HSV175°82.69%40.78%
CMYK82.69%0.00%6.73%
59.22%

Color #126861 in popluar number systems.

HEX126861
Decimal1810497
Binary1001011010001100001
Octal22150141

Shades and tints

Shades of #126861

#126861
(18,104,97)
#115F59
(17,95,89)
#105651
(16,86,81)
#0F4D49
(15,77,73)
#0E4441
(14,68,65)
#0D3B39
(13,59,57)
#0C3231
(12,50,49)
#0B2929
(11,41,41)
#0A2021
(10,32,33)
#091719
(9,23,25)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #126861

#126861
(18,104,97)
#27756F
(39,117,111)
#3C827D
(60,130,125)
#518F8B
(81,143,139)
#669C99
(102,156,153)
#7BA9A7
(123,169,167)
#90B6B5
(144,182,181)
#A5C3C3
(165,195,195)
#BAD0D1
(186,208,209)
#CFDDDF
(207,221,223)
#E4EAED
(228,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126861 color. Also use rgb(18,104,97) instead hex code.

Text Font Color

.myTextColor { color: #126861; }

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

This text font color is #126861.


Background Color

.myBgColor { background-color: #126861; }

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

This div background color is #126861.


Border color

.myBorderColor { border: 1px solid #126861; }

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

This div border color is #126861.


Opacity

.myOpacity80 { color: #126861; opacity: 0.8; }

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

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

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

This text has shadow with #126861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126861 on black background.


Color preview on white background

This text has color #126861 on white background.



Black color preview on #126861 background

This text has black color on #126861 background.


White color preview on #126861 background

This text has white color on #126861 background.