COLOR #69A59D

HEX: #69A59D RGB: (105,165,157)

Color info

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

RGB color model

#69A59D color RGB value is (105,165,157).

RGB: (105,165,157) (41%, 65%, 62%)

RGB channels and saturation

R 105 of 255 = 41%
G 165 of 255 = 65%
B 157 of 255 = 62%

105
165
157

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

Portions of RGB colors in percentages

R + G + B = 105 + 165 + 157 = 427 (100%)
R 105 of 427 ~ 24.59%
G 165 of 427 ~ 38.64%
B 157 of 427 ~ 36.77'%

%24.59
%38.64
%36.77

CMYK color model

#69A59D color CMYK value is (36,0,5,35).

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

CMYK: (36,0,5,35)
C36M0Y5K35 (36%, 0%, 5%, 35%)
(0.36 / 0.00 / 0.05 / 0.35)

CMYK percentages

%36.36
%0
%4.85
%35.29

Codes

Color #69A59D in popluar color models

69 A5 9D
RGB 105 165 157
HSL 172° 25.00% 52.94%
HSB/HSV 172° 36.36% 64.71%
CMYK 36.36% 0.00% 4.85%
35.29%

Color #69A59D in popluar number systems.

HEX 69 A5 9D
Decimal 105 165 157
Binary 1101001 10100101 10011101
Octal 151 245 235

Shades and tints

Shades of #69A59D

#69A59D
(105,165,157)
#60968F
(96,150,143)
#578781
(87,135,129)
#4E7873
(78,120,115)
#456965
(69,105,101)
#3C5A57
(60,90,87)
#334B49
(51,75,73)
#2A3C3B
(42,60,59)
#212D2D
(33,45,45)
#181E1F
(24,30,31)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #69A59D

#69A59D
(105,165,157)
#76ADA5
(118,173,165)
#83B5AD
(131,181,173)
#90BDB5
(144,189,181)
#9DC5BD
(157,197,189)
#AACDC5
(170,205,197)
#B7D5CD
(183,213,205)
#C4DDD5
(196,221,213)
#D1E5DD
(209,229,221)
#DEEDE5
(222,237,229)
#EBF5ED
(235,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69A59D; }

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

This text font color is #69A59D.

Background Color

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

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

This div background color is #69A59D.

Border color

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

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

This div border color is #69A59D.

Opacity

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

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

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

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

This text has shadow with #69A59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69A59D.

Preview

Color preview on black background

This text has color #69A59D on black background.


Color preview on white background

This text has color #69A59D on white background.


Black color preview on #69A59D background

This text has black color on #69A59D background.


White color preview on #69A59D background

This text has white color on #69A59D background.


Related colors

Complementary color

Complementary color for #hex is #965A62.


I love getcolorcode.com

Triadic colors

1 #9D69A5 and #A59D69 with #69A59D are triadic colors.

2 #9DA569 and #A5699D with #69A59D are triadic colors.