COLOR #698192

HEX: #698192
RGB: (105,129,146)

Color info

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

RGB color model

#698192 color RGB value is (105,129,146).

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

RGB channels and saturation

R 105 of 255 = 41%
G 129 of 255 = 51%
B 146 of 255 = 57%

105
129
146

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

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 146 = 380 (100%)
R 105 of 380 ~ 27.63%
G 129 of 380 ~ 33.95%
B 146 of 380 ~ 38.42%

%27.63
%33.95
%38.42

CMYK color model

#698192 color CMYK value is (28,12,0,43).

  • cyan value is 28.08%
  • magenta value is 11.64%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(28,12,0,43)
C28M12Y0K43 
(28%,12%,0%,43%)
(0.28/0.12/0.00/0.43)	

CMYK percentages

%28.08
%11.64
%0
%42.75

Codes

Color #698192 in popluar color models

698192
RGB105129146
HSL205°16.33%49.22%
HSB/HSV205°28.08%57.25%
CMYK28.08%11.64%0.00%
42.75%

Color #698192 in popluar number systems.

HEX698192
Decimal105129146
Binary11010011000000110010010
Octal151201222

Shades and tints

Shades of #698192

#698192
(105,129,146)
#607685
(96,118,133)
#576B78
(87,107,120)
#4E606B
(78,96,107)
#45555E
(69,85,94)
#3C4A51
(60,74,81)
#333F44
(51,63,68)
#2A3437
(42,52,55)
#21292A
(33,41,42)
#181E1D
(24,30,29)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #698192

#698192
(105,129,146)
#768C9B
(118,140,155)
#8397A4
(131,151,164)
#90A2AD
(144,162,173)
#9DADB6
(157,173,182)
#AAB8BF
(170,184,191)
#B7C3C8
(183,195,200)
#C4CED1
(196,206,209)
#D1D9DA
(209,217,218)
#DEE4E3
(222,228,227)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698192; }

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

This text font color is #698192.


Background Color

.myBgColor { background-color: #698192; }

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

This div background color is #698192.


Border color

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

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

This div border color is #698192.


Opacity

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

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

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

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

This text has shadow with #698192 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698192 on black background.


Color preview on white background

This text has color #698192 on white background.



Black color preview on #698192 background

This text has black color on #698192 background.


White color preview on #698192 background

This text has white color on #698192 background.