COLOR #697085

HEX: #697085
RGB: (105,112,133)

Color info

#697085 contains red, green and blue colors in about the same proportion. Web safe color of #697085 is #666699 (or #669).

RGB color model

#697085 color RGB value is (105,112,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 112 of 255 = 44%
B 133 of 255 = 52%

105
112
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 112 + 133 = 350 (100%)
R 105 of 350 ~ 30%
G 112 of 350 ~ 32%
B 133 of 350 ~ 38%

%30
%32
%38

CMYK color model

#697085 color CMYK value is (21,16,0,48).

  • cyan value is 21.05%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(21,16,0,48)
C21M16Y0K48 
(21%,16%,0%,48%)
(0.21/0.16/0.00/0.48)	

CMYK percentages

%21.05
%15.79
%0
%47.84

Codes

Color #697085 in popluar color models

697085
RGB105112133
HSL225°11.76%46.67%
HSB/HSV225°21.05%52.16%
CMYK21.05%15.79%0.00%
47.84%

Color #697085 in popluar number systems.

HEX697085
Decimal105112133
Binary1101001111000010000101
Octal151160205

Shades and tints

Shades of #697085

#697085
(105,112,133)
#606679
(96,102,121)
#575C6D
(87,92,109)
#4E5261
(78,82,97)
#454855
(69,72,85)
#3C3E49
(60,62,73)
#33343D
(51,52,61)
#2A2A31
(42,42,49)
#212025
(33,32,37)
#181619
(24,22,25)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #697085

#697085
(105,112,133)
#767D90
(118,125,144)
#838A9B
(131,138,155)
#9097A6
(144,151,166)
#9DA4B1
(157,164,177)
#AAB1BC
(170,177,188)
#B7BEC7
(183,190,199)
#C4CBD2
(196,203,210)
#D1D8DD
(209,216,221)
#DEE5E8
(222,229,232)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697085; }

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

This text font color is #697085.


Background Color

.myBgColor { background-color: #697085; }

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

This div background color is #697085.


Border color

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

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

This div border color is #697085.


Opacity

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

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

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

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

This text has shadow with #697085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697085 on black background.


Color preview on white background

This text has color #697085 on white background.



Black color preview on #697085 background

This text has black color on #697085 background.


White color preview on #697085 background

This text has white color on #697085 background.