COLOR #6DDAE3

HEX: #6DDAE3
RGB: (109,218,227)

Color info

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

RGB color model

#6DDAE3 color RGB value is (109,218,227).

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

RGB channels and saturation

R 109 of 255 = 43%
G 218 of 255 = 85%
B 227 of 255 = 89%

109
218
227

R + G + B ~ 72%. #6DDAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 218 + 227 = 554 (100%)
R 109 of 554 ~ 19.68%
G 218 of 554 ~ 39.35%
B 227 of 554 ~ 40.97%

%19.68
%39.35
%40.97

CMYK color model

#6DDAE3 color CMYK value is (52,4,0,11).

  • cyan value is 51.98%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(52,4,0,11)
C52M4Y0K11 
(52%,4%,0%,11%)
(0.52/0.04/0.00/0.11)	

CMYK percentages

%51.98
%3.96
%0
%10.98

Codes

Color #6DDAE3 in popluar color models

6DDAE3
RGB109218227
HSL185°67.82%65.88%
HSB/HSV185°51.98%89.02%
CMYK51.98%3.96%0.00%
10.98%

Color #6DDAE3 in popluar number systems.

HEX6DDAE3
Decimal109218227
Binary11011011101101011100011
Octal155332343

Shades and tints

Shades of #6DDAE3

#6DDAE3
(109,218,227)
#64C7CF
(100,199,207)
#5BB4BB
(91,180,187)
#52A1A7
(82,161,167)
#498E93
(73,142,147)
#407B7F
(64,123,127)
#37686B
(55,104,107)
#2E5557
(46,85,87)
#254243
(37,66,67)
#1C2F2F
(28,47,47)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #6DDAE3

#6DDAE3
(109,218,227)
#7ADDE5
(122,221,229)
#87E0E7
(135,224,231)
#94E3E9
(148,227,233)
#A1E6EB
(161,230,235)
#AEE9ED
(174,233,237)
#BBECEF
(187,236,239)
#C8EFF1
(200,239,241)
#D5F2F3
(213,242,243)
#E2F5F5
(226,245,245)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DDAE3; }

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

This text font color is #6DDAE3.


Background Color

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

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

This div background color is #6DDAE3.


Border color

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

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

This div border color is #6DDAE3.


Opacity

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

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

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

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

This text has shadow with #6DDAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DDAE3 on black background.


Color preview on white background

This text has color #6DDAE3 on white background.



Black color preview on #6DDAE3 background

This text has black color on #6DDAE3 background.


White color preview on #6DDAE3 background

This text has white color on #6DDAE3 background.