COLOR #69BE93

HEX: #69BE93
RGB: (105,190,147)

Color info

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

RGB color model

#69BE93 color RGB value is (105,190,147).

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

RGB channels and saturation

R 105 of 255 = 41%
G 190 of 255 = 75%
B 147 of 255 = 58%

105
190
147

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

Portions of RGB colors in percentages

R + G + B =
105 + 190 + 147 = 442 (100%)
R 105 of 442 ~ 23.76%
G 190 of 442 ~ 42.99%
B 147 of 442 ~ 33.26%

%23.76
%42.99
%33.26

CMYK color model

#69BE93 color CMYK value is (45,0,23,25).

  • cyan value is 44.74%
  • magenta value is 0.00%
  • yellow value is 22.63%
  • key color value is 25.49%
CMYK:
(45,0,23,25)
C45M0Y23K25 
(45%,0%,23%,25%)
(0.45/0.00/0.23/0.25)	

CMYK percentages

%44.74
%0
%22.63
%25.49

Codes

Color #69BE93 in popluar color models

69BE93
RGB105190147
HSL150°39.53%57.84%
HSB/HSV150°44.74%74.51%
CMYK44.74%0.00%22.63%
25.49%

Color #69BE93 in popluar number systems.

HEX69BE93
Decimal105190147
Binary11010011011111010010011
Octal151276223

Shades and tints

Shades of #69BE93

#69BE93
(105,190,147)
#60AD86
(96,173,134)
#579C79
(87,156,121)
#4E8B6C
(78,139,108)
#457A5F
(69,122,95)
#3C6952
(60,105,82)
#335845
(51,88,69)
#2A4738
(42,71,56)
#21362B
(33,54,43)
#18251E
(24,37,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #69BE93

#69BE93
(105,190,147)
#76C39C
(118,195,156)
#83C8A5
(131,200,165)
#90CDAE
(144,205,174)
#9DD2B7
(157,210,183)
#AAD7C0
(170,215,192)
#B7DCC9
(183,220,201)
#C4E1D2
(196,225,210)
#D1E6DB
(209,230,219)
#DEEBE4
(222,235,228)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #69BE93; }

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

This text font color is #69BE93.


Background Color

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

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

This div background color is #69BE93.


Border color

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

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

This div border color is #69BE93.


Opacity

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

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

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

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

This text has shadow with #69BE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #69BE93 on black background.


Color preview on white background

This text has color #69BE93 on white background.



Black color preview on #69BE93 background

This text has black color on #69BE93 background.


White color preview on #69BE93 background

This text has white color on #69BE93 background.