COLOR #698C8A

HEX: #698C8A RGB: (105,140,138)

Color info

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

RGB color model

#698C8A color RGB value is (105,140,138).

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

RGB channels and saturation

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

105
140
138

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

Portions of RGB colors in percentages

R + G + B = 105 + 140 + 138 = 383 (100%)
R 105 of 383 ~ 27.42%
G 140 of 383 ~ 36.55%
B 138 of 383 ~ 36.03'%

%27.42
%36.55
%36.03

CMYK color model

#698C8A color CMYK value is (25,0,1,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 1.43%
  • key color value is 45.10%

CMYK: (25,0,1,45)
C25M0Y1K45 (25%, 0%, 1%, 45%)
(0.25 / 0.00 / 0.01 / 0.45)

CMYK percentages

%25
%0
%1.43
%45.1

Codes

Color #698C8A in popluar color models

69 8C 8A
RGB 105 140 138
HSL 177° 14.29% 48.04%
HSB/HSV 177° 25.00% 54.90%
CMYK 25.00% 0.00% 1.43%
45.10%

Color #698C8A in popluar number systems.

HEX 69 8C 8A
Decimal 105 140 138
Binary 1101001 10001100 10001010
Octal 151 214 212

Shades and tints

Shades of #698C8A

#698C8A
(105,140,138)
#60807E
(96,128,126)
#577472
(87,116,114)
#4E6866
(78,104,102)
#455C5A
(69,92,90)
#3C504E
(60,80,78)
#334442
(51,68,66)
#2A3836
(42,56,54)
#212C2A
(33,44,42)
#18201E
(24,32,30)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #698C8A

#698C8A
(105,140,138)
#769694
(118,150,148)
#83A09E
(131,160,158)
#90AAA8
(144,170,168)
#9DB4B2
(157,180,178)
#AABEBC
(170,190,188)
#B7C8C6
(183,200,198)
#C4D2D0
(196,210,208)
#D1DCDA
(209,220,218)
#DEE6E4
(222,230,228)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698C8A; }

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

This text font color is #698C8A.

Background Color

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

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

This div background color is #698C8A.

Border color

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

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

This div border color is #698C8A.

Opacity

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

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

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

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

This text has shadow with #698C8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698C8A.

Preview

Color preview on black background

This text has color #698C8A on black background.


Color preview on white background

This text has color #698C8A on white background.


Black color preview on #698C8A background

This text has black color on #698C8A background.


White color preview on #698C8A background

This text has white color on #698C8A background.


Related colors

Complementary color

Complementary color for #hex is #967375.


I love getcolorcode.com

Triadic colors

1 #8A698C and #8C8A69 with #698C8A are triadic colors.

2 #8A8C69 and #8C698A with #698C8A are triadic colors.