COLOR #698877

HEX: #698877 RGB: (105,136,119)

Color info

#698877 contains red, green and blue colors in about the same proportion. Web safe color of #698877 is #669966 (or #696).

RGB color model

#698877 color RGB value is (105,136,119).

RGB: (105,136,119) (41%, 53%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 119 of 255 = 47%

105
136
119

R + G + B ~ 47%. #698877 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 136 + 119 = 360 (100%)
R 105 of 360 ~ 29.17%
G 136 of 360 ~ 37.78%
B 119 of 360 ~ 33.06'%

%29.17
%37.78
%33.06

CMYK color model

#698877 color CMYK value is (23,0,13,47).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 46.67%

CMYK: (23,0,13,47)
C23M0Y13K47 (23%, 0%, 13%, 47%)
(0.23 / 0.00 / 0.13 / 0.47)

CMYK percentages

%22.79
%0
%12.5
%46.67

Codes

Color #698877 in popluar color models

69 88 77
RGB 105 136 119
HSL 147° 12.86% 47.25%
HSB/HSV 147° 22.79% 53.33%
CMYK 22.79% 0.00% 12.50%
46.67%

Color #698877 in popluar number systems.

HEX 69 88 77
Decimal 105 136 119
Binary 1101001 10001000 1110111
Octal 151 210 167

Shades and tints

Shades of #698877

#698877
(105,136,119)
#607C6D
(96,124,109)
#577063
(87,112,99)
#4E6459
(78,100,89)
#45584F
(69,88,79)
#3C4C45
(60,76,69)
#33403B
(51,64,59)
#2A3431
(42,52,49)
#212827
(33,40,39)
#181C1D
(24,28,29)
#0F1013
(15,16,19)
#000000
(0,0,0)

Tints of #698877

#698877
(105,136,119)
#769283
(118,146,131)
#839C8F
(131,156,143)
#90A69B
(144,166,155)
#9DB0A7
(157,176,167)
#AABAB3
(170,186,179)
#B7C4BF
(183,196,191)
#C4CECB
(196,206,203)
#D1D8D7
(209,216,215)
#DEE2E3
(222,226,227)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #698877 color. Also use rgb(105,136,119) instead hex code.

Text Font Color

.myTextColor { color: #698877; }

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

This text font color is #698877.

Background Color

.myBgColor { background-color: #698877; }

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

This div background color is #698877.

Border color

.myBorderColor { border: 1px solid #698877; }

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

This div border color is #698877.

Opacity

.myOpacity80 { color: #698877; opacity: 0.8; }

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

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

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

This text has shadow with #698877 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #698877.

Preview

Color preview on black background

This text has color #698877 on black background.


Color preview on white background

This text has color #698877 on white background.


Black color preview on #698877 background

This text has black color on #698877 background.


White color preview on #698877 background

This text has white color on #698877 background.


Related colors

Complementary color

Complementary color for #hex is #967788.


I love getcolorcode.com

Triadic colors

1 #776988 and #887769 with #698877 are triadic colors.

2 #778869 and #886977 with #698877 are triadic colors.