COLOR #69A189

HEX: #69A189 RGB: (105,161,137)

Color info

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

RGB color model

#69A189 color RGB value is (105,161,137).

RGB: (105,161,137) (41%, 63%, 54%)

RGB channels and saturation

R 105 of 255 = 41%
G 161 of 255 = 63%
B 137 of 255 = 54%

105
161
137

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

Portions of RGB colors in percentages

R + G + B = 105 + 161 + 137 = 403 (100%)
R 105 of 403 ~ 26.05%
G 161 of 403 ~ 39.95%
B 137 of 403 ~ 34'%

%26.05
%39.95
%34

CMYK color model

#69A189 color CMYK value is (35,0,15,37).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%

CMYK: (35,0,15,37)
C35M0Y15K37 (35%, 0%, 15%, 37%)
(0.35 / 0.00 / 0.15 / 0.37)

CMYK percentages

%34.78
%0
%14.91
%36.86

Codes

Color #69A189 in popluar color models

69 A1 89
RGB 105 161 137
HSL 154° 22.95% 52.16%
HSB/HSV 154° 34.78% 63.14%
CMYK 34.78% 0.00% 14.91%
36.86%

Color #69A189 in popluar number systems.

HEX 69 A1 89
Decimal 105 161 137
Binary 1101001 10100001 10001001
Octal 151 241 211

Shades and tints

Shades of #69A189

#69A189
(105,161,137)
#60937D
(96,147,125)
#578571
(87,133,113)
#4E7765
(78,119,101)
#456959
(69,105,89)
#3C5B4D
(60,91,77)
#334D41
(51,77,65)
#2A3F35
(42,63,53)
#213129
(33,49,41)
#18231D
(24,35,29)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #69A189

#69A189
(105,161,137)
#76A993
(118,169,147)
#83B19D
(131,177,157)
#90B9A7
(144,185,167)
#9DC1B1
(157,193,177)
#AAC9BB
(170,201,187)
#B7D1C5
(183,209,197)
#C4D9CF
(196,217,207)
#D1E1D9
(209,225,217)
#DEE9E3
(222,233,227)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A189 color. Also use rgb(105,161,137) instead hex code.

Text Font Color

.myTextColor { color: #69A189; }

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

This text font color is #69A189.

Background Color

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

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

This div background color is #69A189.

Border color

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

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

This div border color is #69A189.

Opacity

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

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

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

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

This text has shadow with #69A189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #69A189.

Preview

Color preview on black background

This text has color #69A189 on black background.


Color preview on white background

This text has color #69A189 on white background.


Black color preview on #69A189 background

This text has black color on #69A189 background.


White color preview on #69A189 background

This text has white color on #69A189 background.


Related colors

Complementary color

Complementary color for #hex is #965E76.


I love getcolorcode.com

Triadic colors

1 #8969A1 and #A18969 with #69A189 are triadic colors.

2 #89A169 and #A16989 with #69A189 are triadic colors.