COLOR #69AB9B

HEX: #69AB9B
RGB: (105,171,155)

Color info

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

RGB color model

#69AB9B color RGB value is (105,171,155).

  • red value is 105;
  • green value is 171;
  • blue value is 155.
RGB:
(105,171,155)
(41%,67%,61%)

RGB channels and saturation

R 105 of 255 = 41%
G 171 of 255 = 67%
B 155 of 255 = 61%

105
171
155

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

Portions of RGB colors in percentages

R + G + B =
105 + 171 + 155 = 431 (100%)
R 105 of 431 ~ 24.36%
G 171 of 431 ~ 39.68%
B 155 of 431 ~ 35.96%

%24.36
%39.68
%35.96

CMYK color model

#69AB9B color CMYK value is (39,0,9,33).

  • cyan value is 38.60%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 32.94%
CMYK:
(39,0,9,33)
C39M0Y9K33 
(39%,0%,9%,33%)
(0.39/0.00/0.09/0.33)	

CMYK percentages

%38.6
%0
%9.36
%32.94

Codes

Color #69AB9B in popluar color models

69AB9B
RGB105171155
HSL165°28.21%54.12%
HSB/HSV165°38.60%67.06%
CMYK38.60%0.00%9.36%
32.94%

Color #69AB9B in popluar number systems.

HEX69AB9B
Decimal105171155
Binary11010011010101110011011
Octal151253233

Shades and tints

Shades of #69AB9B

#69AB9B
(105,171,155)
#609C8D
(96,156,141)
#578D7F
(87,141,127)
#4E7E71
(78,126,113)
#456F63
(69,111,99)
#3C6055
(60,96,85)
#335147
(51,81,71)
#2A4239
(42,66,57)
#21332B
(33,51,43)
#18241D
(24,36,29)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #69AB9B

#69AB9B
(105,171,155)
#76B2A4
(118,178,164)
#83B9AD
(131,185,173)
#90C0B6
(144,192,182)
#9DC7BF
(157,199,191)
#AACEC8
(170,206,200)
#B7D5D1
(183,213,209)
#C4DCDA
(196,220,218)
#D1E3E3
(209,227,227)
#DEEAEC
(222,234,236)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69AB9B color. Also use rgb(105,171,155) instead hex code.

Text Font Color

.myTextColor { color: #69AB9B; }

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

This text font color is #69AB9B.


Background Color

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

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

This div background color is #69AB9B.


Border color

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

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

This div border color is #69AB9B.


Opacity

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

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

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

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

This text has shadow with #69AB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69AB9B on black background.


Color preview on white background

This text has color #69AB9B on white background.



Black color preview on #69AB9B background

This text has black color on #69AB9B background.


White color preview on #69AB9B background

This text has white color on #69AB9B background.