COLOR #6EB284

HEX: #6EB284
RGB: (110,178,132)

Color info

#6EB284 contains mainly green and blue colors. Web safe color of #6EB284 is #669999 (or #699).

RGB color model

#6EB284 color RGB value is (110,178,132).

  • red value is 110;
  • green value is 178;
  • blue value is 132.
RGB:
(110,178,132)
(43%,70%,52%)

RGB channels and saturation

R 110 of 255 = 43%
G 178 of 255 = 70%
B 132 of 255 = 52%

110
178
132

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

Portions of RGB colors in percentages

R + G + B =
110 + 178 + 132 = 420 (100%)
R 110 of 420 ~ 26.19%
G 178 of 420 ~ 42.38%
B 132 of 420 ~ 31.43%

%26.19
%42.38
%31.43

CMYK color model

#6EB284 color CMYK value is (38,0,26,30).

  • cyan value is 38.20%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 30.20%
CMYK:
(38,0,26,30)
C38M0Y26K30 
(38%,0%,26%,30%)
(0.38/0.00/0.26/0.30)	

CMYK percentages

%38.2
%0
%25.84
%30.2

Codes

Color #6EB284 in popluar color models

6EB284
RGB110178132
HSL139°30.63%56.47%
HSB/HSV139°38.20%69.80%
CMYK38.20%0.00%25.84%
30.20%

Color #6EB284 in popluar number systems.

HEX6EB284
Decimal110178132
Binary11011101011001010000100
Octal156262204

Shades and tints

Shades of #6EB284

#6EB284
(110,178,132)
#64A278
(100,162,120)
#5A926C
(90,146,108)
#508260
(80,130,96)
#467254
(70,114,84)
#3C6248
(60,98,72)
#32523C
(50,82,60)
#284230
(40,66,48)
#1E3224
(30,50,36)
#142218
(20,34,24)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #6EB284

#6EB284
(110,178,132)
#7BB98F
(123,185,143)
#88C09A
(136,192,154)
#95C7A5
(149,199,165)
#A2CEB0
(162,206,176)
#AFD5BB
(175,213,187)
#BCDCC6
(188,220,198)
#C9E3D1
(201,227,209)
#D6EADC
(214,234,220)
#E3F1E7
(227,241,231)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB284 color. Also use rgb(110,178,132) instead hex code.

Text Font Color

.myTextColor { color: #6EB284; }

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

This text font color is #6EB284.


Background Color

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

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

This div background color is #6EB284.


Border color

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

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

This div border color is #6EB284.


Opacity

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

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

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

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

This text has shadow with #6EB284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB284 on black background.


Color preview on white background

This text has color #6EB284 on white background.



Black color preview on #6EB284 background

This text has black color on #6EB284 background.


White color preview on #6EB284 background

This text has white color on #6EB284 background.