COLOR #699F88

HEX: #699F88
RGB: (105,159,136)

Color info

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

RGB color model

#699F88 color RGB value is (105,159,136).

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

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 136 of 255 = 53%

105
159
136

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

Portions of RGB colors in percentages

R + G + B =
105 + 159 + 136 = 400 (100%)
R 105 of 400 ~ 26.25%
G 159 of 400 ~ 39.75%
B 136 of 400 ~ 34%

%26.25
%39.75
%34

CMYK color model

#699F88 color CMYK value is (34,0,14,38).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 37.65%
CMYK:
(34,0,14,38)
C34M0Y14K38 
(34%,0%,14%,38%)
(0.34/0.00/0.14/0.38)	

CMYK percentages

%33.96
%0
%14.47
%37.65

Codes

Color #699F88 in popluar color models

699F88
RGB105159136
HSL154°21.95%51.76%
HSB/HSV154°33.96%62.35%
CMYK33.96%0.00%14.47%
37.65%

Color #699F88 in popluar number systems.

HEX699F88
Decimal105159136
Binary11010011001111110001000
Octal151237210

Shades and tints

Shades of #699F88

#699F88
(105,159,136)
#60917C
(96,145,124)
#578370
(87,131,112)
#4E7564
(78,117,100)
#456758
(69,103,88)
#3C594C
(60,89,76)
#334B40
(51,75,64)
#2A3D34
(42,61,52)
#212F28
(33,47,40)
#18211C
(24,33,28)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #699F88

#699F88
(105,159,136)
#76A792
(118,167,146)
#83AF9C
(131,175,156)
#90B7A6
(144,183,166)
#9DBFB0
(157,191,176)
#AAC7BA
(170,199,186)
#B7CFC4
(183,207,196)
#C4D7CE
(196,215,206)
#D1DFD8
(209,223,216)
#DEE7E2
(222,231,226)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699F88; }

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

This text font color is #699F88.


Background Color

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

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

This div background color is #699F88.


Border color

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

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

This div border color is #699F88.


Opacity

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

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

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

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

This text has shadow with #699F88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #699F88 on black background.


Color preview on white background

This text has color #699F88 on white background.



Black color preview on #699F88 background

This text has black color on #699F88 background.


White color preview on #699F88 background

This text has white color on #699F88 background.