COLOR #699F8B

HEX: #699F8B
RGB: (105,159,139)

Color info

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

RGB color model

#699F8B color RGB value is (105,159,139).

  • red value is 105;
  • green value is 159;
  • blue value is 139.
RGB:
(105,159,139)
(41%,62%,55%)

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 139 of 255 = 55%

105
159
139

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

Portions of RGB colors in percentages

R + G + B =
105 + 159 + 139 = 403 (100%)
R 105 of 403 ~ 26.05%
G 159 of 403 ~ 39.45%
B 139 of 403 ~ 34.49%

%26.05
%39.45
%34.49

CMYK color model

#699F8B color CMYK value is (34,0,13,38).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 12.58%
  • key color value is 37.65%
CMYK:
(34,0,13,38)
C34M0Y13K38 
(34%,0%,13%,38%)
(0.34/0.00/0.13/0.38)	

CMYK percentages

%33.96
%0
%12.58
%37.65

Codes

Color #699F8B in popluar color models

699F8B
RGB105159139
HSL158°21.95%51.76%
HSB/HSV158°33.96%62.35%
CMYK33.96%0.00%12.58%
37.65%

Color #699F8B in popluar number systems.

HEX699F8B
Decimal105159139
Binary11010011001111110001011
Octal151237213

Shades and tints

Shades of #699F8B

#699F8B
(105,159,139)
#60917F
(96,145,127)
#578373
(87,131,115)
#4E7567
(78,117,103)
#45675B
(69,103,91)
#3C594F
(60,89,79)
#334B43
(51,75,67)
#2A3D37
(42,61,55)
#212F2B
(33,47,43)
#18211F
(24,33,31)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #699F8B

#699F8B
(105,159,139)
#76A795
(118,167,149)
#83AF9F
(131,175,159)
#90B7A9
(144,183,169)
#9DBFB3
(157,191,179)
#AAC7BD
(170,199,189)
#B7CFC7
(183,207,199)
#C4D7D1
(196,215,209)
#D1DFDB
(209,223,219)
#DEE7E5
(222,231,229)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #699F8B color. Also use rgb(105,159,139) instead hex code.

Text Font Color

.myTextColor { color: #699F8B; }

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

This text font color is #699F8B.


Background Color

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

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

This div background color is #699F8B.


Border color

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

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

This div border color is #699F8B.


Opacity

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

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

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

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

This text has shadow with #699F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699F8B on black background.


Color preview on white background

This text has color #699F8B on white background.



Black color preview on #699F8B background

This text has black color on #699F8B background.


White color preview on #699F8B background

This text has white color on #699F8B background.