COLOR #698B91

HEX: #698B91
RGB: (105,139,145)

Color info

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

RGB color model

#698B91 color RGB value is (105,139,145).

  • red value is 105;
  • green value is 139;
  • blue value is 145.
RGB:
(105,139,145)
(41%,55%,57%)

RGB channels and saturation

R 105 of 255 = 41%
G 139 of 255 = 55%
B 145 of 255 = 57%

105
139
145

R + G + B ~ 51%. #698B91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 139 + 145 = 389 (100%)
R 105 of 389 ~ 26.99%
G 139 of 389 ~ 35.73%
B 145 of 389 ~ 37.28%

%26.99
%35.73
%37.28

CMYK color model

#698B91 color CMYK value is (28,4,0,43).

  • cyan value is 27.59%
  • magenta value is 4.14%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(28,4,0,43)
C28M4Y0K43 
(28%,4%,0%,43%)
(0.28/0.04/0.00/0.43)	

CMYK percentages

%27.59
%4.14
%0
%43.14

Codes

Color #698B91 in popluar color models

698B91
RGB105139145
HSL189°16.00%49.02%
HSB/HSV189°27.59%56.86%
CMYK27.59%4.14%0.00%
43.14%

Color #698B91 in popluar number systems.

HEX698B91
Decimal105139145
Binary11010011000101110010001
Octal151213221

Shades and tints

Shades of #698B91

#698B91
(105,139,145)
#607F84
(96,127,132)
#577377
(87,115,119)
#4E676A
(78,103,106)
#455B5D
(69,91,93)
#3C4F50
(60,79,80)
#334343
(51,67,67)
#2A3736
(42,55,54)
#212B29
(33,43,41)
#181F1C
(24,31,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #698B91

#698B91
(105,139,145)
#76959B
(118,149,155)
#839FA5
(131,159,165)
#90A9AF
(144,169,175)
#9DB3B9
(157,179,185)
#AABDC3
(170,189,195)
#B7C7CD
(183,199,205)
#C4D1D7
(196,209,215)
#D1DBE1
(209,219,225)
#DEE5EB
(222,229,235)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698B91 color. Also use rgb(105,139,145) instead hex code.

Text Font Color

.myTextColor { color: #698B91; }

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

This text font color is #698B91.


Background Color

.myBgColor { background-color: #698B91; }

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

This div background color is #698B91.


Border color

.myBorderColor { border: 1px solid #698B91; }

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

This div border color is #698B91.


Opacity

.myOpacity80 { color: #698B91; opacity: 0.8; }

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

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

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

This text has shadow with #698B91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698B91 on black background.


Color preview on white background

This text has color #698B91 on white background.



Black color preview on #698B91 background

This text has black color on #698B91 background.


White color preview on #698B91 background

This text has white color on #698B91 background.