COLOR #E6997F

HEX: #E6997F
RGB: (230,153,127)

Renk bilgisi

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

RGB renk modeli

#E6997F color RGB value is (230,153,127).

  • kırmız ton 230;
  • yeşil ton 153;
  • mavi ton 127.
RGB:
(230,153,127)
(90%,60%,50%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 153 of 255 = 60%
B 127 of 255 = 50%

230
153
127

R + G + B ~ 67%. #E6997F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 153 + 127 = 510 (100%)
R 230 of 510 ~ 45.1%
G 153 of 510 ~ 30%
B 127 of 510 ~ 24.9%

%45.1
%30
%24.9

CMYK RENK MODELİ

#E6997F rengi CMYK tonu (0,33,45,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.48%
  • sarı tonu 44.78%
  • ana renk tonu 9.80%
CMYK:
(0,33,45,10)
C0M33Y45K10 
(0%,33%,45%,10%)
(0.00/0.33/0.45/0.10)	

CMYK yüzdeleri

%0
%33.48
%44.78
%9.8

Codes

Color #E6997F in popluar color models

E6997F
RGB230153127
HSL15°67.32%70.00%
HSB/HSV15°44.78%90.20%
CMYK0.00%33.48%44.78%
9.80%

Color #E6997F in popluar number systems.

HEXE6997F
Decimal230153127
Binary11100110100110011111111
Octal346231177

Shades and tints

Shades of #E6997F

#E6997F
(230,153,127)
#D28C74
(210,140,116)
#BE7F69
(190,127,105)
#AA725E
(170,114,94)
#966553
(150,101,83)
#825848
(130,88,72)
#6E4B3D
(110,75,61)
#5A3E32
(90,62,50)
#463127
(70,49,39)
#32241C
(50,36,28)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #E6997F

#E6997F
(230,153,127)
#E8A28A
(232,162,138)
#EAAB95
(234,171,149)
#ECB4A0
(236,180,160)
#EEBDAB
(238,189,171)
#F0C6B6
(240,198,182)
#F2CFC1
(242,207,193)
#F4D8CC
(244,216,204)
#F6E1D7
(246,225,215)
#F8EAE2
(248,234,226)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6997F color. Also use rgb(230,153,127) instead hex code.

Text Font Color

.myTextColor { color: #E6997F; }

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

This text font color is #E6997F.


Background Color

.myBgColor { background-color: #E6997F; }

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

This div background color is #E6997F.


Border color

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

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

This div border color is #E6997F.


Opacity

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

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

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

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

This text has shadow with #E6997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6997F on black background.


Color preview on white background

This text has color #E6997F on white background.



Black color preview on #E6997F background

This text has black color on #E6997F background.


White color preview on #E6997F background

This text has white color on #E6997F background.