COLOR #6FDEBE

HEX: #6FDEBE RGB: (111,222,190)

Color info

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

RGB color model

#6FDEBE color RGB value is (111,222,190).

RGB: (111,222,190) (44%, 87%, 75%)

RGB channels and saturation

R 111 of 255 = 44%
G 222 of 255 = 87%
B 190 of 255 = 75%

111
222
190

R + G + B ~ 69%. #6FDEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 222 + 190 = 523 (100%)
R 111 of 523 ~ 21.22%
G 222 of 523 ~ 42.45%
B 190 of 523 ~ 36.33'%

%21.22
%42.45
%36.33

CMYK color model

#6FDEBE color CMYK value is (50,0,14,13).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 14.41%
  • key color value is 12.94%

CMYK: (50,0,14,13)
C50M0Y14K13 (50%, 0%, 14%, 13%)
(0.50 / 0.00 / 0.14 / 0.13)

CMYK percentages

%50
%0
%14.41
%12.94

Codes

Color #6FDEBE in popluar color models

6F DE BE
RGB 111 222 190
HSL 163° 62.71% 65.29%
HSB/HSV 163° 50.00% 87.06%
CMYK 50.00% 0.00% 14.41%
12.94%

Color #6FDEBE in popluar number systems.

HEX 6F DE BE
Decimal 111 222 190
Binary 1101111 11011110 10111110
Octal 157 336 276

Shades and tints

Shades of #6FDEBE

#6FDEBE
(111,222,190)
#65CAAD
(101,202,173)
#5BB69C
(91,182,156)
#51A28B
(81,162,139)
#478E7A
(71,142,122)
#3D7A69
(61,122,105)
#336658
(51,102,88)
#295247
(41,82,71)
#1F3E36
(31,62,54)
#152A25
(21,42,37)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #6FDEBE

#6FDEBE
(111,222,190)
#7CE1C3
(124,225,195)
#89E4C8
(137,228,200)
#96E7CD
(150,231,205)
#A3EAD2
(163,234,210)
#B0EDD7
(176,237,215)
#BDF0DC
(189,240,220)
#CAF3E1
(202,243,225)
#D7F6E6
(215,246,230)
#E4F9EB
(228,249,235)
#F1FCF0
(241,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FDEBE color. Also use rgb(111,222,190) instead hex code.

Text Font Color

.myTextColor { color: #6FDEBE; }

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

This text font color is #6FDEBE.

Background Color

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

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

This div background color is #6FDEBE.

Border color

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

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

This div border color is #6FDEBE.

Opacity

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

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

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

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

This text has shadow with #6FDEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FDEBE.

Preview

Color preview on black background

This text has color #6FDEBE on black background.


Color preview on white background

This text has color #6FDEBE on white background.


Black color preview on #6FDEBE background

This text has black color on #6FDEBE background.


White color preview on #6FDEBE background

This text has white color on #6FDEBE background.


Related colors

Complementary color

Complementary color for #hex is #902141.


I love getcolorcode.com

Triadic colors

1 #BE6FDE and #DEBE6F with #6FDEBE are triadic colors.

2 #BEDE6F and #DE6FBE with #6FDEBE are triadic colors.