COLOR #6DACB9

HEX: #6DACB9
RGB: (109,172,185)

Color info

#6DACB9 contains mainly green and blue colors. Web safe color of #6DACB9 is #6699CC (or #69C).

RGB color model

#6DACB9 color RGB value is (109,172,185).

  • red value is 109;
  • green value is 172;
  • blue value is 185.
RGB:
(109,172,185)
(43%,67%,73%)

RGB channels and saturation

R 109 of 255 = 43%
G 172 of 255 = 67%
B 185 of 255 = 73%

109
172
185

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

Portions of RGB colors in percentages

R + G + B =
109 + 172 + 185 = 466 (100%)
R 109 of 466 ~ 23.39%
G 172 of 466 ~ 36.91%
B 185 of 466 ~ 39.7%

%23.39
%36.91
%39.7

CMYK color model

#6DACB9 color CMYK value is (41,7,0,27).

  • cyan value is 41.08%
  • magenta value is 7.03%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(41,7,0,27)
C41M7Y0K27 
(41%,7%,0%,27%)
(0.41/0.07/0.00/0.27)	

CMYK percentages

%41.08
%7.03
%0
%27.45

Codes

Color #6DACB9 in popluar color models

6DACB9
RGB109172185
HSL190°35.19%57.65%
HSB/HSV190°41.08%72.55%
CMYK41.08%7.03%0.00%
27.45%

Color #6DACB9 in popluar number systems.

HEX6DACB9
Decimal109172185
Binary11011011010110010111001
Octal155254271

Shades and tints

Shades of #6DACB9

#6DACB9
(109,172,185)
#649DA9
(100,157,169)
#5B8E99
(91,142,153)
#527F89
(82,127,137)
#497079
(73,112,121)
#406169
(64,97,105)
#375259
(55,82,89)
#2E4349
(46,67,73)
#253439
(37,52,57)
#1C2529
(28,37,41)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #6DACB9

#6DACB9
(109,172,185)
#7AB3BF
(122,179,191)
#87BAC5
(135,186,197)
#94C1CB
(148,193,203)
#A1C8D1
(161,200,209)
#AECFD7
(174,207,215)
#BBD6DD
(187,214,221)
#C8DDE3
(200,221,227)
#D5E4E9
(213,228,233)
#E2EBEF
(226,235,239)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DACB9 color. Also use rgb(109,172,185) instead hex code.

Text Font Color

.myTextColor { color: #6DACB9; }

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

This text font color is #6DACB9.


Background Color

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

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

This div background color is #6DACB9.


Border color

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

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

This div border color is #6DACB9.


Opacity

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

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

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

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

This text has shadow with #6DACB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DACB9 on black background.


Color preview on white background

This text has color #6DACB9 on white background.



Black color preview on #6DACB9 background

This text has black color on #6DACB9 background.


White color preview on #6DACB9 background

This text has white color on #6DACB9 background.