COLOR #6FCCC3

HEX: #6FCCC3 RGB: (111,204,195)

Color info

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

RGB color model

#6FCCC3 color RGB value is (111,204,195).

RGB: (111,204,195) (44%, 80%, 76%)

RGB channels and saturation

R 111 of 255 = 44%
G 204 of 255 = 80%
B 195 of 255 = 76%

111
204
195

R + G + B ~ 67%. #6FCCC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 204 + 195 = 510 (100%)
R 111 of 510 ~ 21.76%
G 204 of 510 ~ 40%
B 195 of 510 ~ 38.24'%

%21.76
%40
%38.24

CMYK color model

#6FCCC3 color CMYK value is (46,0,4,20).

  • cyan value is 45.59%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%

CMYK: (46,0,4,20)
C46M0Y4K20 (46%, 0%, 4%, 20%)
(0.46 / 0.00 / 0.04 / 0.20)

CMYK percentages

%45.59
%0
%4.41
%20

Codes

Color #6FCCC3 in popluar color models

6F CC C3
RGB 111 204 195
HSL 174° 47.69% 61.76%
HSB/HSV 174° 45.59% 80.00%
CMYK 45.59% 0.00% 4.41%
20.00%

Color #6FCCC3 in popluar number systems.

HEX 6F CC C3
Decimal 111 204 195
Binary 1101111 11001100 11000011
Octal 157 314 303

Shades and tints

Shades of #6FCCC3

#6FCCC3
(111,204,195)
#65BAB2
(101,186,178)
#5BA8A1
(91,168,161)
#519690
(81,150,144)
#47847F
(71,132,127)
#3D726E
(61,114,110)
#33605D
(51,96,93)
#294E4C
(41,78,76)
#1F3C3B
(31,60,59)
#152A2A
(21,42,42)
#0B1819
(11,24,25)
#000000
(0,0,0)

Tints of #6FCCC3

#6FCCC3
(111,204,195)
#7CD0C8
(124,208,200)
#89D4CD
(137,212,205)
#96D8D2
(150,216,210)
#A3DCD7
(163,220,215)
#B0E0DC
(176,224,220)
#BDE4E1
(189,228,225)
#CAE8E6
(202,232,230)
#D7ECEB
(215,236,235)
#E4F0F0
(228,240,240)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCCC3 color. Also use rgb(111,204,195) instead hex code.

Text Font Color

.myTextColor { color: #6FCCC3; }

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

This text font color is #6FCCC3.

Background Color

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

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

This div background color is #6FCCC3.

Border color

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

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

This div border color is #6FCCC3.

Opacity

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

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

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

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

This text has shadow with #6FCCC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FCCC3.

Preview

Color preview on black background

This text has color #6FCCC3 on black background.


Color preview on white background

This text has color #6FCCC3 on white background.


Black color preview on #6FCCC3 background

This text has black color on #6FCCC3 background.


White color preview on #6FCCC3 background

This text has white color on #6FCCC3 background.


Related colors

Complementary color

Complementary color for #hex is #90333C.


I love getcolorcode.com

Triadic colors

1 #C36FCC and #CCC36F with #6FCCC3 are triadic colors.

2 #C3CC6F and #CC6FC3 with #6FCCC3 are triadic colors.