COLOR #6EBF93

HEX: #6EBF93 RGB: (110,191,147)

Color info

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

RGB color model

#6EBF93 color RGB value is (110,191,147).

RGB: (110,191,147) (43%, 75%, 58%)

RGB channels and saturation

R 110 of 255 = 43%
G 191 of 255 = 75%
B 147 of 255 = 58%

110
191
147

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

Portions of RGB colors in percentages

R + G + B = 110 + 191 + 147 = 448 (100%)
R 110 of 448 ~ 24.55%
G 191 of 448 ~ 42.63%
B 147 of 448 ~ 32.81'%

%24.55
%42.63
%32.81

CMYK color model

#6EBF93 color CMYK value is (42,0,23,25).

  • cyan value is 42.41%
  • magenta value is 0.00%
  • yellow value is 23.04%
  • key color value is 25.10%
CMYK: (42,0,23,25) C42M0Y23K25 (42%,0%,23%,25%) (0.42/0.00/0.23/0.25) 

CMYK percentages

%42.41
%0
%23.04
%25.1

Codes

Color #6EBF93 in popluar color models

6E BF 93
RGB 110 191 147
HSL 147° 38.76% 59.02%
HSB/HSV 147° 42.41% 74.90%
CMYK 42.41% 0.00% 23.04%
25.10%

Color #6EBF93 in popluar number systems.

HEX 6E BF 93
Decimal 110 191 147
Binary 1101110 10111111 10010011
Octal 156 277 223

Shades and tints

Shades of #6EBF93

#6EBF93
(110,191,147)
#64AE86
(100,174,134)
#5A9D79
(90,157,121)
#508C6C
(80,140,108)
#467B5F
(70,123,95)
#3C6A52
(60,106,82)
#325945
(50,89,69)
#284838
(40,72,56)
#1E372B
(30,55,43)
#14261E
(20,38,30)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #6EBF93

#6EBF93
(110,191,147)
#7BC49C
(123,196,156)
#88C9A5
(136,201,165)
#95CEAE
(149,206,174)
#A2D3B7
(162,211,183)
#AFD8C0
(175,216,192)
#BCDDC9
(188,221,201)
#C9E2D2
(201,226,210)
#D6E7DB
(214,231,219)
#E3ECE4
(227,236,228)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBF93 color. Also use rgb(110,191,147) instead hex code.

Text Font Color

.myTextColor { color: #6EBF93; }

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

This text font color is #6EBF93.

Background Color

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

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

This div background color is #6EBF93.

Border color

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

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

This div border color is #6EBF93.

Opacity

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

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

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

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

This text has shadow with #6EBF93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EBF93.

Preview

Color preview on black background

This text has color #6EBF93 on black background.


Color preview on white background

This text has color #6EBF93 on white background.


Black color preview on #6EBF93 background

This text has black color on #6EBF93 background.


White color preview on #6EBF93 background

This text has white color on #6EBF93 background.


Related colors

Complementary color

Complementary color for #hex is #91406C.


I love getcolorcode.com

Triadic colors

1 #936EBF and #BF936E with #6EBF93 are triadic colors.

2 #93BF6E and #BF6E93 with #6EBF93 are triadic colors.