COLOR #698485

HEX: #698485
RGB: (105,132,133)

Color info

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

RGB color model

#698485 color RGB value is (105,132,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 132 of 255 = 52%
B 133 of 255 = 52%

105
132
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 132 + 133 = 370 (100%)
R 105 of 370 ~ 28.38%
G 132 of 370 ~ 35.68%
B 133 of 370 ~ 35.95%

%28.38
%35.68
%35.95

CMYK color model

#698485 color CMYK value is (21,1,0,48).

  • cyan value is 21.05%
  • magenta value is 0.75%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(21,1,0,48)
C21M1Y0K48 
(21%,1%,0%,48%)
(0.21/0.01/0.00/0.48)	

CMYK percentages

%21.05
%0.75
%0
%47.84

Codes

Color #698485 in popluar color models

698485
RGB105132133
HSL182°11.76%46.67%
HSB/HSV182°21.05%52.16%
CMYK21.05%0.75%0.00%
47.84%

Color #698485 in popluar number systems.

HEX698485
Decimal105132133
Binary11010011000010010000101
Octal151204205

Shades and tints

Shades of #698485

#698485
(105,132,133)
#607879
(96,120,121)
#576C6D
(87,108,109)
#4E6061
(78,96,97)
#455455
(69,84,85)
#3C4849
(60,72,73)
#333C3D
(51,60,61)
#2A3031
(42,48,49)
#212425
(33,36,37)
#181819
(24,24,25)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #698485

#698485
(105,132,133)
#768F90
(118,143,144)
#839A9B
(131,154,155)
#90A5A6
(144,165,166)
#9DB0B1
(157,176,177)
#AABBBC
(170,187,188)
#B7C6C7
(183,198,199)
#C4D1D2
(196,209,210)
#D1DCDD
(209,220,221)
#DEE7E8
(222,231,232)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #698485; }

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

This text font color is #698485.


Background Color

.myBgColor { background-color: #698485; }

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

This div background color is #698485.


Border color

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

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

This div border color is #698485.


Opacity

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

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

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

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

This text has shadow with #698485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #698485 on black background.


Color preview on white background

This text has color #698485 on white background.



Black color preview on #698485 background

This text has black color on #698485 background.


White color preview on #698485 background

This text has white color on #698485 background.