COLOR #689184

HEX: #689184
RGB: (104,145,132)

Color info

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

RGB color model

#689184 color RGB value is (104,145,132).

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

RGB channels and saturation

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

104
145
132

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

Portions of RGB colors in percentages

R + G + B =
104 + 145 + 132 = 381 (100%)
R 104 of 381 ~ 27.3%
G 145 of 381 ~ 38.06%
B 132 of 381 ~ 34.65%

%27.3
%38.06
%34.65

CMYK color model

#689184 color CMYK value is (28,0,9,43).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 43.14%
CMYK:
(28,0,9,43)
C28M0Y9K43 
(28%,0%,9%,43%)
(0.28/0.00/0.09/0.43)	

CMYK percentages

%28.28
%0
%8.97
%43.14

Codes

Color #689184 in popluar color models

689184
RGB104145132
HSL161°16.47%48.82%
HSB/HSV161°28.28%56.86%
CMYK28.28%0.00%8.97%
43.14%

Color #689184 in popluar number systems.

HEX689184
Decimal104145132
Binary11010001001000110000100
Octal150221204

Shades and tints

Shades of #689184

#689184
(104,145,132)
#5F8478
(95,132,120)
#56776C
(86,119,108)
#4D6A60
(77,106,96)
#445D54
(68,93,84)
#3B5048
(59,80,72)
#32433C
(50,67,60)
#293630
(41,54,48)
#202924
(32,41,36)
#171C18
(23,28,24)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #689184

#689184
(104,145,132)
#759B8F
(117,155,143)
#82A59A
(130,165,154)
#8FAFA5
(143,175,165)
#9CB9B0
(156,185,176)
#A9C3BB
(169,195,187)
#B6CDC6
(182,205,198)
#C3D7D1
(195,215,209)
#D0E1DC
(208,225,220)
#DDEBE7
(221,235,231)
#EAF5F2
(234,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #689184; }

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

This text font color is #689184.


Background Color

.myBgColor { background-color: #689184; }

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

This div background color is #689184.


Border color

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

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

This div border color is #689184.


Opacity

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

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

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

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

This text has shadow with #689184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #689184 on black background.


Color preview on white background

This text has color #689184 on white background.



Black color preview on #689184 background

This text has black color on #689184 background.


White color preview on #689184 background

This text has white color on #689184 background.