COLOR #698D81

HEX: #698D81 RGB: (105,141,129)

Color info

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

RGB color model

#698D81 color RGB value is (105,141,129).

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

RGB channels and saturation

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

105
141
129

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

Portions of RGB colors in percentages

R + G + B = 105 + 141 + 129 = 375 (100%)
R 105 of 375 ~ 28%
G 141 of 375 ~ 37.6%
B 129 of 375 ~ 34.4'%

%28
%37.6
%34.4

CMYK color model

#698D81 color CMYK value is (26,0,9,45).

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

CMYK: (26,0,9,45)
C26M0Y9K45 (26%, 0%, 9%, 45%)
(0.26 / 0.00 / 0.09 / 0.45)

CMYK percentages

%25.53
%0
%8.51
%44.71

Codes

Color #698D81 in popluar color models

69 8D 81
RGB 105 141 129
HSL 160° 14.63% 48.24%
HSB/HSV 160° 25.53% 55.29%
CMYK 25.53% 0.00% 8.51%
44.71%

Color #698D81 in popluar number systems.

HEX 69 8D 81
Decimal 105 141 129
Binary 1101001 10001101 10000001
Octal 151 215 201

Shades and tints

Shades of #698D81

#698D81
(105,141,129)
#608176
(96,129,118)
#57756B
(87,117,107)
#4E6960
(78,105,96)
#455D55
(69,93,85)
#3C514A
(60,81,74)
#33453F
(51,69,63)
#2A3934
(42,57,52)
#212D29
(33,45,41)
#18211E
(24,33,30)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #698D81

#698D81
(105,141,129)
#76978C
(118,151,140)
#83A197
(131,161,151)
#90ABA2
(144,171,162)
#9DB5AD
(157,181,173)
#AABFB8
(170,191,184)
#B7C9C3
(183,201,195)
#C4D3CE
(196,211,206)
#D1DDD9
(209,221,217)
#DEE7E4
(222,231,228)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698D81; }

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

This text font color is #698D81.

Background Color

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

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

This div background color is #698D81.

Border color

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

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

This div border color is #698D81.

Opacity

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

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

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

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

This text has shadow with #698D81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698D81.

Preview

Color preview on black background

This text has color #698D81 on black background.


Color preview on white background

This text has color #698D81 on white background.


Black color preview on #698D81 background

This text has black color on #698D81 background.


White color preview on #698D81 background

This text has white color on #698D81 background.


Related colors

Complementary color

Complementary color for #hex is #96727E.


I love getcolorcode.com

Triadic colors

1 #81698D and #8D8169 with #698D81 are triadic colors.

2 #818D69 and #8D6981 with #698D81 are triadic colors.