COLOR #69A996

HEX: #69A996
RGB: (105,169,150)

Color info

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

RGB color model

#69A996 color RGB value is (105,169,150).

  • red value is 105;
  • green value is 169;
  • blue value is 150.
RGB:
(105,169,150)
(41%,66%,59%)

RGB channels and saturation

R 105 of 255 = 41%
G 169 of 255 = 66%
B 150 of 255 = 59%

105
169
150

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

Portions of RGB colors in percentages

R + G + B =
105 + 169 + 150 = 424 (100%)
R 105 of 424 ~ 24.76%
G 169 of 424 ~ 39.86%
B 150 of 424 ~ 35.38%

%24.76
%39.86
%35.38

CMYK color model

#69A996 color CMYK value is (38,0,11,34).

  • cyan value is 37.87%
  • magenta value is 0.00%
  • yellow value is 11.24%
  • key color value is 33.73%
CMYK:
(38,0,11,34)
C38M0Y11K34 
(38%,0%,11%,34%)
(0.38/0.00/0.11/0.34)	

CMYK percentages

%37.87
%0
%11.24
%33.73

Codes

Color #69A996 in popluar color models

69A996
RGB105169150
HSL162°27.12%53.73%
HSB/HSV162°37.87%66.27%
CMYK37.87%0.00%11.24%
33.73%

Color #69A996 in popluar number systems.

HEX69A996
Decimal105169150
Binary11010011010100110010110
Octal151251226

Shades and tints

Shades of #69A996

#69A996
(105,169,150)
#609A89
(96,154,137)
#578B7C
(87,139,124)
#4E7C6F
(78,124,111)
#456D62
(69,109,98)
#3C5E55
(60,94,85)
#334F48
(51,79,72)
#2A403B
(42,64,59)
#21312E
(33,49,46)
#182221
(24,34,33)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #69A996

#69A996
(105,169,150)
#76B09F
(118,176,159)
#83B7A8
(131,183,168)
#90BEB1
(144,190,177)
#9DC5BA
(157,197,186)
#AACCC3
(170,204,195)
#B7D3CC
(183,211,204)
#C4DAD5
(196,218,213)
#D1E1DE
(209,225,222)
#DEE8E7
(222,232,231)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69A996 color. Also use rgb(105,169,150) instead hex code.

Text Font Color

.myTextColor { color: #69A996; }

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

This text font color is #69A996.


Background Color

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

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

This div background color is #69A996.


Border color

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

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

This div border color is #69A996.


Opacity

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

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

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

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

This text has shadow with #69A996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69A996 on black background.


Color preview on white background

This text has color #69A996 on white background.



Black color preview on #69A996 background

This text has black color on #69A996 background.


White color preview on #69A996 background

This text has white color on #69A996 background.