COLOR #6FBBBA

HEX: #6FBBBA
RGB: (111,187,186)

Color info

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

RGB color model

#6FBBBA color RGB value is (111,187,186).

  • red value is 111;
  • green value is 187;
  • blue value is 186.
RGB:
(111,187,186)
(44%,73%,73%)

RGB channels and saturation

R 111 of 255 = 44%
G 187 of 255 = 73%
B 186 of 255 = 73%

111
187
186

R + G + B ~ 63%. #6FBBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 187 + 186 = 484 (100%)
R 111 of 484 ~ 22.93%
G 187 of 484 ~ 38.64%
B 186 of 484 ~ 38.43%

%22.93
%38.64
%38.43

CMYK color model

#6FBBBA color CMYK value is (41,0,1,27).

  • cyan value is 40.64%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 26.67%
CMYK:
(41,0,1,27)
C41M0Y1K27 
(41%,0%,1%,27%)
(0.41/0.00/0.01/0.27)	

CMYK percentages

%40.64
%0
%0.53
%26.67

Codes

Color #6FBBBA in popluar color models

6FBBBA
RGB111187186
HSL179°35.85%58.43%
HSB/HSV179°40.64%73.33%
CMYK40.64%0.00%0.53%
26.67%

Color #6FBBBA in popluar number systems.

HEX6FBBBA
Decimal111187186
Binary11011111011101110111010
Octal157273272

Shades and tints

Shades of #6FBBBA

#6FBBBA
(111,187,186)
#65AAAA
(101,170,170)
#5B999A
(91,153,154)
#51888A
(81,136,138)
#47777A
(71,119,122)
#3D666A
(61,102,106)
#33555A
(51,85,90)
#29444A
(41,68,74)
#1F333A
(31,51,58)
#15222A
(21,34,42)
#0B111A
(11,17,26)
#000000
(0,0,0)

Tints of #6FBBBA

#6FBBBA
(111,187,186)
#7CC1C0
(124,193,192)
#89C7C6
(137,199,198)
#96CDCC
(150,205,204)
#A3D3D2
(163,211,210)
#B0D9D8
(176,217,216)
#BDDFDE
(189,223,222)
#CAE5E4
(202,229,228)
#D7EBEA
(215,235,234)
#E4F1F0
(228,241,240)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FBBBA color. Also use rgb(111,187,186) instead hex code.

Text Font Color

.myTextColor { color: #6FBBBA; }

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

This text font color is #6FBBBA.


Background Color

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

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

This div background color is #6FBBBA.


Border color

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

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

This div border color is #6FBBBA.


Opacity

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

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

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

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

This text has shadow with #6FBBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FBBBA on black background.


Color preview on white background

This text has color #6FBBBA on white background.



Black color preview on #6FBBBA background

This text has black color on #6FBBBA background.


White color preview on #6FBBBA background

This text has white color on #6FBBBA background.