COLOR #69A687

HEX: #69A687
RGB: (105,166,135)

Color info

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

RGB color model

#69A687 color RGB value is (105,166,135).

  • red value is 105;
  • green value is 166;
  • blue value is 135.
RGB:
(105,166,135)
(41%,65%,53%)

RGB channels and saturation

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

105
166
135

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

Portions of RGB colors in percentages

R + G + B =
105 + 166 + 135 = 406 (100%)
R 105 of 406 ~ 25.86%
G 166 of 406 ~ 40.89%
B 135 of 406 ~ 33.25%

%25.86
%40.89
%33.25

CMYK color model

#69A687 color CMYK value is (37,0,19,35).

  • cyan value is 36.75%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 34.90%
CMYK:
(37,0,19,35)
C37M0Y19K35 
(37%,0%,19%,35%)
(0.37/0.00/0.19/0.35)	

CMYK percentages

%36.75
%0
%18.67
%34.9

Codes

Color #69A687 in popluar color models

69A687
RGB105166135
HSL150°25.52%53.14%
HSB/HSV150°36.75%65.10%
CMYK36.75%0.00%18.67%
34.90%

Color #69A687 in popluar number systems.

HEX69A687
Decimal105166135
Binary11010011010011010000111
Octal151246207

Shades and tints

Shades of #69A687

#69A687
(105,166,135)
#60977B
(96,151,123)
#57886F
(87,136,111)
#4E7963
(78,121,99)
#456A57
(69,106,87)
#3C5B4B
(60,91,75)
#334C3F
(51,76,63)
#2A3D33
(42,61,51)
#212E27
(33,46,39)
#181F1B
(24,31,27)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #69A687

#69A687
(105,166,135)
#76AE91
(118,174,145)
#83B69B
(131,182,155)
#90BEA5
(144,190,165)
#9DC6AF
(157,198,175)
#AACEB9
(170,206,185)
#B7D6C3
(183,214,195)
#C4DECD
(196,222,205)
#D1E6D7
(209,230,215)
#DEEEE1
(222,238,225)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69A687; }

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

This text font color is #69A687.


Background Color

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

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

This div background color is #69A687.


Border color

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

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

This div border color is #69A687.


Opacity

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

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

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

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

This text has shadow with #69A687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A687 on black background.


Color preview on white background

This text has color #69A687 on white background.



Black color preview on #69A687 background

This text has black color on #69A687 background.


White color preview on #69A687 background

This text has white color on #69A687 background.