COLOR #69A587

HEX: #69A587 RGB: (105,165,135)

Color info

#69A587 contains mainly green and blue colors. Web safe color of #69A587 is #669999 (or #699).

RGB color model

#69A587 color RGB value is (105,165,135).

RGB: (105,165,135) (41%, 65%, 53%)

RGB channels and saturation

R 105 of 255 = 41%
G 165 of 255 = 65%
B 135 of 255 = 53%

105
165
135

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

Portions of RGB colors in percentages

R + G + B = 105 + 165 + 135 = 405 (100%)
R 105 of 405 ~ 25.93%
G 165 of 405 ~ 40.74%
B 135 of 405 ~ 33.33'%

%25.93
%40.74
%33.33

CMYK color model

#69A587 color CMYK value is (36,0,18,35).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%

CMYK: (36,0,18,35)
C36M0Y18K35 (36%, 0%, 18%, 35%)
(0.36 / 0.00 / 0.18 / 0.35)

CMYK percentages

%36.36
%0
%18.18
%35.29

Codes

Color #69A587 in popluar color models

69 A5 87
RGB 105 165 135
HSL 150° 25.00% 52.94%
HSB/HSV 150° 36.36% 64.71%
CMYK 36.36% 0.00% 18.18%
35.29%

Color #69A587 in popluar number systems.

HEX 69 A5 87
Decimal 105 165 135
Binary 1101001 10100101 10000111
Octal 151 245 207

Shades and tints

Shades of #69A587

#69A587
(105,165,135)
#60967B
(96,150,123)
#57876F
(87,135,111)
#4E7863
(78,120,99)
#456957
(69,105,87)
#3C5A4B
(60,90,75)
#334B3F
(51,75,63)
#2A3C33
(42,60,51)
#212D27
(33,45,39)
#181E1B
(24,30,27)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #69A587

#69A587
(105,165,135)
#76AD91
(118,173,145)
#83B59B
(131,181,155)
#90BDA5
(144,189,165)
#9DC5AF
(157,197,175)
#AACDB9
(170,205,185)
#B7D5C3
(183,213,195)
#C4DDCD
(196,221,205)
#D1E5D7
(209,229,215)
#DEEDE1
(222,237,225)
#EBF5EB
(235,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A587 color. Also use rgb(105,165,135) instead hex code.

Text Font Color

.myTextColor { color: #69A587; }

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

This text font color is #69A587.

Background Color

.myBgColor { background-color: #69A587; }

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

This div background color is #69A587.

Border color

.myBorderColor { border: 1px solid #69A587; }

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

This div border color is #69A587.

Opacity

.myOpacity80 { color: #69A587; opacity: 0.8; }

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

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

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

This text has shadow with #69A587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69A587.

Preview

Color preview on black background

This text has color #69A587 on black background.


Color preview on white background

This text has color #69A587 on white background.


Black color preview on #69A587 background

This text has black color on #69A587 background.


White color preview on #69A587 background

This text has white color on #69A587 background.


Related colors

Complementary color

Complementary color for #hex is #965A78.


I love getcolorcode.com

Triadic colors

1 #8769A5 and #A58769 with #69A587 are triadic colors.

2 #87A569 and #A56987 with #69A587 are triadic colors.