COLOR #698186

HEX: #698186
RGB: (105,129,134)

Color info

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

RGB color model

#698186 color RGB value is (105,129,134).

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

RGB channels and saturation

R 105 of 255 = 41%
G 129 of 255 = 51%
B 134 of 255 = 53%

105
129
134

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

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 134 = 368 (100%)
R 105 of 368 ~ 28.53%
G 129 of 368 ~ 35.05%
B 134 of 368 ~ 36.41%

%28.53
%35.05
%36.41

CMYK color model

#698186 color CMYK value is (22,4,0,47).

  • cyan value is 21.64%
  • magenta value is 3.73%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(22,4,0,47)
C22M4Y0K47 
(22%,4%,0%,47%)
(0.22/0.04/0.00/0.47)	

CMYK percentages

%21.64
%3.73
%0
%47.45

Codes

Color #698186 in popluar color models

698186
RGB105129134
HSL190°12.13%46.86%
HSB/HSV190°21.64%52.55%
CMYK21.64%3.73%0.00%
47.45%

Color #698186 in popluar number systems.

HEX698186
Decimal105129134
Binary11010011000000110000110
Octal151201206

Shades and tints

Shades of #698186

#698186
(105,129,134)
#60767A
(96,118,122)
#576B6E
(87,107,110)
#4E6062
(78,96,98)
#455556
(69,85,86)
#3C4A4A
(60,74,74)
#333F3E
(51,63,62)
#2A3432
(42,52,50)
#212926
(33,41,38)
#181E1A
(24,30,26)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #698186

#698186
(105,129,134)
#768C91
(118,140,145)
#83979C
(131,151,156)
#90A2A7
(144,162,167)
#9DADB2
(157,173,178)
#AAB8BD
(170,184,189)
#B7C3C8
(183,195,200)
#C4CED3
(196,206,211)
#D1D9DE
(209,217,222)
#DEE4E9
(222,228,233)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698186; }

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

This text font color is #698186.


Background Color

.myBgColor { background-color: #698186; }

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

This div background color is #698186.


Border color

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

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

This div border color is #698186.


Opacity

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

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

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

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

This text has shadow with #698186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698186 on black background.


Color preview on white background

This text has color #698186 on white background.



Black color preview on #698186 background

This text has black color on #698186 background.


White color preview on #698186 background

This text has white color on #698186 background.