COLOR #698C85

HEX: #698C85
RGB: (105,140,133)

Color info

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

RGB color model

#698C85 color RGB value is (105,140,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 140 of 255 = 55%
B 133 of 255 = 52%

105
140
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 140 + 133 = 378 (100%)
R 105 of 378 ~ 27.78%
G 140 of 378 ~ 37.04%
B 133 of 378 ~ 35.19%

%27.78
%37.04
%35.19

CMYK color model

#698C85 color CMYK value is (25,0,5,45).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 45.10%
CMYK:
(25,0,5,45)
C25M0Y5K45 
(25%,0%,5%,45%)
(0.25/0.00/0.05/0.45)	

CMYK percentages

%25
%0
%5
%45.1

Codes

Color #698C85 in popluar color models

698C85
RGB105140133
HSL168°14.29%48.04%
HSB/HSV168°25.00%54.90%
CMYK25.00%0.00%5.00%
45.10%

Color #698C85 in popluar number systems.

HEX698C85
Decimal105140133
Binary11010011000110010000101
Octal151214205

Shades and tints

Shades of #698C85

#698C85
(105,140,133)
#608079
(96,128,121)
#57746D
(87,116,109)
#4E6861
(78,104,97)
#455C55
(69,92,85)
#3C5049
(60,80,73)
#33443D
(51,68,61)
#2A3831
(42,56,49)
#212C25
(33,44,37)
#182019
(24,32,25)
#0F140D
(15,20,13)
#000000
(0,0,0)

Tints of #698C85

#698C85
(105,140,133)
#769690
(118,150,144)
#83A09B
(131,160,155)
#90AAA6
(144,170,166)
#9DB4B1
(157,180,177)
#AABEBC
(170,190,188)
#B7C8C7
(183,200,199)
#C4D2D2
(196,210,210)
#D1DCDD
(209,220,221)
#DEE6E8
(222,230,232)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698C85; }

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

This text font color is #698C85.


Background Color

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

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

This div background color is #698C85.


Border color

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

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

This div border color is #698C85.


Opacity

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

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

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

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

This text has shadow with #698C85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698C85 on black background.


Color preview on white background

This text has color #698C85 on white background.



Black color preview on #698C85 background

This text has black color on #698C85 background.


White color preview on #698C85 background

This text has white color on #698C85 background.