COLOR #759986

HEX: #759986
RGB: (117,153,134)

Color info

#759986 contains red, green and blue colors in about the same proportion. Web safe color of #759986 is #669999 (or #699).

RGB color model

#759986 color RGB value is (117,153,134).

  • red value is 117;
  • green value is 153;
  • blue value is 134.
RGB:
(117,153,134)
(46%,60%,53%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 134 of 255 = 53%

117
153
134

R + G + B ~ 53%. #759986 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 153 + 134 = 404 (100%)
R 117 of 404 ~ 28.96%
G 153 of 404 ~ 37.87%
B 134 of 404 ~ 33.17%

%28.96
%37.87
%33.17

CMYK color model

#759986 color CMYK value is (24,0,12,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 12.42%
  • key color value is 40.00%
CMYK:
(24,0,12,40)
C24M0Y12K40 
(24%,0%,12%,40%)
(0.24/0.00/0.12/0.40)	

CMYK percentages

%23.53
%0
%12.42
%40

Codes

Color #759986 in popluar color models

759986
RGB117153134
HSL148°15.00%52.94%
HSB/HSV148°23.53%60.00%
CMYK23.53%0.00%12.42%
40.00%

Color #759986 in popluar number systems.

HEX759986
Decimal117153134
Binary11101011001100110000110
Octal165231206

Shades and tints

Shades of #759986

#759986
(117,153,134)
#6B8C7A
(107,140,122)
#617F6E
(97,127,110)
#577262
(87,114,98)
#4D6556
(77,101,86)
#43584A
(67,88,74)
#394B3E
(57,75,62)
#2F3E32
(47,62,50)
#253126
(37,49,38)
#1B241A
(27,36,26)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #759986

#759986
(117,153,134)
#81A291
(129,162,145)
#8DAB9C
(141,171,156)
#99B4A7
(153,180,167)
#A5BDB2
(165,189,178)
#B1C6BD
(177,198,189)
#BDCFC8
(189,207,200)
#C9D8D3
(201,216,211)
#D5E1DE
(213,225,222)
#E1EAE9
(225,234,233)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759986 color. Also use rgb(117,153,134) instead hex code.

Text Font Color

.myTextColor { color: #759986; }

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

This text font color is #759986.


Background Color

.myBgColor { background-color: #759986; }

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

This div background color is #759986.


Border color

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

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

This div border color is #759986.


Opacity

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

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

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

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

This text has shadow with #759986 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759986 on black background.


Color preview on white background

This text has color #759986 on white background.



Black color preview on #759986 background

This text has black color on #759986 background.


White color preview on #759986 background

This text has white color on #759986 background.