COLOR #6CEBD5

HEX: #6CEBD5
RGB: (108,235,213)

Color info

#6CEBD5 contains mainly green and blue colors. Web safe color of #6CEBD5 is #66FFCC (or #6FC).

RGB color model

#6CEBD5 color RGB value is (108,235,213).

  • red value is 108;
  • green value is 235;
  • blue value is 213.
RGB:
(108,235,213)
(42%,92%,84%)

RGB channels and saturation

R 108 of 255 = 42%
G 235 of 255 = 92%
B 213 of 255 = 84%

108
235
213

R + G + B ~ 73%. #6CEBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 235 + 213 = 556 (100%)
R 108 of 556 ~ 19.42%
G 235 of 556 ~ 42.27%
B 213 of 556 ~ 38.31%

%19.42
%42.27
%38.31

CMYK color model

#6CEBD5 color CMYK value is (54,0,9,8).

  • cyan value is 54.04%
  • magenta value is 0.00%
  • yellow value is 9.36%
  • key color value is 7.84%
CMYK:
(54,0,9,8)
C54M0Y9K8 
(54%,0%,9%,8%)
(0.54/0.00/0.09/0.08)	

CMYK percentages

%54.04
%0
%9.36
%7.84

Codes

Color #6CEBD5 in popluar color models

6CEBD5
RGB108235213
HSL170°76.05%67.25%
HSB/HSV170°54.04%92.16%
CMYK54.04%0.00%9.36%
7.84%

Color #6CEBD5 in popluar number systems.

HEX6CEBD5
Decimal108235213
Binary11011001110101111010101
Octal154353325

Shades and tints

Shades of #6CEBD5

#6CEBD5
(108,235,213)
#63D6C2
(99,214,194)
#5AC1AF
(90,193,175)
#51AC9C
(81,172,156)
#489789
(72,151,137)
#3F8276
(63,130,118)
#366D63
(54,109,99)
#2D5850
(45,88,80)
#24433D
(36,67,61)
#1B2E2A
(27,46,42)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #6CEBD5

#6CEBD5
(108,235,213)
#79ECD8
(121,236,216)
#86EDDB
(134,237,219)
#93EEDE
(147,238,222)
#A0EFE1
(160,239,225)
#ADF0E4
(173,240,228)
#BAF1E7
(186,241,231)
#C7F2EA
(199,242,234)
#D4F3ED
(212,243,237)
#E1F4F0
(225,244,240)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CEBD5 color. Also use rgb(108,235,213) instead hex code.

Text Font Color

.myTextColor { color: #6CEBD5; }

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

This text font color is #6CEBD5.


Background Color

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

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

This div background color is #6CEBD5.


Border color

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

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

This div border color is #6CEBD5.


Opacity

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

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

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

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

This text has shadow with #6CEBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CEBD5 on black background.


Color preview on white background

This text has color #6CEBD5 on white background.



Black color preview on #6CEBD5 background

This text has black color on #6CEBD5 background.


White color preview on #6CEBD5 background

This text has white color on #6CEBD5 background.