COLOR #6FBDB9

HEX: #6FBDB9 RGB: (111,189,185)

Color info

#6FBDB9 contains mainly green and blue colors. Web safe color of #6FBDB9 is #66CCCC (or #6CC).

RGB color model

#6FBDB9 color RGB value is (111,189,185).

RGB: (111,189,185) (44%, 74%, 73%)

RGB channels and saturation

R 111 of 255 = 44%
G 189 of 255 = 74%
B 185 of 255 = 73%

111
189
185

R + G + B ~ 64%. #6FBDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 189 + 185 = 485 (100%)
R 111 of 485 ~ 22.89%
G 189 of 485 ~ 38.97%
B 185 of 485 ~ 38.14'%

%22.89
%38.97
%38.14

CMYK color model

#6FBDB9 color CMYK value is (41,0,2,26).

  • cyan value is 41.27%
  • magenta value is 0.00%
  • yellow value is 2.12%
  • key color value is 25.88%

CMYK: (41,0,2,26)
C41M0Y2K26 (41%, 0%, 2%, 26%)
(0.41 / 0.00 / 0.02 / 0.26)

CMYK percentages

%41.27
%0
%2.12
%25.88

Codes

Color #6FBDB9 in popluar color models

6F BD B9
RGB 111 189 185
HSL 177° 37.14% 58.82%
HSB/HSV 177° 41.27% 74.12%
CMYK 41.27% 0.00% 2.12%
25.88%

Color #6FBDB9 in popluar number systems.

HEX 6F BD B9
Decimal 111 189 185
Binary 1101111 10111101 10111001
Octal 157 275 271

Shades and tints

Shades of #6FBDB9

#6FBDB9
(111,189,185)
#65ACA9
(101,172,169)
#5B9B99
(91,155,153)
#518A89
(81,138,137)
#477979
(71,121,121)
#3D6869
(61,104,105)
#335759
(51,87,89)
#294649
(41,70,73)
#1F3539
(31,53,57)
#152429
(21,36,41)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #6FBDB9

#6FBDB9
(111,189,185)
#7CC3BF
(124,195,191)
#89C9C5
(137,201,197)
#96CFCB
(150,207,203)
#A3D5D1
(163,213,209)
#B0DBD7
(176,219,215)
#BDE1DD
(189,225,221)
#CAE7E3
(202,231,227)
#D7EDE9
(215,237,233)
#E4F3EF
(228,243,239)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBDB9 color. Also use rgb(111,189,185) instead hex code.

Text Font Color

.myTextColor { color: #6FBDB9; }

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

This text font color is #6FBDB9.

Background Color

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

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

This div background color is #6FBDB9.

Border color

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

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

This div border color is #6FBDB9.

Opacity

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

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

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

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

This text has shadow with #6FBDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FBDB9.

Preview

Color preview on black background

This text has color #6FBDB9 on black background.


Color preview on white background

This text has color #6FBDB9 on white background.


Black color preview on #6FBDB9 background

This text has black color on #6FBDB9 background.


White color preview on #6FBDB9 background

This text has white color on #6FBDB9 background.


Related colors

Complementary color

Complementary color for #hex is #904246.


I love getcolorcode.com

Triadic colors

1 #B96FBD and #BDB96F with #6FBDB9 are triadic colors.

2 #B9BD6F and #BD6FB9 with #6FBDB9 are triadic colors.