COLOR #6DBB96

HEX: #6DBB96 RGB: (109,187,150)

Color info

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

RGB color model

#6DBB96 color RGB value is (109,187,150).

RGB: (109,187,150) (43%, 73%, 59%)

RGB channels and saturation

R 109 of 255 = 43%
G 187 of 255 = 73%
B 150 of 255 = 59%

109
187
150

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

Portions of RGB colors in percentages

R + G + B = 109 + 187 + 150 = 446 (100%)
R 109 of 446 ~ 24.44%
G 187 of 446 ~ 41.93%
B 150 of 446 ~ 33.63'%

%24.44
%41.93
%33.63

CMYK color model

#6DBB96 color CMYK value is (42,0,20,27).

  • cyan value is 41.71%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK: (42,0,20,27) C42M0Y20K27 (42%,0%,20%,27%) (0.42/0.00/0.20/0.27) 

CMYK percentages

%41.71
%0
%19.79
%26.67

Codes

Color #6DBB96 in popluar color models

6D BB 96
RGB 109 187 150
HSL 152° 36.45% 58.04%
HSB/HSV 152° 41.71% 73.33%
CMYK 41.71% 0.00% 19.79%
26.67%

Color #6DBB96 in popluar number systems.

HEX 6D BB 96
Decimal 109 187 150
Binary 1101101 10111011 10010110
Octal 155 273 226

Shades and tints

Shades of #6DBB96

#6DBB96
(109,187,150)
#64AA89
(100,170,137)
#5B997C
(91,153,124)
#52886F
(82,136,111)
#497762
(73,119,98)
#406655
(64,102,85)
#375548
(55,85,72)
#2E443B
(46,68,59)
#25332E
(37,51,46)
#1C2221
(28,34,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #6DBB96

#6DBB96
(109,187,150)
#7AC19F
(122,193,159)
#87C7A8
(135,199,168)
#94CDB1
(148,205,177)
#A1D3BA
(161,211,186)
#AED9C3
(174,217,195)
#BBDFCC
(187,223,204)
#C8E5D5
(200,229,213)
#D5EBDE
(213,235,222)
#E2F1E7
(226,241,231)
#EFF7F0
(239,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DBB96; }

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

This text font color is #6DBB96.

Background Color

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

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

This div background color is #6DBB96.

Border color

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

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

This div border color is #6DBB96.

Opacity

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

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

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

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

This text has shadow with #6DBB96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DBB96.

Preview

Color preview on black background

This text has color #6DBB96 on black background.


Color preview on white background

This text has color #6DBB96 on white background.


Black color preview on #6DBB96 background

This text has black color on #6DBB96 background.


White color preview on #6DBB96 background

This text has white color on #6DBB96 background.


Related colors

Complementary color

Complementary color for #hex is #924469.


I love getcolorcode.com

Triadic colors

1 #966DBB and #BB966D with #6DBB96 are triadic colors.

2 #96BB6D and #BB6D96 with #6DBB96 are triadic colors.