COLOR #699A89

HEX: #699A89 RGB: (105,154,137)

Color info

#699A89 contains red, green and blue colors in about the same proportion. Web safe color of #699A89 is #669999 (or #699).

RGB color model

#699A89 color RGB value is (105,154,137).

RGB: (105,154,137) (41%, 60%, 54%)

RGB channels and saturation

R 105 of 255 = 41%
G 154 of 255 = 60%
B 137 of 255 = 54%

105
154
137

R + G + B ~ 52%. #699A89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 154 + 137 = 396 (100%)
R 105 of 396 ~ 26.52%
G 154 of 396 ~ 38.89%
B 137 of 396 ~ 34.6'%

%26.52
%38.89
%34.6

CMYK color model

#699A89 color CMYK value is (32,0,11,40).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 39.61%

CMYK: (32,0,11,40)
C32M0Y11K40 (32%, 0%, 11%, 40%)
(0.32 / 0.00 / 0.11 / 0.40)

CMYK percentages

%31.82
%0
%11.04
%39.61

Codes

Color #699A89 in popluar color models

69 9A 89
RGB 105 154 137
HSL 159° 19.52% 50.78%
HSB/HSV 159° 31.82% 60.39%
CMYK 31.82% 0.00% 11.04%
39.61%

Color #699A89 in popluar number systems.

HEX 69 9A 89
Decimal 105 154 137
Binary 1101001 10011010 10001001
Octal 151 232 211

Shades and tints

Shades of #699A89

#699A89
(105,154,137)
#608C7D
(96,140,125)
#577E71
(87,126,113)
#4E7065
(78,112,101)
#456259
(69,98,89)
#3C544D
(60,84,77)
#334641
(51,70,65)
#2A3835
(42,56,53)
#212A29
(33,42,41)
#181C1D
(24,28,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #699A89

#699A89
(105,154,137)
#76A393
(118,163,147)
#83AC9D
(131,172,157)
#90B5A7
(144,181,167)
#9DBEB1
(157,190,177)
#AAC7BB
(170,199,187)
#B7D0C5
(183,208,197)
#C4D9CF
(196,217,207)
#D1E2D9
(209,226,217)
#DEEBE3
(222,235,227)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699A89 color. Also use rgb(105,154,137) instead hex code.

Text Font Color

.myTextColor { color: #699A89; }

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

This text font color is #699A89.

Background Color

.myBgColor { background-color: #699A89; }

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

This div background color is #699A89.

Border color

.myBorderColor { border: 1px solid #699A89; }

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

This div border color is #699A89.

Opacity

.myOpacity80 { color: #699A89; opacity: 0.8; }

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

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

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

This text has shadow with #699A89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699A89.

Preview

Color preview on black background

This text has color #699A89 on black background.


Color preview on white background

This text has color #699A89 on white background.


Black color preview on #699A89 background

This text has black color on #699A89 background.


White color preview on #699A89 background

This text has white color on #699A89 background.


Related colors

Complementary color

Complementary color for #hex is #966576.


I love getcolorcode.com

Triadic colors

1 #89699A and #9A8969 with #699A89 are triadic colors.

2 #899A69 and #9A6989 with #699A89 are triadic colors.