COLOR #6EBECC

HEX: #6EBECC
RGB: (110,190,204)

Color info

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

RGB color model

#6EBECC color RGB value is (110,190,204).

  • red value is 110;
  • green value is 190;
  • blue value is 204.
RGB:
(110,190,204)
(43%,75%,80%)

RGB channels and saturation

R 110 of 255 = 43%
G 190 of 255 = 75%
B 204 of 255 = 80%

110
190
204

R + G + B ~ 66%. #6EBECC is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 190 + 204 = 504 (100%)
R 110 of 504 ~ 21.83%
G 190 of 504 ~ 37.7%
B 204 of 504 ~ 40.48%

%21.83
%37.7
%40.48

CMYK color model

#6EBECC color CMYK value is (46,7,0,20).

  • cyan value is 46.08%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(46,7,0,20)
C46M7Y0K20 
(46%,7%,0%,20%)
(0.46/0.07/0.00/0.20)	

CMYK percentages

%46.08
%6.86
%0
%20

Codes

Color #6EBECC in popluar color models

6EBECC
RGB110190204
HSL189°47.96%61.57%
HSB/HSV189°46.08%80.00%
CMYK46.08%6.86%0.00%
20.00%

Color #6EBECC in popluar number systems.

HEX6EBECC
Decimal110190204
Binary11011101011111011001100
Octal156276314

Shades and tints

Shades of #6EBECC

#6EBECC
(110,190,204)
#64ADBA
(100,173,186)
#5A9CA8
(90,156,168)
#508B96
(80,139,150)
#467A84
(70,122,132)
#3C6972
(60,105,114)
#325860
(50,88,96)
#28474E
(40,71,78)
#1E363C
(30,54,60)
#14252A
(20,37,42)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #6EBECC

#6EBECC
(110,190,204)
#7BC3D0
(123,195,208)
#88C8D4
(136,200,212)
#95CDD8
(149,205,216)
#A2D2DC
(162,210,220)
#AFD7E0
(175,215,224)
#BCDCE4
(188,220,228)
#C9E1E8
(201,225,232)
#D6E6EC
(214,230,236)
#E3EBF0
(227,235,240)
#F0F0F4
(240,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBECC color. Also use rgb(110,190,204) instead hex code.

Text Font Color

.myTextColor { color: #6EBECC; }

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

This text font color is #6EBECC.


Background Color

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

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

This div background color is #6EBECC.


Border color

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

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

This div border color is #6EBECC.


Opacity

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

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

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

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

This text has shadow with #6EBECC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBECC on black background.


Color preview on white background

This text has color #6EBECC on white background.



Black color preview on #6EBECC background

This text has black color on #6EBECC background.


White color preview on #6EBECC background

This text has white color on #6EBECC background.