COLOR #698695

HEX: #698695
RGB: (105,134,149)

Color info

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

RGB color model

#698695 color RGB value is (105,134,149).

  • red value is 105;
  • green value is 134;
  • blue value is 149.
RGB:
(105,134,149)
(41%,53%,58%)

RGB channels and saturation

R 105 of 255 = 41%
G 134 of 255 = 53%
B 149 of 255 = 58%

105
134
149

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

Portions of RGB colors in percentages

R + G + B =
105 + 134 + 149 = 388 (100%)
R 105 of 388 ~ 27.06%
G 134 of 388 ~ 34.54%
B 149 of 388 ~ 38.4%

%27.06
%34.54
%38.4

CMYK color model

#698695 color CMYK value is (30,10,0,42).

  • cyan value is 29.53%
  • magenta value is 10.07%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(30,10,0,42)
C30M10Y0K42 
(30%,10%,0%,42%)
(0.30/0.10/0.00/0.42)	

CMYK percentages

%29.53
%10.07
%0
%41.57

Codes

Color #698695 in popluar color models

698695
RGB105134149
HSL200°17.32%49.80%
HSB/HSV200°29.53%58.43%
CMYK29.53%10.07%0.00%
41.57%

Color #698695 in popluar number systems.

HEX698695
Decimal105134149
Binary11010011000011010010101
Octal151206225

Shades and tints

Shades of #698695

#698695
(105,134,149)
#607A88
(96,122,136)
#576E7B
(87,110,123)
#4E626E
(78,98,110)
#455661
(69,86,97)
#3C4A54
(60,74,84)
#333E47
(51,62,71)
#2A323A
(42,50,58)
#21262D
(33,38,45)
#181A20
(24,26,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #698695

#698695
(105,134,149)
#76919E
(118,145,158)
#839CA7
(131,156,167)
#90A7B0
(144,167,176)
#9DB2B9
(157,178,185)
#AABDC2
(170,189,194)
#B7C8CB
(183,200,203)
#C4D3D4
(196,211,212)
#D1DEDD
(209,222,221)
#DEE9E6
(222,233,230)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698695; }

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

This text font color is #698695.


Background Color

.myBgColor { background-color: #698695; }

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

This div background color is #698695.


Border color

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

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

This div border color is #698695.


Opacity

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

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

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

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

This text has shadow with #698695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698695 on black background.


Color preview on white background

This text has color #698695 on white background.



Black color preview on #698695 background

This text has black color on #698695 background.


White color preview on #698695 background

This text has white color on #698695 background.