COLOR #6FCDE5

HEX: #6FCDE5
RGB: (111,205,229)

Color info

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

RGB color model

#6FCDE5 color RGB value is (111,205,229).

  • red value is 111;
  • green value is 205;
  • blue value is 229.
RGB:
(111,205,229)
(44%,80%,90%)

RGB channels and saturation

R 111 of 255 = 44%
G 205 of 255 = 80%
B 229 of 255 = 90%

111
205
229

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

Portions of RGB colors in percentages

R + G + B =
111 + 205 + 229 = 545 (100%)
R 111 of 545 ~ 20.37%
G 205 of 545 ~ 37.61%
B 229 of 545 ~ 42.02%

%20.37
%37.61
%42.02

CMYK color model

#6FCDE5 color CMYK value is (52,10,0,10).

  • cyan value is 51.53%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(52,10,0,10)
C52M10Y0K10 
(52%,10%,0%,10%)
(0.52/0.10/0.00/0.10)	

CMYK percentages

%51.53
%10.48
%0
%10.2

Codes

Color #6FCDE5 in popluar color models

6FCDE5
RGB111205229
HSL192°69.41%66.67%
HSB/HSV192°51.53%89.80%
CMYK51.53%10.48%0.00%
10.20%

Color #6FCDE5 in popluar number systems.

HEX6FCDE5
Decimal111205229
Binary11011111100110111100101
Octal157315345

Shades and tints

Shades of #6FCDE5

#6FCDE5
(111,205,229)
#65BBD1
(101,187,209)
#5BA9BD
(91,169,189)
#5197A9
(81,151,169)
#478595
(71,133,149)
#3D7381
(61,115,129)
#33616D
(51,97,109)
#294F59
(41,79,89)
#1F3D45
(31,61,69)
#152B31
(21,43,49)
#0B191D
(11,25,29)
#000000
(0,0,0)

Tints of #6FCDE5

#6FCDE5
(111,205,229)
#7CD1E7
(124,209,231)
#89D5E9
(137,213,233)
#96D9EB
(150,217,235)
#A3DDED
(163,221,237)
#B0E1EF
(176,225,239)
#BDE5F1
(189,229,241)
#CAE9F3
(202,233,243)
#D7EDF5
(215,237,245)
#E4F1F7
(228,241,247)
#F1F5F9
(241,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FCDE5 color. Also use rgb(111,205,229) instead hex code.

Text Font Color

.myTextColor { color: #6FCDE5; }

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

This text font color is #6FCDE5.


Background Color

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

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

This div background color is #6FCDE5.


Border color

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

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

This div border color is #6FCDE5.


Opacity

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

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

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

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

This text has shadow with #6FCDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FCDE5 on black background.


Color preview on white background

This text has color #6FCDE5 on white background.



Black color preview on #6FCDE5 background

This text has black color on #6FCDE5 background.


White color preview on #6FCDE5 background

This text has white color on #6FCDE5 background.