COLOR #6FCFDA

HEX: #6FCFDA
RGB: (111,207,218)

Color info

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

RGB color model

#6FCFDA color RGB value is (111,207,218).

  • red value is 111;
  • green value is 207;
  • blue value is 218.
RGB:
(111,207,218)
(44%,81%,85%)

RGB channels and saturation

R 111 of 255 = 44%
G 207 of 255 = 81%
B 218 of 255 = 85%

111
207
218

R + G + B ~ 70%. #6FCFDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 207 + 218 = 536 (100%)
R 111 of 536 ~ 20.71%
G 207 of 536 ~ 38.62%
B 218 of 536 ~ 40.67%

%20.71
%38.62
%40.67

CMYK color model

#6FCFDA color CMYK value is (49,5,0,15).

  • cyan value is 49.08%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(49,5,0,15)
C49M5Y0K15 
(49%,5%,0%,15%)
(0.49/0.05/0.00/0.15)	

CMYK percentages

%49.08
%5.05
%0
%14.51

Codes

Color #6FCFDA in popluar color models

6FCFDA
RGB111207218
HSL186°59.12%64.51%
HSB/HSV186°49.08%85.49%
CMYK49.08%5.05%0.00%
14.51%

Color #6FCFDA in popluar number systems.

HEX6FCFDA
Decimal111207218
Binary11011111100111111011010
Octal157317332

Shades and tints

Shades of #6FCFDA

#6FCFDA
(111,207,218)
#65BDC7
(101,189,199)
#5BABB4
(91,171,180)
#5199A1
(81,153,161)
#47878E
(71,135,142)
#3D757B
(61,117,123)
#336368
(51,99,104)
#295155
(41,81,85)
#1F3F42
(31,63,66)
#152D2F
(21,45,47)
#0B1B1C
(11,27,28)
#000000
(0,0,0)

Tints of #6FCFDA

#6FCFDA
(111,207,218)
#7CD3DD
(124,211,221)
#89D7E0
(137,215,224)
#96DBE3
(150,219,227)
#A3DFE6
(163,223,230)
#B0E3E9
(176,227,233)
#BDE7EC
(189,231,236)
#CAEBEF
(202,235,239)
#D7EFF2
(215,239,242)
#E4F3F5
(228,243,245)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCFDA color. Also use rgb(111,207,218) instead hex code.

Text Font Color

.myTextColor { color: #6FCFDA; }

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

This text font color is #6FCFDA.


Background Color

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

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

This div background color is #6FCFDA.


Border color

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

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

This div border color is #6FCFDA.


Opacity

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

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

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

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

This text has shadow with #6FCFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCFDA on black background.


Color preview on white background

This text has color #6FCFDA on white background.



Black color preview on #6FCFDA background

This text has black color on #6FCFDA background.


White color preview on #6FCFDA background

This text has white color on #6FCFDA background.