COLOR #699F84

HEX: #699F84 RGB: (105,159,132)

Color info

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

RGB color model

#699F84 color RGB value is (105,159,132).

RGB: (105,159,132) (41%, 62%, 52%)

RGB channels and saturation

R 105 of 255 = 41%
G 159 of 255 = 62%
B 132 of 255 = 52%

105
159
132

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

Portions of RGB colors in percentages

R + G + B = 105 + 159 + 132 = 396 (100%)
R 105 of 396 ~ 26.52%
G 159 of 396 ~ 40.15%
B 132 of 396 ~ 33.33'%

%26.52
%40.15
%33.33

CMYK color model

#699F84 color CMYK value is (34,0,17,38).

  • cyan value is 33.96%
  • magenta value is 0.00%
  • yellow value is 16.98%
  • key color value is 37.65%

CMYK: (34,0,17,38)
C34M0Y17K38 (34%, 0%, 17%, 38%)
(0.34 / 0.00 / 0.17 / 0.38)

CMYK percentages

%33.96
%0
%16.98
%37.65

Codes

Color #699F84 in popluar color models

69 9F 84
RGB 105 159 132
HSL 150° 21.95% 51.76%
HSB/HSV 150° 33.96% 62.35%
CMYK 33.96% 0.00% 16.98%
37.65%

Color #699F84 in popluar number systems.

HEX 69 9F 84
Decimal 105 159 132
Binary 1101001 10011111 10000100
Octal 151 237 204

Shades and tints

Shades of #699F84

#699F84
(105,159,132)
#609178
(96,145,120)
#57836C
(87,131,108)
#4E7560
(78,117,96)
#456754
(69,103,84)
#3C5948
(60,89,72)
#334B3C
(51,75,60)
#2A3D30
(42,61,48)
#212F24
(33,47,36)
#182118
(24,33,24)
#0F130C
(15,19,12)
#000000
(0,0,0)

Tints of #699F84

#699F84
(105,159,132)
#76A78F
(118,167,143)
#83AF9A
(131,175,154)
#90B7A5
(144,183,165)
#9DBFB0
(157,191,176)
#AAC7BB
(170,199,187)
#B7CFC6
(183,207,198)
#C4D7D1
(196,215,209)
#D1DFDC
(209,223,220)
#DEE7E7
(222,231,231)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #699F84; }

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

This text font color is #699F84.

Background Color

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

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

This div background color is #699F84.

Border color

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

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

This div border color is #699F84.

Opacity

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

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

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

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

This text has shadow with #699F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #699F84.

Preview

Color preview on black background

This text has color #699F84 on black background.


Color preview on white background

This text has color #699F84 on white background.


Black color preview on #699F84 background

This text has black color on #699F84 background.


White color preview on #699F84 background

This text has white color on #699F84 background.


Related colors

Complementary color

Complementary color for #hex is #96607B.


I love getcolorcode.com

Triadic colors

1 #84699F and #9F8469 with #699F84 are triadic colors.

2 #849F69 and #9F6984 with #699F84 are triadic colors.