COLOR #699898

HEX: #699898
RGB: (105,152,152)

Color info

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

RGB color model

#699898 color RGB value is (105,152,152).

  • red value is 105;
  • green value is 152;
  • blue value is 152.
RGB:
(105,152,152)
(41%,60%,60%)

RGB channels and saturation

R 105 of 255 = 41%
G 152 of 255 = 60%
B 152 of 255 = 60%

105
152
152

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

Portions of RGB colors in percentages

R + G + B =
105 + 152 + 152 = 409 (100%)
R 105 of 409 ~ 25.67%
G 152 of 409 ~ 37.16%
B 152 of 409 ~ 37.16%

%25.67
%37.16
%37.16

CMYK color model

#699898 color CMYK value is (31,0,0,40).

  • cyan value is 30.92%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(31,0,0,40)
C31M0Y0K40 
(31%,0%,0%,40%)
(0.31/0.00/0.00/0.40)	

CMYK percentages

%30.92
%0
%0
%40.39

Codes

Color #699898 in popluar color models

699898
RGB105152152
HSL180°18.58%50.39%
HSB/HSV180°30.92%59.61%
CMYK30.92%0.00%0.00%
40.39%

Color #699898 in popluar number systems.

HEX699898
Decimal105152152
Binary11010011001100010011000
Octal151230230

Shades and tints

Shades of #699898

#699898
(105,152,152)
#608B8B
(96,139,139)
#577E7E
(87,126,126)
#4E7171
(78,113,113)
#456464
(69,100,100)
#3C5757
(60,87,87)
#334A4A
(51,74,74)
#2A3D3D
(42,61,61)
#213030
(33,48,48)
#182323
(24,35,35)
#0F1616
(15,22,22)
#000000
(0,0,0)

Tints of #699898

#699898
(105,152,152)
#76A1A1
(118,161,161)
#83AAAA
(131,170,170)
#90B3B3
(144,179,179)
#9DBCBC
(157,188,188)
#AAC5C5
(170,197,197)
#B7CECE
(183,206,206)
#C4D7D7
(196,215,215)
#D1E0E0
(209,224,224)
#DEE9E9
(222,233,233)
#EBF2F2
(235,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699898; }

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

This text font color is #699898.


Background Color

.myBgColor { background-color: #699898; }

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

This div background color is #699898.


Border color

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

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

This div border color is #699898.


Opacity

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

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

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

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

This text has shadow with #699898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699898 on black background.


Color preview on white background

This text has color #699898 on white background.



Black color preview on #699898 background

This text has black color on #699898 background.


White color preview on #699898 background

This text has white color on #699898 background.