COLOR #6DB7AF

HEX: #6DB7AF
RGB: (109,183,175)

Color info

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

RGB color model

#6DB7AF color RGB value is (109,183,175).

  • red value is 109;
  • green value is 183;
  • blue value is 175.
RGB:
(109,183,175)
(43%,72%,69%)

RGB channels and saturation

R 109 of 255 = 43%
G 183 of 255 = 72%
B 175 of 255 = 69%

109
183
175

R + G + B ~ 61%. #6DB7AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 183 + 175 = 467 (100%)
R 109 of 467 ~ 23.34%
G 183 of 467 ~ 39.19%
B 175 of 467 ~ 37.47%

%23.34
%39.19
%37.47

CMYK color model

#6DB7AF color CMYK value is (40,0,4,28).

  • cyan value is 40.44%
  • magenta value is 0.00%
  • yellow value is 4.37%
  • key color value is 28.24%
CMYK:
(40,0,4,28)
C40M0Y4K28 
(40%,0%,4%,28%)
(0.40/0.00/0.04/0.28)	

CMYK percentages

%40.44
%0
%4.37
%28.24

Codes

Color #6DB7AF in popluar color models

6DB7AF
RGB109183175
HSL174°33.94%57.25%
HSB/HSV174°40.44%71.76%
CMYK40.44%0.00%4.37%
28.24%

Color #6DB7AF in popluar number systems.

HEX6DB7AF
Decimal109183175
Binary11011011011011110101111
Octal155267257

Shades and tints

Shades of #6DB7AF

#6DB7AF
(109,183,175)
#64A7A0
(100,167,160)
#5B9791
(91,151,145)
#528782
(82,135,130)
#497773
(73,119,115)
#406764
(64,103,100)
#375755
(55,87,85)
#2E4746
(46,71,70)
#253737
(37,55,55)
#1C2728
(28,39,40)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #6DB7AF

#6DB7AF
(109,183,175)
#7ABDB6
(122,189,182)
#87C3BD
(135,195,189)
#94C9C4
(148,201,196)
#A1CFCB
(161,207,203)
#AED5D2
(174,213,210)
#BBDBD9
(187,219,217)
#C8E1E0
(200,225,224)
#D5E7E7
(213,231,231)
#E2EDEE
(226,237,238)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB7AF color. Also use rgb(109,183,175) instead hex code.

Text Font Color

.myTextColor { color: #6DB7AF; }

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

This text font color is #6DB7AF.


Background Color

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

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

This div background color is #6DB7AF.


Border color

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

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

This div border color is #6DB7AF.


Opacity

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

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

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

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

This text has shadow with #6DB7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB7AF on black background.


Color preview on white background

This text has color #6DB7AF on white background.



Black color preview on #6DB7AF background

This text has black color on #6DB7AF background.


White color preview on #6DB7AF background

This text has white color on #6DB7AF background.