COLOR #6E827D

HEX: #6E827D
RGB: (110,130,125)

Renk bilgisi

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

RGB renk modeli

#6E827D color RGB value is (110,130,125).

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

RGB bağlantıları ve doygunluk

R 110 of 255 = 43%
G 130 of 255 = 51%
B 125 of 255 = 49%

110
130
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
110 + 130 + 125 = 365 (100%)
R 110 of 365 ~ 30.14%
G 130 of 365 ~ 35.62%
B 125 of 365 ~ 34.25%

%30.14
%35.62
%34.25

CMYK RENK MODELİ

#6E827D rengi CMYK tonu (15,0,4,49).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 3.85%
  • ana renk tonu 49.02%
CMYK:
(15,0,4,49)
C15M0Y4K49 
(15%,0%,4%,49%)
(0.15/0.00/0.04/0.49)	

CMYK yüzdeleri

%15.38
%0
%3.85
%49.02

Codes

Color #6E827D in popluar color models

6E827D
RGB110130125
HSL165°8.33%47.06%
HSB/HSV165°15.38%50.98%
CMYK15.38%0.00%3.85%
49.02%

Color #6E827D in popluar number systems.

HEX6E827D
Decimal110130125
Binary1101110100000101111101
Octal156202175

Shades and tints

Shades of #6E827D

#6E827D
(110,130,125)
#647772
(100,119,114)
#5A6C67
(90,108,103)
#50615C
(80,97,92)
#465651
(70,86,81)
#3C4B46
(60,75,70)
#32403B
(50,64,59)
#283530
(40,53,48)
#1E2A25
(30,42,37)
#141F1A
(20,31,26)
#0A140F
(10,20,15)
#000000
(0,0,0)

Tints of #6E827D

#6E827D
(110,130,125)
#7B8D88
(123,141,136)
#889893
(136,152,147)
#95A39E
(149,163,158)
#A2AEA9
(162,174,169)
#AFB9B4
(175,185,180)
#BCC4BF
(188,196,191)
#C9CFCA
(201,207,202)
#D6DAD5
(214,218,213)
#E3E5E0
(227,229,224)
#F0F0EB
(240,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E827D; }

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

This text font color is #6E827D.


Background Color

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

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

This div background color is #6E827D.


Border color

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

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

This div border color is #6E827D.


Opacity

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

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

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

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

This text has shadow with #6E827D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E827D on black background.


Color preview on white background

This text has color #6E827D on white background.



Black color preview on #6E827D background

This text has black color on #6E827D background.


White color preview on #6E827D background

This text has white color on #6E827D background.