COLOR #69B07D

HEX: #69B07D
RGB: (105,176,125)

Color info

#69B07D contains mainly green and blue colors. Web safe color of #69B07D is #669966 (or #696).

RGB color model

#69B07D color RGB value is (105,176,125).

  • red value is 105;
  • green value is 176;
  • blue value is 125.
RGB:
(105,176,125)
(41%,69%,49%)

RGB channels and saturation

R 105 of 255 = 41%
G 176 of 255 = 69%
B 125 of 255 = 49%

105
176
125

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

Portions of RGB colors in percentages

R + G + B =
105 + 176 + 125 = 406 (100%)
R 105 of 406 ~ 25.86%
G 176 of 406 ~ 43.35%
B 125 of 406 ~ 30.79%

%25.86
%43.35
%30.79

CMYK color model

#69B07D color CMYK value is (40,0,29,31).

  • cyan value is 40.34%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 30.98%
CMYK:
(40,0,29,31)
C40M0Y29K31 
(40%,0%,29%,31%)
(0.40/0.00/0.29/0.31)	

CMYK percentages

%40.34
%0
%28.98
%30.98

Codes

Color #69B07D in popluar color models

69B07D
RGB105176125
HSL137°31.00%55.10%
HSB/HSV137°40.34%69.02%
CMYK40.34%0.00%28.98%
30.98%

Color #69B07D in popluar number systems.

HEX69B07D
Decimal105176125
Binary1101001101100001111101
Octal151260175

Shades and tints

Shades of #69B07D

#69B07D
(105,176,125)
#60A072
(96,160,114)
#579067
(87,144,103)
#4E805C
(78,128,92)
#457051
(69,112,81)
#3C6046
(60,96,70)
#33503B
(51,80,59)
#2A4030
(42,64,48)
#213025
(33,48,37)
#18201A
(24,32,26)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #69B07D

#69B07D
(105,176,125)
#76B788
(118,183,136)
#83BE93
(131,190,147)
#90C59E
(144,197,158)
#9DCCA9
(157,204,169)
#AAD3B4
(170,211,180)
#B7DABF
(183,218,191)
#C4E1CA
(196,225,202)
#D1E8D5
(209,232,213)
#DEEFE0
(222,239,224)
#EBF6EB
(235,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69B07D color. Also use rgb(105,176,125) instead hex code.

Text Font Color

.myTextColor { color: #69B07D; }

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

This text font color is #69B07D.


Background Color

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

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

This div background color is #69B07D.


Border color

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

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

This div border color is #69B07D.


Opacity

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

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

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

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

This text has shadow with #69B07D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69B07D on black background.


Color preview on white background

This text has color #69B07D on white background.



Black color preview on #69B07D background

This text has black color on #69B07D background.


White color preview on #69B07D background

This text has white color on #69B07D background.