COLOR #698E8F

HEX: #698E8F RGB: (105,142,143)

Color info

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

RGB color model

#698E8F color RGB value is (105,142,143).

RGB: (105,142,143) (41%, 56%, 56%)

RGB channels and saturation

R 105 of 255 = 41%
G 142 of 255 = 56%
B 143 of 255 = 56%

105
142
143

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

Portions of RGB colors in percentages

R + G + B = 105 + 142 + 143 = 390 (100%)
R 105 of 390 ~ 26.92%
G 142 of 390 ~ 36.41%
B 143 of 390 ~ 36.67'%

%26.92
%36.41
%36.67

CMYK color model

#698E8F color CMYK value is (27,1,0,44).

  • cyan value is 26.57%
  • magenta value is 0.70%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (27,1,0,44)
C27M1Y0K44 (27%, 1%, 0%, 44%)
(0.27 / 0.01 / 0.00 / 0.44)

CMYK percentages

%26.57
%0.7
%0
%43.92

Codes

Color #698E8F in popluar color models

69 8E 8F
RGB 105 142 143
HSL 182° 15.32% 48.63%
HSB/HSV 182° 26.57% 56.08%
CMYK 26.57% 0.70% 0.00%
43.92%

Color #698E8F in popluar number systems.

HEX 69 8E 8F
Decimal 105 142 143
Binary 1101001 10001110 10001111
Octal 151 216 217

Shades and tints

Shades of #698E8F

#698E8F
(105,142,143)
#608282
(96,130,130)
#577675
(87,118,117)
#4E6A68
(78,106,104)
#455E5B
(69,94,91)
#3C524E
(60,82,78)
#334641
(51,70,65)
#2A3A34
(42,58,52)
#212E27
(33,46,39)
#18221A
(24,34,26)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #698E8F

#698E8F
(105,142,143)
#769899
(118,152,153)
#83A2A3
(131,162,163)
#90ACAD
(144,172,173)
#9DB6B7
(157,182,183)
#AAC0C1
(170,192,193)
#B7CACB
(183,202,203)
#C4D4D5
(196,212,213)
#D1DEDF
(209,222,223)
#DEE8E9
(222,232,233)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698E8F color. Also use rgb(105,142,143) instead hex code.

Text Font Color

.myTextColor { color: #698E8F; }

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

This text font color is #698E8F.

Background Color

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

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

This div background color is #698E8F.

Border color

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

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

This div border color is #698E8F.

Opacity

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

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

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

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

This text has shadow with #698E8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698E8F.

Preview

Color preview on black background

This text has color #698E8F on black background.


Color preview on white background

This text has color #698E8F on white background.


Black color preview on #698E8F background

This text has black color on #698E8F background.


White color preview on #698E8F background

This text has white color on #698E8F background.


Related colors

Complementary color

Complementary color for #hex is #967170.


I love getcolorcode.com

Triadic colors

1 #8F698E and #8E8F69 with #698E8F are triadic colors.

2 #8F8E69 and #8E698F with #698E8F are triadic colors.