COLOR #698A8C

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

Color info

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

RGB color model

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

  • red value is 105;
  • green value is 138;
  • blue value is 140.
RGB:
(105,138,140)
(41%,54%,55%)

RGB channels and saturation

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

105
138
140

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

Portions of RGB colors in percentages

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

%27.42
%36.03
%36.55

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 1.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(25,1,0,45)
C25M1Y0K45 
(25%,1%,0%,45%)
(0.25/0.01/0.00/0.45)	

CMYK percentages

%25
%1.43
%0
%45.1

Codes

Color #698A8C in popluar color models

698A8C
RGB105138140
HSL183°14.29%48.04%
HSB/HSV183°25.00%54.90%
CMYK25.00%1.43%0.00%
45.10%

Color #698A8C in popluar number systems.

HEX698A8C
Decimal105138140
Binary11010011000101010001100
Octal151212214

Shades and tints

Shades of #698A8C

#698A8C
(105,138,140)
#607E80
(96,126,128)
#577274
(87,114,116)
#4E6668
(78,102,104)
#455A5C
(69,90,92)
#3C4E50
(60,78,80)
#334244
(51,66,68)
#2A3638
(42,54,56)
#212A2C
(33,42,44)
#181E20
(24,30,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #698A8C

#698A8C
(105,138,140)
#769496
(118,148,150)
#839EA0
(131,158,160)
#90A8AA
(144,168,170)
#9DB2B4
(157,178,180)
#AABCBE
(170,188,190)
#B7C6C8
(183,198,200)
#C4D0D2
(196,208,210)
#D1DADC
(209,218,220)
#DEE4E6
(222,228,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698A8C; }

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

This text font color is #698A8C.


Background Color

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

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

This div background color is #698A8C.


Border color

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

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

This div border color is #698A8C.


Opacity

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

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

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

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

This text has shadow with #698A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698A8C on black background.


Color preview on white background

This text has color #698A8C on white background.



Black color preview on #698A8C background

This text has black color on #698A8C background.


White color preview on #698A8C background

This text has white color on #698A8C background.