COLOR #69A49F

HEX: #69A49F
RGB: (105,164,159)

Color info

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

RGB color model

#69A49F color RGB value is (105,164,159).

  • red value is 105;
  • green value is 164;
  • blue value is 159.
RGB:
(105,164,159)
(41%,64%,62%)

RGB channels and saturation

R 105 of 255 = 41%
G 164 of 255 = 64%
B 159 of 255 = 62%

105
164
159

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

Portions of RGB colors in percentages

R + G + B =
105 + 164 + 159 = 428 (100%)
R 105 of 428 ~ 24.53%
G 164 of 428 ~ 38.32%
B 159 of 428 ~ 37.15%

%24.53
%38.32
%37.15

CMYK color model

#69A49F color CMYK value is (36,0,3,36).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(36,0,3,36)
C36M0Y3K36 
(36%,0%,3%,36%)
(0.36/0.00/0.03/0.36)	

CMYK percentages

%35.98
%0
%3.05
%35.69

Codes

Color #69A49F in popluar color models

69A49F
RGB105164159
HSL175°24.48%52.75%
HSB/HSV175°35.98%64.31%
CMYK35.98%0.00%3.05%
35.69%

Color #69A49F in popluar number systems.

HEX69A49F
Decimal105164159
Binary11010011010010010011111
Octal151244237

Shades and tints

Shades of #69A49F

#69A49F
(105,164,159)
#609691
(96,150,145)
#578883
(87,136,131)
#4E7A75
(78,122,117)
#456C67
(69,108,103)
#3C5E59
(60,94,89)
#33504B
(51,80,75)
#2A423D
(42,66,61)
#21342F
(33,52,47)
#182621
(24,38,33)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #69A49F

#69A49F
(105,164,159)
#76ACA7
(118,172,167)
#83B4AF
(131,180,175)
#90BCB7
(144,188,183)
#9DC4BF
(157,196,191)
#AACCC7
(170,204,199)
#B7D4CF
(183,212,207)
#C4DCD7
(196,220,215)
#D1E4DF
(209,228,223)
#DEECE7
(222,236,231)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A49F color. Also use rgb(105,164,159) instead hex code.

Text Font Color

.myTextColor { color: #69A49F; }

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

This text font color is #69A49F.


Background Color

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

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

This div background color is #69A49F.


Border color

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

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

This div border color is #69A49F.


Opacity

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

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

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

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

This text has shadow with #69A49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A49F on black background.


Color preview on white background

This text has color #69A49F on white background.



Black color preview on #69A49F background

This text has black color on #69A49F background.


White color preview on #69A49F background

This text has white color on #69A49F background.