COLOR #69D7AB

HEX: #69D7AB
RGB: (105,215,171)

Color info

#69D7AB contains mainly green and blue colors. Web safe color of #69D7AB is #66CC99 (or #6C9).

RGB color model

#69D7AB color RGB value is (105,215,171).

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

RGB channels and saturation

R 105 of 255 = 41%
G 215 of 255 = 84%
B 171 of 255 = 67%

105
215
171

R + G + B ~ 64%. #69D7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 215 + 171 = 491 (100%)
R 105 of 491 ~ 21.38%
G 215 of 491 ~ 43.79%
B 171 of 491 ~ 34.83%

%21.38
%43.79
%34.83

CMYK color model

#69D7AB color CMYK value is (51,0,20,16).

  • cyan value is 51.16%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 15.69%
CMYK:
(51,0,20,16)
C51M0Y20K16 
(51%,0%,20%,16%)
(0.51/0.00/0.20/0.16)	

CMYK percentages

%51.16
%0
%20.47
%15.69

Codes

Color #69D7AB in popluar color models

69D7AB
RGB105215171
HSL156°57.89%62.75%
HSB/HSV156°51.16%84.31%
CMYK51.16%0.00%20.47%
15.69%

Color #69D7AB in popluar number systems.

HEX69D7AB
Decimal105215171
Binary11010011101011110101011
Octal151327253

Shades and tints

Shades of #69D7AB

#69D7AB
(105,215,171)
#60C49C
(96,196,156)
#57B18D
(87,177,141)
#4E9E7E
(78,158,126)
#458B6F
(69,139,111)
#3C7860
(60,120,96)
#336551
(51,101,81)
#2A5242
(42,82,66)
#213F33
(33,63,51)
#182C24
(24,44,36)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #69D7AB

#69D7AB
(105,215,171)
#76DAB2
(118,218,178)
#83DDB9
(131,221,185)
#90E0C0
(144,224,192)
#9DE3C7
(157,227,199)
#AAE6CE
(170,230,206)
#B7E9D5
(183,233,213)
#C4ECDC
(196,236,220)
#D1EFE3
(209,239,227)
#DEF2EA
(222,242,234)
#EBF5F1
(235,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69D7AB; }

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

This text font color is #69D7AB.


Background Color

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

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

This div background color is #69D7AB.


Border color

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

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

This div border color is #69D7AB.


Opacity

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

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

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

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

This text has shadow with #69D7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69D7AB on black background.


Color preview on white background

This text has color #69D7AB on white background.



Black color preview on #69D7AB background

This text has black color on #69D7AB background.


White color preview on #69D7AB background

This text has white color on #69D7AB background.