COLOR #69E7C7

HEX: #69E7C7
RGB: (105,231,199)

Color info

#69E7C7 contains mainly green and blue colors. Web safe color of #69E7C7 is #66FFCC (or #6FC).

RGB color model

#69E7C7 color RGB value is (105,231,199).

  • red value is 105;
  • green value is 231;
  • blue value is 199.
RGB:
(105,231,199)
(41%,91%,78%)

RGB channels and saturation

R 105 of 255 = 41%
G 231 of 255 = 91%
B 199 of 255 = 78%

105
231
199

R + G + B ~ 70%. #69E7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 231 + 199 = 535 (100%)
R 105 of 535 ~ 19.63%
G 231 of 535 ~ 43.18%
B 199 of 535 ~ 37.2%

%19.63
%43.18
%37.2

CMYK color model

#69E7C7 color CMYK value is (55,0,14,9).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 9.41%
CMYK:
(55,0,14,9)
C55M0Y14K9 
(55%,0%,14%,9%)
(0.55/0.00/0.14/0.09)	

CMYK percentages

%54.55
%0
%13.85
%9.41

Codes

Color #69E7C7 in popluar color models

69E7C7
RGB105231199
HSL165°72.41%65.88%
HSB/HSV165°54.55%90.59%
CMYK54.55%0.00%13.85%
9.41%

Color #69E7C7 in popluar number systems.

HEX69E7C7
Decimal105231199
Binary11010011110011111000111
Octal151347307

Shades and tints

Shades of #69E7C7

#69E7C7
(105,231,199)
#60D2B5
(96,210,181)
#57BDA3
(87,189,163)
#4EA891
(78,168,145)
#45937F
(69,147,127)
#3C7E6D
(60,126,109)
#33695B
(51,105,91)
#2A5449
(42,84,73)
#213F37
(33,63,55)
#182A25
(24,42,37)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #69E7C7

#69E7C7
(105,231,199)
#76E9CC
(118,233,204)
#83EBD1
(131,235,209)
#90EDD6
(144,237,214)
#9DEFDB
(157,239,219)
#AAF1E0
(170,241,224)
#B7F3E5
(183,243,229)
#C4F5EA
(196,245,234)
#D1F7EF
(209,247,239)
#DEF9F4
(222,249,244)
#EBFBF9
(235,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69E7C7 color. Also use rgb(105,231,199) instead hex code.

Text Font Color

.myTextColor { color: #69E7C7; }

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

This text font color is #69E7C7.


Background Color

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

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

This div background color is #69E7C7.


Border color

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

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

This div border color is #69E7C7.


Opacity

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

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

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

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

This text has shadow with #69E7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69E7C7 on black background.


Color preview on white background

This text has color #69E7C7 on white background.



Black color preview on #69E7C7 background

This text has black color on #69E7C7 background.


White color preview on #69E7C7 background

This text has white color on #69E7C7 background.