COLOR #6FCCE2

HEX: #6FCCE2
RGB: (111,204,226)

Color info

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

RGB color model

#6FCCE2 color RGB value is (111,204,226).

  • red value is 111;
  • green value is 204;
  • blue value is 226.
RGB:
(111,204,226)
(44%,80%,89%)

RGB channels and saturation

R 111 of 255 = 44%
G 204 of 255 = 80%
B 226 of 255 = 89%

111
204
226

R + G + B ~ 71%. #6FCCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 204 + 226 = 541 (100%)
R 111 of 541 ~ 20.52%
G 204 of 541 ~ 37.71%
B 226 of 541 ~ 41.77%

%20.52
%37.71
%41.77

CMYK color model

#6FCCE2 color CMYK value is (51,10,0,11).

  • cyan value is 50.88%
  • magenta value is 9.73%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(51,10,0,11)
C51M10Y0K11 
(51%,10%,0%,11%)
(0.51/0.10/0.00/0.11)	

CMYK percentages

%50.88
%9.73
%0
%11.37

Codes

Color #6FCCE2 in popluar color models

6FCCE2
RGB111204226
HSL191°66.47%66.08%
HSB/HSV191°50.88%88.63%
CMYK50.88%9.73%0.00%
11.37%

Color #6FCCE2 in popluar number systems.

HEX6FCCE2
Decimal111204226
Binary11011111100110011100010
Octal157314342

Shades and tints

Shades of #6FCCE2

#6FCCE2
(111,204,226)
#65BACE
(101,186,206)
#5BA8BA
(91,168,186)
#5196A6
(81,150,166)
#478492
(71,132,146)
#3D727E
(61,114,126)
#33606A
(51,96,106)
#294E56
(41,78,86)
#1F3C42
(31,60,66)
#152A2E
(21,42,46)
#0B181A
(11,24,26)
#000000
(0,0,0)

Tints of #6FCCE2

#6FCCE2
(111,204,226)
#7CD0E4
(124,208,228)
#89D4E6
(137,212,230)
#96D8E8
(150,216,232)
#A3DCEA
(163,220,234)
#B0E0EC
(176,224,236)
#BDE4EE
(189,228,238)
#CAE8F0
(202,232,240)
#D7ECF2
(215,236,242)
#E4F0F4
(228,240,244)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FCCE2; }

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

This text font color is #6FCCE2.


Background Color

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

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

This div background color is #6FCCE2.


Border color

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

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

This div border color is #6FCCE2.


Opacity

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

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

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

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

This text has shadow with #6FCCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCCE2 on black background.


Color preview on white background

This text has color #6FCCE2 on white background.



Black color preview on #6FCCE2 background

This text has black color on #6FCCE2 background.


White color preview on #6FCCE2 background

This text has white color on #6FCCE2 background.