COLOR #697588

HEX: #697588
RGB: (105,117,136)

Color info

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

RGB color model

#697588 color RGB value is (105,117,136).

  • red value is 105;
  • green value is 117;
  • blue value is 136.
RGB:
(105,117,136)
(41%,46%,53%)

RGB channels and saturation

R 105 of 255 = 41%
G 117 of 255 = 46%
B 136 of 255 = 53%

105
117
136

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

Portions of RGB colors in percentages

R + G + B =
105 + 117 + 136 = 358 (100%)
R 105 of 358 ~ 29.33%
G 117 of 358 ~ 32.68%
B 136 of 358 ~ 37.99%

%29.33
%32.68
%37.99

CMYK color model

#697588 color CMYK value is (23,14,0,47).

  • cyan value is 22.79%
  • magenta value is 13.97%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(23,14,0,47)
C23M14Y0K47 
(23%,14%,0%,47%)
(0.23/0.14/0.00/0.47)	

CMYK percentages

%22.79
%13.97
%0
%46.67

Codes

Color #697588 in popluar color models

697588
RGB105117136
HSL217°12.86%47.25%
HSB/HSV217°22.79%53.33%
CMYK22.79%13.97%0.00%
46.67%

Color #697588 in popluar number systems.

HEX697588
Decimal105117136
Binary1101001111010110001000
Octal151165210

Shades and tints

Shades of #697588

#697588
(105,117,136)
#606B7C
(96,107,124)
#576170
(87,97,112)
#4E5764
(78,87,100)
#454D58
(69,77,88)
#3C434C
(60,67,76)
#333940
(51,57,64)
#2A2F34
(42,47,52)
#212528
(33,37,40)
#181B1C
(24,27,28)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #697588

#697588
(105,117,136)
#768192
(118,129,146)
#838D9C
(131,141,156)
#9099A6
(144,153,166)
#9DA5B0
(157,165,176)
#AAB1BA
(170,177,186)
#B7BDC4
(183,189,196)
#C4C9CE
(196,201,206)
#D1D5D8
(209,213,216)
#DEE1E2
(222,225,226)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697588 color. Also use rgb(105,117,136) instead hex code.

Text Font Color

.myTextColor { color: #697588; }

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

This text font color is #697588.


Background Color

.myBgColor { background-color: #697588; }

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

This div background color is #697588.


Border color

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

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

This div border color is #697588.


Opacity

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

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

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

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

This text has shadow with #697588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697588 on black background.


Color preview on white background

This text has color #697588 on white background.



Black color preview on #697588 background

This text has black color on #697588 background.


White color preview on #697588 background

This text has white color on #697588 background.