COLOR #6EBDA3

HEX: #6EBDA3
RGB: (110,189,163)

Color info

#6EBDA3 contains mainly green and blue colors. Web safe color of #6EBDA3 is #66CC99 (or #6C9).

RGB color model

#6EBDA3 color RGB value is (110,189,163).

  • red value is 110;
  • green value is 189;
  • blue value is 163.
RGB:
(110,189,163)
(43%,74%,64%)

RGB channels and saturation

R 110 of 255 = 43%
G 189 of 255 = 74%
B 163 of 255 = 64%

110
189
163

R + G + B ~ 60%. #6EBDA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 189 + 163 = 462 (100%)
R 110 of 462 ~ 23.81%
G 189 of 462 ~ 40.91%
B 163 of 462 ~ 35.28%

%23.81
%40.91
%35.28

CMYK color model

#6EBDA3 color CMYK value is (42,0,14,26).

  • cyan value is 41.80%
  • magenta value is 0.00%
  • yellow value is 13.76%
  • key color value is 25.88%
CMYK:
(42,0,14,26)
C42M0Y14K26 
(42%,0%,14%,26%)
(0.42/0.00/0.14/0.26)	

CMYK percentages

%41.8
%0
%13.76
%25.88

Codes

Color #6EBDA3 in popluar color models

6EBDA3
RGB110189163
HSL160°37.44%58.63%
HSB/HSV160°41.80%74.12%
CMYK41.80%0.00%13.76%
25.88%

Color #6EBDA3 in popluar number systems.

HEX6EBDA3
Decimal110189163
Binary11011101011110110100011
Octal156275243

Shades and tints

Shades of #6EBDA3

#6EBDA3
(110,189,163)
#64AC95
(100,172,149)
#5A9B87
(90,155,135)
#508A79
(80,138,121)
#46796B
(70,121,107)
#3C685D
(60,104,93)
#32574F
(50,87,79)
#284641
(40,70,65)
#1E3533
(30,53,51)
#142425
(20,36,37)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #6EBDA3

#6EBDA3
(110,189,163)
#7BC3AB
(123,195,171)
#88C9B3
(136,201,179)
#95CFBB
(149,207,187)
#A2D5C3
(162,213,195)
#AFDBCB
(175,219,203)
#BCE1D3
(188,225,211)
#C9E7DB
(201,231,219)
#D6EDE3
(214,237,227)
#E3F3EB
(227,243,235)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBDA3 color. Also use rgb(110,189,163) instead hex code.

Text Font Color

.myTextColor { color: #6EBDA3; }

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

This text font color is #6EBDA3.


Background Color

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

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

This div background color is #6EBDA3.


Border color

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

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

This div border color is #6EBDA3.


Opacity

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

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

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

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

This text has shadow with #6EBDA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBDA3 on black background.


Color preview on white background

This text has color #6EBDA3 on white background.



Black color preview on #6EBDA3 background

This text has black color on #6EBDA3 background.


White color preview on #6EBDA3 background

This text has white color on #6EBDA3 background.