COLOR #6FCEB0

HEX: #6FCEB0 RGB: (111,206,176)

Color info

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

RGB color model

#6FCEB0 color RGB value is (111,206,176).

RGB: (111,206,176) (44%, 81%, 69%)

RGB channels and saturation

R 111 of 255 = 44%
G 206 of 255 = 81%
B 176 of 255 = 69%

111
206
176

R + G + B ~ 65%. #6FCEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 206 + 176 = 493 (100%)
R 111 of 493 ~ 22.52%
G 206 of 493 ~ 41.78%
B 176 of 493 ~ 35.7'%

%22.52
%41.78
%35.7

CMYK color model

#6FCEB0 color CMYK value is (46,0,15,19).

  • cyan value is 46.12%
  • magenta value is 0.00%
  • yellow value is 14.56%
  • key color value is 19.22%

CMYK: (46,0,15,19)
C46M0Y15K19 (46%, 0%, 15%, 19%)
(0.46 / 0.00 / 0.15 / 0.19)

CMYK percentages

%46.12
%0
%14.56
%19.22

Codes

Color #6FCEB0 in popluar color models

6F CE B0
RGB 111 206 176
HSL 161° 49.22% 62.16%
HSB/HSV 161° 46.12% 80.78%
CMYK 46.12% 0.00% 14.56%
19.22%

Color #6FCEB0 in popluar number systems.

HEX 6F CE B0
Decimal 111 206 176
Binary 1101111 11001110 10110000
Octal 157 316 260

Shades and tints

Shades of #6FCEB0

#6FCEB0
(111,206,176)
#65BCA0
(101,188,160)
#5BAA90
(91,170,144)
#519880
(81,152,128)
#478670
(71,134,112)
#3D7460
(61,116,96)
#336250
(51,98,80)
#295040
(41,80,64)
#1F3E30
(31,62,48)
#152C20
(21,44,32)
#0B1A10
(11,26,16)
#000000
(0,0,0)

Tints of #6FCEB0

#6FCEB0
(111,206,176)
#7CD2B7
(124,210,183)
#89D6BE
(137,214,190)
#96DAC5
(150,218,197)
#A3DECC
(163,222,204)
#B0E2D3
(176,226,211)
#BDE6DA
(189,230,218)
#CAEAE1
(202,234,225)
#D7EEE8
(215,238,232)
#E4F2EF
(228,242,239)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCEB0 color. Also use rgb(111,206,176) instead hex code.

Text Font Color

.myTextColor { color: #6FCEB0; }

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

This text font color is #6FCEB0.

Background Color

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

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

This div background color is #6FCEB0.

Border color

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

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

This div border color is #6FCEB0.

Opacity

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

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

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

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

This text has shadow with #6FCEB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FCEB0.

Preview

Color preview on black background

This text has color #6FCEB0 on black background.


Color preview on white background

This text has color #6FCEB0 on white background.


Black color preview on #6FCEB0 background

This text has black color on #6FCEB0 background.


White color preview on #6FCEB0 background

This text has white color on #6FCEB0 background.


Related colors

Complementary color

Complementary color for #hex is #90314F.


I love getcolorcode.com

Triadic colors

1 #B06FCE and #CEB06F with #6FCEB0 are triadic colors.

2 #B0CE6F and #CE6FB0 with #6FCEB0 are triadic colors.