COLOR #698883

HEX: #698883
RGB: (105,136,131)

Color info

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

RGB color model

#698883 color RGB value is (105,136,131).

  • red value is 105;
  • green value is 136;
  • blue value is 131.
RGB:
(105,136,131)
(41%,53%,51%)

RGB channels and saturation

R 105 of 255 = 41%
G 136 of 255 = 53%
B 131 of 255 = 51%

105
136
131

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

Portions of RGB colors in percentages

R + G + B =
105 + 136 + 131 = 372 (100%)
R 105 of 372 ~ 28.23%
G 136 of 372 ~ 36.56%
B 131 of 372 ~ 35.22%

%28.23
%36.56
%35.22

CMYK color model

#698883 color CMYK value is (23,0,4,47).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%
CMYK:
(23,0,4,47)
C23M0Y4K47 
(23%,0%,4%,47%)
(0.23/0.00/0.04/0.47)	

CMYK percentages

%22.79
%0
%3.68
%46.67

Codes

Color #698883 in popluar color models

698883
RGB105136131
HSL170°12.86%47.25%
HSB/HSV170°22.79%53.33%
CMYK22.79%0.00%3.68%
46.67%

Color #698883 in popluar number systems.

HEX698883
Decimal105136131
Binary11010011000100010000011
Octal151210203

Shades and tints

Shades of #698883

#698883
(105,136,131)
#607C78
(96,124,120)
#57706D
(87,112,109)
#4E6462
(78,100,98)
#455857
(69,88,87)
#3C4C4C
(60,76,76)
#334041
(51,64,65)
#2A3436
(42,52,54)
#21282B
(33,40,43)
#181C20
(24,28,32)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #698883

#698883
(105,136,131)
#76928E
(118,146,142)
#839C99
(131,156,153)
#90A6A4
(144,166,164)
#9DB0AF
(157,176,175)
#AABABA
(170,186,186)
#B7C4C5
(183,196,197)
#C4CED0
(196,206,208)
#D1D8DB
(209,216,219)
#DEE2E6
(222,226,230)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698883; }

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

This text font color is #698883.


Background Color

.myBgColor { background-color: #698883; }

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

This div background color is #698883.


Border color

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

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

This div border color is #698883.


Opacity

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

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

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

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

This text has shadow with #698883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698883 on black background.


Color preview on white background

This text has color #698883 on white background.



Black color preview on #698883 background

This text has black color on #698883 background.


White color preview on #698883 background

This text has white color on #698883 background.