COLOR #698290

HEX: #698290
RGB: (105,130,144)

Color info

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

RGB color model

#698290 color RGB value is (105,130,144).

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

RGB channels and saturation

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

105
130
144

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

Portions of RGB colors in percentages

R + G + B =
105 + 130 + 144 = 379 (100%)
R 105 of 379 ~ 27.7%
G 130 of 379 ~ 34.3%
B 144 of 379 ~ 37.99%

%27.7
%34.3
%37.99

CMYK color model

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

  • cyan value is 27.08%
  • magenta value is 9.72%
  • 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
%9.72
%0
%43.53

Codes

Color #698290 in popluar color models

698290
RGB105130144
HSL202°15.66%48.82%
HSB/HSV202°27.08%56.47%
CMYK27.08%9.72%0.00%
43.53%

Color #698290 in popluar number systems.

HEX698290
Decimal105130144
Binary11010011000001010010000
Octal151202220

Shades and tints

Shades of #698290

#698290
(105,130,144)
#607783
(96,119,131)
#576C76
(87,108,118)
#4E6169
(78,97,105)
#45565C
(69,86,92)
#3C4B4F
(60,75,79)
#334042
(51,64,66)
#2A3535
(42,53,53)
#212A28
(33,42,40)
#181F1B
(24,31,27)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #698290

#698290
(105,130,144)
#768D9A
(118,141,154)
#8398A4
(131,152,164)
#90A3AE
(144,163,174)
#9DAEB8
(157,174,184)
#AAB9C2
(170,185,194)
#B7C4CC
(183,196,204)
#C4CFD6
(196,207,214)
#D1DAE0
(209,218,224)
#DEE5EA
(222,229,234)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698290; }

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

This text font color is #698290.


Background Color

.myBgColor { background-color: #698290; }

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

This div background color is #698290.


Border color

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

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

This div border color is #698290.


Opacity

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

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

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

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

This text has shadow with #698290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698290 on black background.


Color preview on white background

This text has color #698290 on white background.



Black color preview on #698290 background

This text has black color on #698290 background.


White color preview on #698290 background

This text has white color on #698290 background.