COLOR #6DCDE3

HEX: #6DCDE3
RGB: (109,205,227)

Color info

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

RGB color model

#6DCDE3 color RGB value is (109,205,227).

  • red value is 109;
  • green value is 205;
  • blue value is 227.
RGB:
(109,205,227)
(43%,80%,89%)

RGB channels and saturation

R 109 of 255 = 43%
G 205 of 255 = 80%
B 227 of 255 = 89%

109
205
227

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

Portions of RGB colors in percentages

R + G + B =
109 + 205 + 227 = 541 (100%)
R 109 of 541 ~ 20.15%
G 205 of 541 ~ 37.89%
B 227 of 541 ~ 41.96%

%20.15
%37.89
%41.96

CMYK color model

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

  • cyan value is 51.98%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(52,10,0,11)
C52M10Y0K11 
(52%,10%,0%,11%)
(0.52/0.10/0.00/0.11)	

CMYK percentages

%51.98
%9.69
%0
%10.98

Codes

Color #6DCDE3 in popluar color models

6DCDE3
RGB109205227
HSL191°67.82%65.88%
HSB/HSV191°51.98%89.02%
CMYK51.98%9.69%0.00%
10.98%

Color #6DCDE3 in popluar number systems.

HEX6DCDE3
Decimal109205227
Binary11011011100110111100011
Octal155315343

Shades and tints

Shades of #6DCDE3

#6DCDE3
(109,205,227)
#64BBCF
(100,187,207)
#5BA9BB
(91,169,187)
#5297A7
(82,151,167)
#498593
(73,133,147)
#40737F
(64,115,127)
#37616B
(55,97,107)
#2E4F57
(46,79,87)
#253D43
(37,61,67)
#1C2B2F
(28,43,47)
#13191B
(19,25,27)
#000000
(0,0,0)

Tints of #6DCDE3

#6DCDE3
(109,205,227)
#7AD1E5
(122,209,229)
#87D5E7
(135,213,231)
#94D9E9
(148,217,233)
#A1DDEB
(161,221,235)
#AEE1ED
(174,225,237)
#BBE5EF
(187,229,239)
#C8E9F1
(200,233,241)
#D5EDF3
(213,237,243)
#E2F1F5
(226,241,245)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCDE3 color. Also use rgb(109,205,227) instead hex code.

Text Font Color

.myTextColor { color: #6DCDE3; }

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

This text font color is #6DCDE3.


Background Color

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

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

This div background color is #6DCDE3.


Border color

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

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

This div border color is #6DCDE3.


Opacity

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

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

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

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

This text has shadow with #6DCDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DCDE3 on black background.


Color preview on white background

This text has color #6DCDE3 on white background.



Black color preview on #6DCDE3 background

This text has black color on #6DCDE3 background.


White color preview on #6DCDE3 background

This text has white color on #6DCDE3 background.