COLOR #69D8B4

HEX: #69D8B4
RGB: (105,216,180)

Color info

#69D8B4 contains mainly green and blue colors. Web safe color of #69D8B4 is #66CCCC (or #6CC).

RGB color model

#69D8B4 color RGB value is (105,216,180).

  • red value is 105;
  • green value is 216;
  • blue value is 180.
RGB:
(105,216,180)
(41%,85%,71%)

RGB channels and saturation

R 105 of 255 = 41%
G 216 of 255 = 85%
B 180 of 255 = 71%

105
216
180

R + G + B ~ 66%. #69D8B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
105 + 216 + 180 = 501 (100%)
R 105 of 501 ~ 20.96%
G 216 of 501 ~ 43.11%
B 180 of 501 ~ 35.93%

%20.96
%43.11
%35.93

CMYK color model

#69D8B4 color CMYK value is (51,0,17,15).

  • cyan value is 51.39%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 15.29%
CMYK:
(51,0,17,15)
C51M0Y17K15 
(51%,0%,17%,15%)
(0.51/0.00/0.17/0.15)	

CMYK percentages

%51.39
%0
%16.67
%15.29

Codes

Color #69D8B4 in popluar color models

69D8B4
RGB105216180
HSL161°58.73%62.94%
HSB/HSV161°51.39%84.71%
CMYK51.39%0.00%16.67%
15.29%

Color #69D8B4 in popluar number systems.

HEX69D8B4
Decimal105216180
Binary11010011101100010110100
Octal151330264

Shades and tints

Shades of #69D8B4

#69D8B4
(105,216,180)
#60C5A4
(96,197,164)
#57B294
(87,178,148)
#4E9F84
(78,159,132)
#458C74
(69,140,116)
#3C7964
(60,121,100)
#336654
(51,102,84)
#2A5344
(42,83,68)
#214034
(33,64,52)
#182D24
(24,45,36)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #69D8B4

#69D8B4
(105,216,180)
#76DBBA
(118,219,186)
#83DEC0
(131,222,192)
#90E1C6
(144,225,198)
#9DE4CC
(157,228,204)
#AAE7D2
(170,231,210)
#B7EAD8
(183,234,216)
#C4EDDE
(196,237,222)
#D1F0E4
(209,240,228)
#DEF3EA
(222,243,234)
#EBF6F0
(235,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69D8B4 color. Also use rgb(105,216,180) instead hex code.

Text Font Color

.myTextColor { color: #69D8B4; }

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

This text font color is #69D8B4.


Background Color

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

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

This div background color is #69D8B4.


Border color

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

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

This div border color is #69D8B4.


Opacity

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

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

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

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

This text has shadow with #69D8B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69D8B4 on black background.


Color preview on white background

This text has color #69D8B4 on white background.



Black color preview on #69D8B4 background

This text has black color on #69D8B4 background.


White color preview on #69D8B4 background

This text has white color on #69D8B4 background.