COLOR #E6976E

HEX: #E6976E
RGB: (230,151,110)

Renk bilgisi

#E6976E contains mainly red color. #E6976E ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E6976E color RGB value is (230,151,110).

  • kırmız ton 230;
  • yeşil ton 151;
  • mavi ton 110.
RGB:
(230,151,110)
(90%,59%,43%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 151 of 255 = 59%
B 110 of 255 = 43%

230
151
110

R + G + B ~ 64%. #E6976E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 151 + 110 = 491 (100%)
R 230 of 491 ~ 46.84%
G 151 of 491 ~ 30.75%
B 110 of 491 ~ 22.4%

%46.84
%30.75
%22.4

CMYK RENK MODELİ

#E6976E rengi CMYK tonu (0,34,52,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.35%
  • sarı tonu 52.17%
  • ana renk tonu 9.80%
CMYK:
(0,34,52,10)
C0M34Y52K10 
(0%,34%,52%,10%)
(0.00/0.34/0.52/0.10)	

CMYK yüzdeleri

%0
%34.35
%52.17
%9.8

Codes

Color #E6976E in popluar color models

E6976E
RGB230151110
HSL21°70.59%66.67%
HSB/HSV21°52.17%90.20%
CMYK0.00%34.35%52.17%
9.80%

Color #E6976E in popluar number systems.

HEXE6976E
Decimal230151110
Binary11100110100101111101110
Octal346227156

Shades and tints

Shades of #E6976E

#E6976E
(230,151,110)
#D28A64
(210,138,100)
#BE7D5A
(190,125,90)
#AA7050
(170,112,80)
#966346
(150,99,70)
#82563C
(130,86,60)
#6E4932
(110,73,50)
#5A3C28
(90,60,40)
#462F1E
(70,47,30)
#322214
(50,34,20)
#1E150A
(30,21,10)
#000000
(0,0,0)

Tints of #E6976E

#E6976E
(230,151,110)
#E8A07B
(232,160,123)
#EAA988
(234,169,136)
#ECB295
(236,178,149)
#EEBBA2
(238,187,162)
#F0C4AF
(240,196,175)
#F2CDBC
(242,205,188)
#F4D6C9
(244,214,201)
#F6DFD6
(246,223,214)
#F8E8E3
(248,232,227)
#FAF1F0
(250,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6976E color. Also use rgb(230,151,110) instead hex code.

Text Font Color

.myTextColor { color: #E6976E; }

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

This text font color is #E6976E.


Background Color

.myBgColor { background-color: #E6976E; }

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

This div background color is #E6976E.


Border color

.myBorderColor { border: 1px solid #E6976E; }

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

This div border color is #E6976E.


Opacity

.myOpacity80 { color: #E6976E; opacity: 0.8; }

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

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

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

This text has shadow with #E6976E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6976E on black background.


Color preview on white background

This text has color #E6976E on white background.



Black color preview on #E6976E background

This text has black color on #E6976E background.


White color preview on #E6976E background

This text has white color on #E6976E background.