COLOR #6DA896

HEX: #6DA896
RGB: (109,168,150)

Color info

#6DA896 contains red, green and blue colors in about the same proportion. Web safe color of #6DA896 is #669999 (or #699).

RGB color model

#6DA896 color RGB value is (109,168,150).

  • red value is 109;
  • green value is 168;
  • blue value is 150.
RGB:
(109,168,150)
(43%,66%,59%)

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 150 of 255 = 59%

109
168
150

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

Portions of RGB colors in percentages

R + G + B =
109 + 168 + 150 = 427 (100%)
R 109 of 427 ~ 25.53%
G 168 of 427 ~ 39.34%
B 150 of 427 ~ 35.13%

%25.53
%39.34
%35.13

CMYK color model

#6DA896 color CMYK value is (35,0,11,34).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 34.12%
CMYK:
(35,0,11,34)
C35M0Y11K34 
(35%,0%,11%,34%)
(0.35/0.00/0.11/0.34)	

CMYK percentages

%35.12
%0
%10.71
%34.12

Codes

Color #6DA896 in popluar color models

6DA896
RGB109168150
HSL162°25.32%54.31%
HSB/HSV162°35.12%65.88%
CMYK35.12%0.00%10.71%
34.12%

Color #6DA896 in popluar number systems.

HEX6DA896
Decimal109168150
Binary11011011010100010010110
Octal155250226

Shades and tints

Shades of #6DA896

#6DA896
(109,168,150)
#649989
(100,153,137)
#5B8A7C
(91,138,124)
#527B6F
(82,123,111)
#496C62
(73,108,98)
#405D55
(64,93,85)
#374E48
(55,78,72)
#2E3F3B
(46,63,59)
#25302E
(37,48,46)
#1C2121
(28,33,33)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #6DA896

#6DA896
(109,168,150)
#7AAF9F
(122,175,159)
#87B6A8
(135,182,168)
#94BDB1
(148,189,177)
#A1C4BA
(161,196,186)
#AECBC3
(174,203,195)
#BBD2CC
(187,210,204)
#C8D9D5
(200,217,213)
#D5E0DE
(213,224,222)
#E2E7E7
(226,231,231)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA896; }

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

This text font color is #6DA896.


Background Color

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

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

This div background color is #6DA896.


Border color

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

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

This div border color is #6DA896.


Opacity

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

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

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

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

This text has shadow with #6DA896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA896 on black background.


Color preview on white background

This text has color #6DA896 on white background.



Black color preview on #6DA896 background

This text has black color on #6DA896 background.


White color preview on #6DA896 background

This text has white color on #6DA896 background.