COLOR #698D82

HEX: #698D82 RGB: (105,141,130)

Color info

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

RGB color model

#698D82 color RGB value is (105,141,130).

RGB: (105,141,130) (41%, 55%, 51%)

RGB channels and saturation

R 105 of 255 = 41%
G 141 of 255 = 55%
B 130 of 255 = 51%

105
141
130

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

Portions of RGB colors in percentages

R + G + B = 105 + 141 + 130 = 376 (100%)
R 105 of 376 ~ 27.93%
G 141 of 376 ~ 37.5%
B 130 of 376 ~ 34.57'%

%27.93
%37.5
%34.57

CMYK color model

#698D82 color CMYK value is (26,0,8,45).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 7.80%
  • key color value is 44.71%

CMYK: (26,0,8,45)
C26M0Y8K45 (26%, 0%, 8%, 45%)
(0.26 / 0.00 / 0.08 / 0.45)

CMYK percentages

%25.53
%0
%7.8
%44.71

Codes

Color #698D82 in popluar color models

69 8D 82
RGB 105 141 130
HSL 162° 14.63% 48.24%
HSB/HSV 162° 25.53% 55.29%
CMYK 25.53% 0.00% 7.80%
44.71%

Color #698D82 in popluar number systems.

HEX 69 8D 82
Decimal 105 141 130
Binary 1101001 10001101 10000010
Octal 151 215 202

Shades and tints

Shades of #698D82

#698D82
(105,141,130)
#608177
(96,129,119)
#57756C
(87,117,108)
#4E6961
(78,105,97)
#455D56
(69,93,86)
#3C514B
(60,81,75)
#334540
(51,69,64)
#2A3935
(42,57,53)
#212D2A
(33,45,42)
#18211F
(24,33,31)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #698D82

#698D82
(105,141,130)
#76978D
(118,151,141)
#83A198
(131,161,152)
#90ABA3
(144,171,163)
#9DB5AE
(157,181,174)
#AABFB9
(170,191,185)
#B7C9C4
(183,201,196)
#C4D3CF
(196,211,207)
#D1DDDA
(209,221,218)
#DEE7E5
(222,231,229)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698D82 color. Also use rgb(105,141,130) instead hex code.

Text Font Color

.myTextColor { color: #698D82; }

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

This text font color is #698D82.

Background Color

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

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

This div background color is #698D82.

Border color

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

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

This div border color is #698D82.

Opacity

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

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

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

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

This text has shadow with #698D82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698D82.

Preview

Color preview on black background

This text has color #698D82 on black background.


Color preview on white background

This text has color #698D82 on white background.


Black color preview on #698D82 background

This text has black color on #698D82 background.


White color preview on #698D82 background

This text has white color on #698D82 background.


Related colors

Complementary color

Complementary color for #hex is #96727D.


I love getcolorcode.com

Triadic colors

1 #82698D and #8D8269 with #698D82 are triadic colors.

2 #828D69 and #8D6982 with #698D82 are triadic colors.