COLOR #6FDEC4

HEX: #6FDEC4 RGB: (111,222,196)

Color info

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

RGB color model

#6FDEC4 color RGB value is (111,222,196).

RGB: (111,222,196) (44%, 87%, 77%)

RGB channels and saturation

R 111 of 255 = 44%
G 222 of 255 = 87%
B 196 of 255 = 77%

111
222
196

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

Portions of RGB colors in percentages

R + G + B = 111 + 222 + 196 = 529 (100%)
R 111 of 529 ~ 20.98%
G 222 of 529 ~ 41.97%
B 196 of 529 ~ 37.05'%

%20.98
%41.97
%37.05

CMYK color model

#6FDEC4 color CMYK value is (50,0,12,13).

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

CMYK: (50,0,12,13)
C50M0Y12K13 (50%, 0%, 12%, 13%)
(0.50 / 0.00 / 0.12 / 0.13)

CMYK percentages

%50
%0
%11.71
%12.94

Codes

Color #6FDEC4 in popluar color models

6F DE C4
RGB 111 222 196
HSL 166° 62.71% 65.29%
HSB/HSV 166° 50.00% 87.06%
CMYK 50.00% 0.00% 11.71%
12.94%

Color #6FDEC4 in popluar number systems.

HEX 6F DE C4
Decimal 111 222 196
Binary 1101111 11011110 11000100
Octal 157 336 304

Shades and tints

Shades of #6FDEC4

#6FDEC4
(111,222,196)
#65CAB3
(101,202,179)
#5BB6A2
(91,182,162)
#51A291
(81,162,145)
#478E80
(71,142,128)
#3D7A6F
(61,122,111)
#33665E
(51,102,94)
#29524D
(41,82,77)
#1F3E3C
(31,62,60)
#152A2B
(21,42,43)
#0B161A
(11,22,26)
#000000
(0,0,0)

Tints of #6FDEC4

#6FDEC4
(111,222,196)
#7CE1C9
(124,225,201)
#89E4CE
(137,228,206)
#96E7D3
(150,231,211)
#A3EAD8
(163,234,216)
#B0EDDD
(176,237,221)
#BDF0E2
(189,240,226)
#CAF3E7
(202,243,231)
#D7F6EC
(215,246,236)
#E4F9F1
(228,249,241)
#F1FCF6
(241,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FDEC4; }

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

This text font color is #6FDEC4.

Background Color

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

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

This div background color is #6FDEC4.

Border color

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

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

This div border color is #6FDEC4.

Opacity

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

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

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

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

This text has shadow with #6FDEC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FDEC4.

Preview

Color preview on black background

This text has color #6FDEC4 on black background.


Color preview on white background

This text has color #6FDEC4 on white background.


Black color preview on #6FDEC4 background

This text has black color on #6FDEC4 background.


White color preview on #6FDEC4 background

This text has white color on #6FDEC4 background.


Related colors

Complementary color

Complementary color for #hex is #90213B.


I love getcolorcode.com

Triadic colors

1 #C46FDE and #DEC46F with #6FDEC4 are triadic colors.

2 #C4DE6F and #DE6FC4 with #6FDEC4 are triadic colors.