COLOR #6DB296

HEX: #6DB296 RGB: (109,178,150)

Color info

#6DB296 contains mainly green and blue colors. Web safe color of #6DB296 is #669999 (or #699).

RGB color model

#6DB296 color RGB value is (109,178,150).

RGB: (109,178,150) (43%, 70%, 59%)

RGB channels and saturation

R 109 of 255 = 43%
G 178 of 255 = 70%
B 150 of 255 = 59%

109
178
150

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

Portions of RGB colors in percentages

R + G + B = 109 + 178 + 150 = 437 (100%)
R 109 of 437 ~ 24.94%
G 178 of 437 ~ 40.73%
B 150 of 437 ~ 34.32'%

%24.94
%40.73
%34.32

CMYK color model

#6DB296 color CMYK value is (39,0,16,30).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%

CMYK: (39,0,16,30)
C39M0Y16K30 (39%, 0%, 16%, 30%)
(0.39 / 0.00 / 0.16 / 0.30)

CMYK percentages

%38.76
%0
%15.73
%30.2

Codes

Color #6DB296 in popluar color models

6D B2 96
RGB 109 178 150
HSL 156° 30.94% 56.27%
HSB/HSV 156° 38.76% 69.80%
CMYK 38.76% 0.00% 15.73%
30.20%

Color #6DB296 in popluar number systems.

HEX 6D B2 96
Decimal 109 178 150
Binary 1101101 10110010 10010110
Octal 155 262 226

Shades and tints

Shades of #6DB296

#6DB296
(109,178,150)
#64A289
(100,162,137)
#5B927C
(91,146,124)
#52826F
(82,130,111)
#497262
(73,114,98)
#406255
(64,98,85)
#375248
(55,82,72)
#2E423B
(46,66,59)
#25322E
(37,50,46)
#1C2221
(28,34,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #6DB296

#6DB296
(109,178,150)
#7AB99F
(122,185,159)
#87C0A8
(135,192,168)
#94C7B1
(148,199,177)
#A1CEBA
(161,206,186)
#AED5C3
(174,213,195)
#BBDCCC
(187,220,204)
#C8E3D5
(200,227,213)
#D5EADE
(213,234,222)
#E2F1E7
(226,241,231)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB296 color. Also use rgb(109,178,150) instead hex code.

Text Font Color

.myTextColor { color: #6DB296; }

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

This text font color is #6DB296.

Background Color

.myBgColor { background-color: #6DB296; }

<div style="background-color:#6DB296">Inner text</div>

This div background color is #6DB296.

Border color

.myBorderColor { border: 1px solid #6DB296; }

<div style="border:3px solid #6DB296">Div</div>

This div border color is #6DB296.

Opacity

.myOpacity80 { color: #6DB296; opacity: 0.8; }

<p style="color:#6DB296;opacity:0.8;">80%</p>

Text with #6DB296 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 #6DB296;}

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

This text has shadow with #6DB296 color.


.textShadow {text-shadow: 3px 3px 1px #6DB296', 3px 3px 1px red;}

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

This text has shadow with #6DB296 primary color and red secondary color.


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

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

This text has shadow with #6DB296 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6DB296; -webkit-box-shadow: 1px 1px 3px 2px #6DB296; box-shadow:1px 1px 3px 2px #6DB296;">
Div content here
</div>

This div box has shadow with color #6DB296.

Preview

Color preview on black background

This text has color #6DB296 on black background.


Color preview on white background

This text has color #6DB296 on white background.


Black color preview on #6DB296 background

This text has black color on #6DB296 background.


White color preview on #6DB296 background

This text has white color on #6DB296 background.


Related colors

Complementary color

Complementary color for #hex is #924D69.


I love getcolorcode.com

Triadic colors

1 #966DB2 and #B2966D with #6DB296 are triadic colors.

2 #96B26D and #B26D96 with #6DB296 are triadic colors.