COLOR #697C85

HEX: #697C85
RGB: (105,124,133)

Color info

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

RGB color model

#697C85 color RGB value is (105,124,133).

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

RGB channels and saturation

R 105 of 255 = 41%
G 124 of 255 = 49%
B 133 of 255 = 52%

105
124
133

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

Portions of RGB colors in percentages

R + G + B =
105 + 124 + 133 = 362 (100%)
R 105 of 362 ~ 29.01%
G 124 of 362 ~ 34.25%
B 133 of 362 ~ 36.74%

%29.01
%34.25
%36.74

CMYK color model

#697C85 color CMYK value is (21,7,0,48).

  • cyan value is 21.05%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (21,7,0,48) C21M7Y0K48 (21%,7%,0%,48%) (0.21/0.07/0.00/0.48)

CMYK percentages

%21.05
%6.77
%0
%47.84

Codes

Color #697C85 in popluar color models

697C85
RGB105124133
HSL199°11.76%46.67%
HSB/HSV199°21.05%52.16%
CMYK21.05%6.77%0.00%
47.84%

Color #697C85 in popluar number systems.

HEX697C85
Decimal105124133
Binary1101001111110010000101
Octal151174205

Shades and tints

Shades of #697C85

#697C85
(105,124,133)
#607179
(96,113,121)
#57666D
(87,102,109)
#4E5B61
(78,91,97)
#455055
(69,80,85)
#3C4549
(60,69,73)
#333A3D
(51,58,61)
#2A2F31
(42,47,49)
#212425
(33,36,37)
#181919
(24,25,25)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #697C85

#697C85
(105,124,133)
#768790
(118,135,144)
#83929B
(131,146,155)
#909DA6
(144,157,166)
#9DA8B1
(157,168,177)
#AAB3BC
(170,179,188)
#B7BEC7
(183,190,199)
#C4C9D2
(196,201,210)
#D1D4DD
(209,212,221)
#DEDFE8
(222,223,232)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697C85; }

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

This text font color is #697C85.


Background Color

.myBgColor { background-color: #697C85; }

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

This div background color is #697C85.


Border color

.myBorderColor { border: 1px solid #697C85; }

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

This div border color is #697C85.


Opacity

.myOpacity80 { color: #697C85; opacity: 0.8; }

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

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

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

This text has shadow with #697C85 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #697C85 on black background.


Color preview on white background

This text has color #697C85 on white background.



Black color preview on #697C85 background

This text has black color on #697C85 background.


White color preview on #697C85 background

This text has white color on #697C85 background.