COLOR #698185

HEX: #698185
RGB: (105,129,133)

Color info

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

RGB color model

#698185 color RGB value is (105,129,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 129 of 255 = 51%
B 133 of 255 = 52%

105
129
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 129 + 133 = 367 (100%)
R 105 of 367 ~ 28.61%
G 129 of 367 ~ 35.15%
B 133 of 367 ~ 36.24%

%28.61
%35.15
%36.24

CMYK color model

#698185 color CMYK value is (21,3,0,48).

  • cyan value is 21.05%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(21,3,0,48)
C21M3Y0K48 
(21%,3%,0%,48%)
(0.21/0.03/0.00/0.48)	

CMYK percentages

%21.05
%3.01
%0
%47.84

Codes

Color #698185 in popluar color models

698185
RGB105129133
HSL189°11.76%46.67%
HSB/HSV189°21.05%52.16%
CMYK21.05%3.01%0.00%
47.84%

Color #698185 in popluar number systems.

HEX698185
Decimal105129133
Binary11010011000000110000101
Octal151201205

Shades and tints

Shades of #698185

#698185
(105,129,133)
#607679
(96,118,121)
#576B6D
(87,107,109)
#4E6061
(78,96,97)
#455555
(69,85,85)
#3C4A49
(60,74,73)
#333F3D
(51,63,61)
#2A3431
(42,52,49)
#212925
(33,41,37)
#181E19
(24,30,25)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #698185

#698185
(105,129,133)
#768C90
(118,140,144)
#83979B
(131,151,155)
#90A2A6
(144,162,166)
#9DADB1
(157,173,177)
#AAB8BC
(170,184,188)
#B7C3C7
(183,195,199)
#C4CED2
(196,206,210)
#D1D9DD
(209,217,221)
#DEE4E8
(222,228,232)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698185; }

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

This text font color is #698185.


Background Color

.myBgColor { background-color: #698185; }

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

This div background color is #698185.


Border color

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

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

This div border color is #698185.


Opacity

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

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

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

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

This text has shadow with #698185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698185 on black background.


Color preview on white background

This text has color #698185 on white background.



Black color preview on #698185 background

This text has black color on #698185 background.


White color preview on #698185 background

This text has white color on #698185 background.