COLOR #689284

HEX: #689284
RGB: (104,146,132)

Color info

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

RGB color model

#689284 color RGB value is (104,146,132).

  • red value is 104;
  • green value is 146;
  • blue value is 132.
RGB:
(104,146,132)
(41%,57%,52%)

RGB channels and saturation

R 104 of 255 = 41%
G 146 of 255 = 57%
B 132 of 255 = 52%

104
146
132

R + G + B ~ 50%. #689284 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 146 + 132 = 382 (100%)
R 104 of 382 ~ 27.23%
G 146 of 382 ~ 38.22%
B 132 of 382 ~ 34.55%

%27.23
%38.22
%34.55

CMYK color model

#689284 color CMYK value is (29,0,10,43).

  • cyan value is 28.77%
  • magenta value is 0.00%
  • yellow value is 9.59%
  • key color value is 42.75%
CMYK:
(29,0,10,43)
C29M0Y10K43 
(29%,0%,10%,43%)
(0.29/0.00/0.10/0.43)	

CMYK percentages

%28.77
%0
%9.59
%42.75

Codes

Color #689284 in popluar color models

689284
RGB104146132
HSL160°16.80%49.02%
HSB/HSV160°28.77%57.25%
CMYK28.77%0.00%9.59%
42.75%

Color #689284 in popluar number systems.

HEX689284
Decimal104146132
Binary11010001001001010000100
Octal150222204

Shades and tints

Shades of #689284

#689284
(104,146,132)
#5F8578
(95,133,120)
#56786C
(86,120,108)
#4D6B60
(77,107,96)
#445E54
(68,94,84)
#3B5148
(59,81,72)
#32443C
(50,68,60)
#293730
(41,55,48)
#202A24
(32,42,36)
#171D18
(23,29,24)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #689284

#689284
(104,146,132)
#759B8F
(117,155,143)
#82A49A
(130,164,154)
#8FADA5
(143,173,165)
#9CB6B0
(156,182,176)
#A9BFBB
(169,191,187)
#B6C8C6
(182,200,198)
#C3D1D1
(195,209,209)
#D0DADC
(208,218,220)
#DDE3E7
(221,227,231)
#EAECF2
(234,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #689284 color. Also use rgb(104,146,132) instead hex code.

Text Font Color

.myTextColor { color: #689284; }

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

This text font color is #689284.


Background Color

.myBgColor { background-color: #689284; }

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

This div background color is #689284.


Border color

.myBorderColor { border: 1px solid #689284; }

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

This div border color is #689284.


Opacity

.myOpacity80 { color: #689284; opacity: 0.8; }

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

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

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

This text has shadow with #689284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689284 on black background.


Color preview on white background

This text has color #689284 on white background.



Black color preview on #689284 background

This text has black color on #689284 background.


White color preview on #689284 background

This text has white color on #689284 background.