COLOR #6CECEE

HEX: #6CECEE
RGB: (108,236,238)

Color info

#6CECEE contains mainly green and blue colors. Web safe color of #6CECEE is #66FFFF (or #6FF).

RGB color model

#6CECEE color RGB value is (108,236,238).

  • red value is 108;
  • green value is 236;
  • blue value is 238.
RGB:
(108,236,238)
(42%,93%,93%)

RGB channels and saturation

R 108 of 255 = 42%
G 236 of 255 = 93%
B 238 of 255 = 93%

108
236
238

R + G + B ~ 76%. #6CECEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 236 + 238 = 582 (100%)
R 108 of 582 ~ 18.56%
G 236 of 582 ~ 40.55%
B 238 of 582 ~ 40.89%

%18.56
%40.55
%40.89

CMYK color model

#6CECEE color CMYK value is (55,1,0,7).

  • cyan value is 54.62%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(55,1,0,7)
C55M1Y0K7 
(55%,1%,0%,7%)
(0.55/0.01/0.00/0.07)	

CMYK percentages

%54.62
%0.84
%0
%6.67

Codes

Color #6CECEE in popluar color models

6CECEE
RGB108236238
HSL181°79.27%67.84%
HSB/HSV181°54.62%93.33%
CMYK54.62%0.84%0.00%
6.67%

Color #6CECEE in popluar number systems.

HEX6CECEE
Decimal108236238
Binary11011001110110011101110
Octal154354356

Shades and tints

Shades of #6CECEE

#6CECEE
(108,236,238)
#63D7D9
(99,215,217)
#5AC2C4
(90,194,196)
#51ADAF
(81,173,175)
#48989A
(72,152,154)
#3F8385
(63,131,133)
#366E70
(54,110,112)
#2D595B
(45,89,91)
#244446
(36,68,70)
#1B2F31
(27,47,49)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #6CECEE

#6CECEE
(108,236,238)
#79EDEF
(121,237,239)
#86EEF0
(134,238,240)
#93EFF1
(147,239,241)
#A0F0F2
(160,240,242)
#ADF1F3
(173,241,243)
#BAF2F4
(186,242,244)
#C7F3F5
(199,243,245)
#D4F4F6
(212,244,246)
#E1F5F7
(225,245,247)
#EEF6F8
(238,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CECEE color. Also use rgb(108,236,238) instead hex code.

Text Font Color

.myTextColor { color: #6CECEE; }

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

This text font color is #6CECEE.


Background Color

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

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

This div background color is #6CECEE.


Border color

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

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

This div border color is #6CECEE.


Opacity

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

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

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

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

This text has shadow with #6CECEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CECEE on black background.


Color preview on white background

This text has color #6CECEE on white background.



Black color preview on #6CECEE background

This text has black color on #6CECEE background.


White color preview on #6CECEE background

This text has white color on #6CECEE background.