COLOR #6E877D

HEX: #6E877D
RGB: (110,135,125)

Renk bilgisi

#6E877D contains red, green and blue colors in about the same proportion. #6E877D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#6E877D color RGB value is (110,135,125).

  • kırmız ton 110;
  • yeşil ton 135;
  • mavi ton 125.
RGB:
(110,135,125)
(43%,53%,49%)

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 135 of 255 = 53%
B 125 of 255 = 49%

110
135
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 135 + 125 = 370 (100%)
R 110 of 370 ~ 29.73%
G 135 of 370 ~ 36.49%
B 125 of 370 ~ 33.78%

%29.73
%36.49
%33.78

CMYK RENK MODELİ

#6E877D rengi CMYK tonu (19,0,7,47).

  • camgöbeği tonu 18.52%
  • eflatun tonu 0.00%
  • sarı tonu 7.41%
  • ana renk tonu 47.06%
CMYK:
(19,0,7,47)
C19M0Y7K47 
(19%,0%,7%,47%)
(0.19/0.00/0.07/0.47)	

CMYK yüzdeleri

%18.52
%0
%7.41
%47.06

Codes

Color #6E877D in popluar color models

6E877D
RGB110135125
HSL156°10.20%48.04%
HSB/HSV156°18.52%52.94%
CMYK18.52%0.00%7.41%
47.06%

Color #6E877D in popluar number systems.

HEX6E877D
Decimal110135125
Binary1101110100001111111101
Octal156207175

Shades and tints

Shades of #6E877D

#6E877D
(110,135,125)
#647B72
(100,123,114)
#5A6F67
(90,111,103)
#50635C
(80,99,92)
#465751
(70,87,81)
#3C4B46
(60,75,70)
#323F3B
(50,63,59)
#283330
(40,51,48)
#1E2725
(30,39,37)
#141B1A
(20,27,26)
#0A0F0F
(10,15,15)
#000000
(0,0,0)

Tints of #6E877D

#6E877D
(110,135,125)
#7B9188
(123,145,136)
#889B93
(136,155,147)
#95A59E
(149,165,158)
#A2AFA9
(162,175,169)
#AFB9B4
(175,185,180)
#BCC3BF
(188,195,191)
#C9CDCA
(201,205,202)
#D6D7D5
(214,215,213)
#E3E1E0
(227,225,224)
#F0EBEB
(240,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E877D color. Also use rgb(110,135,125) instead hex code.

Text Font Color

.myTextColor { color: #6E877D; }

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

This text font color is #6E877D.


Background Color

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

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

This div background color is #6E877D.


Border color

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

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

This div border color is #6E877D.


Opacity

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

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

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

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

This text has shadow with #6E877D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E877D on black background.


Color preview on white background

This text has color #6E877D on white background.



Black color preview on #6E877D background

This text has black color on #6E877D background.


White color preview on #6E877D background

This text has white color on #6E877D background.