COLOR #697F92

HEX: #697F92
RGB: (105,127,146)

Color info

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

RGB color model

#697F92 color RGB value is (105,127,146).

  • red value is 105;
  • green value is 127;
  • blue value is 146.
RGB:
(105,127,146)
(41%,50%,57%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 146 of 255 = 57%

105
127
146

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

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 146 = 378 (100%)
R 105 of 378 ~ 27.78%
G 127 of 378 ~ 33.6%
B 146 of 378 ~ 38.62%

%27.78
%33.6
%38.62

CMYK color model

#697F92 color CMYK value is (28,13,0,43).

  • cyan value is 28.08%
  • magenta value is 13.01%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(28,13,0,43)
C28M13Y0K43 
(28%,13%,0%,43%)
(0.28/0.13/0.00/0.43)	

CMYK percentages

%28.08
%13.01
%0
%42.75

Codes

Color #697F92 in popluar color models

697F92
RGB105127146
HSL208°16.33%49.22%
HSB/HSV208°28.08%57.25%
CMYK28.08%13.01%0.00%
42.75%

Color #697F92 in popluar number systems.

HEX697F92
Decimal105127146
Binary1101001111111110010010
Octal151177222

Shades and tints

Shades of #697F92

#697F92
(105,127,146)
#607485
(96,116,133)
#576978
(87,105,120)
#4E5E6B
(78,94,107)
#45535E
(69,83,94)
#3C4851
(60,72,81)
#333D44
(51,61,68)
#2A3237
(42,50,55)
#21272A
(33,39,42)
#181C1D
(24,28,29)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #697F92

#697F92
(105,127,146)
#768A9B
(118,138,155)
#8395A4
(131,149,164)
#90A0AD
(144,160,173)
#9DABB6
(157,171,182)
#AAB6BF
(170,182,191)
#B7C1C8
(183,193,200)
#C4CCD1
(196,204,209)
#D1D7DA
(209,215,218)
#DEE2E3
(222,226,227)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697F92 color. Also use rgb(105,127,146) instead hex code.

Text Font Color

.myTextColor { color: #697F92; }

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

This text font color is #697F92.


Background Color

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

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

This div background color is #697F92.


Border color

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

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

This div border color is #697F92.


Opacity

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

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

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

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

This text has shadow with #697F92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697F92 on black background.


Color preview on white background

This text has color #697F92 on white background.



Black color preview on #697F92 background

This text has black color on #697F92 background.


White color preview on #697F92 background

This text has white color on #697F92 background.