COLOR #6EDCC5

HEX: #6EDCC5
RGB: (110,220,197)

Color info

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

RGB color model

#6EDCC5 color RGB value is (110,220,197).

  • red value is 110;
  • green value is 220;
  • blue value is 197.
RGB: (110,220,197) (43%,86%,77%)

RGB channels and saturation

R 110 of 255 = 43%
G 220 of 255 = 86%
B 197 of 255 = 77%

110
220
197

R + G + B ~ 69%. #6EDCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 220 + 197 = 527 (100%)
R 110 of 527 ~ 20.87%
G 220 of 527 ~ 41.75%
B 197 of 527 ~ 37.38%

%20.87
%41.75
%37.38

CMYK color model

#6EDCC5 color CMYK value is (50,0,10,14).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%
CMYK: (50,0,10,14) C50M0Y10K14 (50%,0%,10%,14%) (0.50/0.00/0.10/0.14)

CMYK percentages

%50
%0
%10.45
%13.73

Codes

Color #6EDCC5 in popluar color models

6EDCC5
RGB110220197
HSL167°61.11%64.71%
HSB/HSV167°50.00%86.27%
CMYK50.00%0.00%10.45%
13.73%

Color #6EDCC5 in popluar number systems.

HEX6EDCC5
Decimal110220197
Binary11011101101110011000101
Octal156334305

Shades and tints

Shades of #6EDCC5

#6EDCC5
(110,220,197)
#64C8B4
(100,200,180)
#5AB4A3
(90,180,163)
#50A092
(80,160,146)
#468C81
(70,140,129)
#3C7870
(60,120,112)
#32645F
(50,100,95)
#28504E
(40,80,78)
#1E3C3D
(30,60,61)
#14282C
(20,40,44)
#0A141B
(10,20,27)
#000000
(0,0,0)

Tints of #6EDCC5

#6EDCC5
(110,220,197)
#7BDFCA
(123,223,202)
#88E2CF
(136,226,207)
#95E5D4
(149,229,212)
#A2E8D9
(162,232,217)
#AFEBDE
(175,235,222)
#BCEEE3
(188,238,227)
#C9F1E8
(201,241,232)
#D6F4ED
(214,244,237)
#E3F7F2
(227,247,242)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EDCC5 color. Also use rgb(110,220,197) instead hex code.

Text Font Color

.myTextColor { color: #6EDCC5; }

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

This text font color is #6EDCC5.


Background Color

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

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

This div background color is #6EDCC5.


Border color

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

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

This div border color is #6EDCC5.


Opacity

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

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

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

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

This text has shadow with #6EDCC5 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6EDCC5 on black background.


Color preview on white background

This text has color #6EDCC5 on white background.



Black color preview on #6EDCC5 background

This text has black color on #6EDCC5 background.


White color preview on #6EDCC5 background

This text has white color on #6EDCC5 background.