COLOR #6FCADD

HEX: #6FCADD
RGB: (111,202,221)

Color info

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

RGB color model

#6FCADD color RGB value is (111,202,221).

  • red value is 111;
  • green value is 202;
  • blue value is 221.
RGB:
(111,202,221)
(44%,79%,87%)

RGB channels and saturation

R 111 of 255 = 44%
G 202 of 255 = 79%
B 221 of 255 = 87%

111
202
221

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

Portions of RGB colors in percentages

R + G + B =
111 + 202 + 221 = 534 (100%)
R 111 of 534 ~ 20.79%
G 202 of 534 ~ 37.83%
B 221 of 534 ~ 41.39%

%20.79
%37.83
%41.39

CMYK color model

#6FCADD color CMYK value is (50,9,0,13).

  • cyan value is 49.77%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(50,9,0,13)
C50M9Y0K13 
(50%,9%,0%,13%)
(0.50/0.09/0.00/0.13)	

CMYK percentages

%49.77
%8.6
%0
%13.33

Codes

Color #6FCADD in popluar color models

6FCADD
RGB111202221
HSL190°61.80%65.10%
HSB/HSV190°49.77%86.67%
CMYK49.77%8.60%0.00%
13.33%

Color #6FCADD in popluar number systems.

HEX6FCADD
Decimal111202221
Binary11011111100101011011101
Octal157312335

Shades and tints

Shades of #6FCADD

#6FCADD
(111,202,221)
#65B8C9
(101,184,201)
#5BA6B5
(91,166,181)
#5194A1
(81,148,161)
#47828D
(71,130,141)
#3D7079
(61,112,121)
#335E65
(51,94,101)
#294C51
(41,76,81)
#1F3A3D
(31,58,61)
#152829
(21,40,41)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #6FCADD

#6FCADD
(111,202,221)
#7CCEE0
(124,206,224)
#89D2E3
(137,210,227)
#96D6E6
(150,214,230)
#A3DAE9
(163,218,233)
#B0DEEC
(176,222,236)
#BDE2EF
(189,226,239)
#CAE6F2
(202,230,242)
#D7EAF5
(215,234,245)
#E4EEF8
(228,238,248)
#F1F2FB
(241,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCADD color. Also use rgb(111,202,221) instead hex code.

Text Font Color

.myTextColor { color: #6FCADD; }

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

This text font color is #6FCADD.


Background Color

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

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

This div background color is #6FCADD.


Border color

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

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

This div border color is #6FCADD.


Opacity

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

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

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

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

This text has shadow with #6FCADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCADD on black background.


Color preview on white background

This text has color #6FCADD on white background.



Black color preview on #6FCADD background

This text has black color on #6FCADD background.


White color preview on #6FCADD background

This text has white color on #6FCADD background.