COLOR #698190

HEX: #698190
RGB: (105,129,144)

Color info

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

RGB color model

#698190 color RGB value is (105,129,144).

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

RGB channels and saturation

R 105 of 255 = 41%
G 129 of 255 = 51%
B 144 of 255 = 56%

105
129
144

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

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 144 = 378 (100%)
R 105 of 378 ~ 27.78%
G 129 of 378 ~ 34.13%
B 144 of 378 ~ 38.1%

%27.78
%34.13
%38.1

CMYK color model

#698190 color CMYK value is (27,10,0,44).

  • cyan value is 27.08%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(27,10,0,44)
C27M10Y0K44 
(27%,10%,0%,44%)
(0.27/0.10/0.00/0.44)	

CMYK percentages

%27.08
%10.42
%0
%43.53

Codes

Color #698190 in popluar color models

698190
RGB105129144
HSL203°15.66%48.82%
HSB/HSV203°27.08%56.47%
CMYK27.08%10.42%0.00%
43.53%

Color #698190 in popluar number systems.

HEX698190
Decimal105129144
Binary11010011000000110010000
Octal151201220

Shades and tints

Shades of #698190

#698190
(105,129,144)
#607683
(96,118,131)
#576B76
(87,107,118)
#4E6069
(78,96,105)
#45555C
(69,85,92)
#3C4A4F
(60,74,79)
#333F42
(51,63,66)
#2A3435
(42,52,53)
#212928
(33,41,40)
#181E1B
(24,30,27)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #698190

#698190
(105,129,144)
#768C9A
(118,140,154)
#8397A4
(131,151,164)
#90A2AE
(144,162,174)
#9DADB8
(157,173,184)
#AAB8C2
(170,184,194)
#B7C3CC
(183,195,204)
#C4CED6
(196,206,214)
#D1D9E0
(209,217,224)
#DEE4EA
(222,228,234)
#EBEFF4
(235,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698190; }

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

This text font color is #698190.


Background Color

.myBgColor { background-color: #698190; }

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

This div background color is #698190.


Border color

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

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

This div border color is #698190.


Opacity

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

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

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

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

This text has shadow with #698190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698190 on black background.


Color preview on white background

This text has color #698190 on white background.



Black color preview on #698190 background

This text has black color on #698190 background.


White color preview on #698190 background

This text has white color on #698190 background.