COLOR #697D8C

HEX: #697D8C RGB: (105,125,140)

Color info

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

RGB color model

#697D8C color RGB value is (105,125,140).

RGB: (105,125,140) (41%, 49%, 55%)

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 140 of 255 = 55%

105
125
140

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

Portions of RGB colors in percentages

R + G + B = 105 + 125 + 140 = 370 (100%)
R 105 of 370 ~ 28.38%
G 125 of 370 ~ 33.78%
B 140 of 370 ~ 37.84'%

%28.38
%33.78
%37.84

CMYK color model

#697D8C color CMYK value is (25,11,0,45).

  • cyan value is 25.00%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (25,11,0,45)
C25M11Y0K45 (25%, 11%, 0%, 45%)
(0.25 / 0.11 / 0.00 / 0.45)

CMYK percentages

%25
%10.71
%0
%45.1

Codes

Color #697D8C in popluar color models

69 7D 8C
RGB 105 125 140
HSL 206° 14.29% 48.04%
HSB/HSV 206° 25.00% 54.90%
CMYK 25.00% 10.71% 0.00%
45.10%

Color #697D8C in popluar number systems.

HEX 69 7D 8C
Decimal 105 125 140
Binary 1101001 1111101 10001100
Octal 151 175 214

Shades and tints

Shades of #697D8C

#697D8C
(105,125,140)
#607280
(96,114,128)
#576774
(87,103,116)
#4E5C68
(78,92,104)
#45515C
(69,81,92)
#3C4650
(60,70,80)
#333B44
(51,59,68)
#2A3038
(42,48,56)
#21252C
(33,37,44)
#181A20
(24,26,32)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #697D8C

#697D8C
(105,125,140)
#768896
(118,136,150)
#8393A0
(131,147,160)
#909EAA
(144,158,170)
#9DA9B4
(157,169,180)
#AAB4BE
(170,180,190)
#B7BFC8
(183,191,200)
#C4CAD2
(196,202,210)
#D1D5DC
(209,213,220)
#DEE0E6
(222,224,230)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697D8C color. Also use rgb(105,125,140) instead hex code.

Text Font Color

.myTextColor { color: #697D8C; }

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

This text font color is #697D8C.

Background Color

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

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

This div background color is #697D8C.

Border color

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

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

This div border color is #697D8C.

Opacity

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

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

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

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

This text has shadow with #697D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697D8C.

Preview

Color preview on black background

This text has color #697D8C on black background.


Color preview on white background

This text has color #697D8C on white background.


Black color preview on #697D8C background

This text has black color on #697D8C background.


White color preview on #697D8C background

This text has white color on #697D8C background.


Related colors

Complementary color

Complementary color for #hex is #968273.


I love getcolorcode.com

Triadic colors

1 #8C697D and #7D8C69 with #697D8C are triadic colors.

2 #8C7D69 and #7D698C with #697D8C are triadic colors.