COLOR #699A8F

HEX: #699A8F
RGB: (105,154,143)

Color info

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

RGB color model

#699A8F color RGB value is (105,154,143).

  • red value is 105;
  • green value is 154;
  • blue value is 143.
RGB:
(105,154,143)
(41%,60%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 154 of 255 = 60%
B 143 of 255 = 56%

105
154
143

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

Portions of RGB colors in percentages

R + G + B =
105 + 154 + 143 = 402 (100%)
R 105 of 402 ~ 26.12%
G 154 of 402 ~ 38.31%
B 143 of 402 ~ 35.57%

%26.12
%38.31
%35.57

CMYK color model

#699A8F color CMYK value is (32,0,7,40).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 39.61%
CMYK:
(32,0,7,40)
C32M0Y7K40 
(32%,0%,7%,40%)
(0.32/0.00/0.07/0.40)	

CMYK percentages

%31.82
%0
%7.14
%39.61

Codes

Color #699A8F in popluar color models

699A8F
RGB105154143
HSL167°19.52%50.78%
HSB/HSV167°31.82%60.39%
CMYK31.82%0.00%7.14%
39.61%

Color #699A8F in popluar number systems.

HEX699A8F
Decimal105154143
Binary11010011001101010001111
Octal151232217

Shades and tints

Shades of #699A8F

#699A8F
(105,154,143)
#608C82
(96,140,130)
#577E75
(87,126,117)
#4E7068
(78,112,104)
#45625B
(69,98,91)
#3C544E
(60,84,78)
#334641
(51,70,65)
#2A3834
(42,56,52)
#212A27
(33,42,39)
#181C1A
(24,28,26)
#0F0E0D
(15,14,13)
#000000
(0,0,0)

Tints of #699A8F

#699A8F
(105,154,143)
#76A399
(118,163,153)
#83ACA3
(131,172,163)
#90B5AD
(144,181,173)
#9DBEB7
(157,190,183)
#AAC7C1
(170,199,193)
#B7D0CB
(183,208,203)
#C4D9D5
(196,217,213)
#D1E2DF
(209,226,223)
#DEEBE9
(222,235,233)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699A8F; }

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

This text font color is #699A8F.


Background Color

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

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

This div background color is #699A8F.


Border color

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

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

This div border color is #699A8F.


Opacity

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

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

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

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

This text has shadow with #699A8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699A8F on black background.


Color preview on white background

This text has color #699A8F on white background.



Black color preview on #699A8F background

This text has black color on #699A8F background.


White color preview on #699A8F background

This text has white color on #699A8F background.