COLOR #69BE8B

HEX: #69BE8B
RGB: (105,190,139)

Color info

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

RGB color model

#69BE8B color RGB value is (105,190,139).

  • red value is 105;
  • green value is 190;
  • blue value is 139.
RGB:
(105,190,139)
(41%,75%,55%)

RGB channels and saturation

R 105 of 255 = 41%
G 190 of 255 = 75%
B 139 of 255 = 55%

105
190
139

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

Portions of RGB colors in percentages

R + G + B =
105 + 190 + 139 = 434 (100%)
R 105 of 434 ~ 24.19%
G 190 of 434 ~ 43.78%
B 139 of 434 ~ 32.03%

%24.19
%43.78
%32.03

CMYK color model

#69BE8B color CMYK value is (45,0,27,25).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 26.84%
  • key color value is 25.49%
CMYK:
(45,0,27,25)
C45M0Y27K25 
(45%,0%,27%,25%)
(0.45/0.00/0.27/0.25)	

CMYK percentages

%44.74
%0
%26.84
%25.49

Codes

Color #69BE8B in popluar color models

69BE8B
RGB105190139
HSL144°39.53%57.84%
HSB/HSV144°44.74%74.51%
CMYK44.74%0.00%26.84%
25.49%

Color #69BE8B in popluar number systems.

HEX69BE8B
Decimal105190139
Binary11010011011111010001011
Octal151276213

Shades and tints

Shades of #69BE8B

#69BE8B
(105,190,139)
#60AD7F
(96,173,127)
#579C73
(87,156,115)
#4E8B67
(78,139,103)
#457A5B
(69,122,91)
#3C694F
(60,105,79)
#335843
(51,88,67)
#2A4737
(42,71,55)
#21362B
(33,54,43)
#18251F
(24,37,31)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #69BE8B

#69BE8B
(105,190,139)
#76C395
(118,195,149)
#83C89F
(131,200,159)
#90CDA9
(144,205,169)
#9DD2B3
(157,210,179)
#AAD7BD
(170,215,189)
#B7DCC7
(183,220,199)
#C4E1D1
(196,225,209)
#D1E6DB
(209,230,219)
#DEEBE5
(222,235,229)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #69BE8B color. Also use rgb(105,190,139) instead hex code.

Text Font Color

.myTextColor { color: #69BE8B; }

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

This text font color is #69BE8B.


Background Color

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

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

This div background color is #69BE8B.


Border color

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

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

This div border color is #69BE8B.


Opacity

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

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

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

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

This text has shadow with #69BE8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69BE8B on black background.


Color preview on white background

This text has color #69BE8B on white background.



Black color preview on #69BE8B background

This text has black color on #69BE8B background.


White color preview on #69BE8B background

This text has white color on #69BE8B background.