COLOR #698A8B

HEX: #698A8B RGB: (105,138,139)

Color info

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

RGB color model

#698A8B color RGB value is (105,138,139).

RGB: (105,138,139) (41%, 54%, 55%)

RGB channels and saturation

R 105 of 255 = 41%
G 138 of 255 = 54%
B 139 of 255 = 55%

105
138
139

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

Portions of RGB colors in percentages

R + G + B = 105 + 138 + 139 = 382 (100%)
R 105 of 382 ~ 27.49%
G 138 of 382 ~ 36.13%
B 139 of 382 ~ 36.39'%

%27.49
%36.13
%36.39

CMYK color model

#698A8B color CMYK value is (24,1,0,45).

  • cyan value is 24.46%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (24,1,0,45)
C24M1Y0K45 (24%, 1%, 0%, 45%)
(0.24 / 0.01 / 0.00 / 0.45)

CMYK percentages

%24.46
%0.72
%0
%45.49

Codes

Color #698A8B in popluar color models

69 8A 8B
RGB 105 138 139
HSL 182° 13.93% 47.84%
HSB/HSV 182° 24.46% 54.51%
CMYK 24.46% 0.72% 0.00%
45.49%

Color #698A8B in popluar number systems.

HEX 69 8A 8B
Decimal 105 138 139
Binary 1101001 10001010 10001011
Octal 151 212 213

Shades and tints

Shades of #698A8B

#698A8B
(105,138,139)
#607E7F
(96,126,127)
#577273
(87,114,115)
#4E6667
(78,102,103)
#455A5B
(69,90,91)
#3C4E4F
(60,78,79)
#334243
(51,66,67)
#2A3637
(42,54,55)
#212A2B
(33,42,43)
#181E1F
(24,30,31)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #698A8B

#698A8B
(105,138,139)
#769495
(118,148,149)
#839E9F
(131,158,159)
#90A8A9
(144,168,169)
#9DB2B3
(157,178,179)
#AABCBD
(170,188,189)
#B7C6C7
(183,198,199)
#C4D0D1
(196,208,209)
#D1DADB
(209,218,219)
#DEE4E5
(222,228,229)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698A8B; }

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

This text font color is #698A8B.

Background Color

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

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

This div background color is #698A8B.

Border color

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

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

This div border color is #698A8B.

Opacity

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

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

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

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

This text has shadow with #698A8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698A8B.

Preview

Color preview on black background

This text has color #698A8B on black background.


Color preview on white background

This text has color #698A8B on white background.


Black color preview on #698A8B background

This text has black color on #698A8B background.


White color preview on #698A8B background

This text has white color on #698A8B background.


Related colors

Complementary color

Complementary color for #hex is #967574.


I love getcolorcode.com

Triadic colors

1 #8B698A and #8A8B69 with #698A8B are triadic colors.

2 #8B8A69 and #8A698B with #698A8B are triadic colors.