COLOR #DF7E63

HEX: #DF7E63
RGB: (223,126,99)

Renk bilgisi

#DF7E63 contains mainly red color. #DF7E63 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#DF7E63 color RGB value is (223,126,99).

  • kırmız ton 223;
  • yeşil ton 126;
  • mavi ton 99.
RGB:
(223,126,99)
(87%,49%,39%)

RGB bağlantıları ve doygunluk

R 223 of 255 = 87%
G 126 of 255 = 49%
B 99 of 255 = 39%

223
126
99

R + G + B ~ 58%. #DF7E63 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
223 + 126 + 99 = 448 (100%)
R 223 of 448 ~ 49.78%
G 126 of 448 ~ 28.13%
B 99 of 448 ~ 22.1%

%49.78
%28.13
%22.1

CMYK RENK MODELİ

#DF7E63 rengi CMYK tonu (0,43,56,13).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.50%
  • sarı tonu 55.61%
  • ana renk tonu 12.55%
CMYK:
(0,43,56,13)
C0M43Y56K13 
(0%,43%,56%,13%)
(0.00/0.43/0.56/0.13)	

CMYK yüzdeleri

%0
%43.5
%55.61
%12.55

Codes

Color #DF7E63 in popluar color models

DF7E63
RGB22312699
HSL13°65.96%63.14%
HSB/HSV13°55.61%87.45%
CMYK0.00%43.50%55.61%
12.55%

Color #DF7E63 in popluar number systems.

HEXDF7E63
Decimal22312699
Binary1101111111111101100011
Octal337176143

Shades and tints

Shades of #DF7E63

#DF7E63
(223,126,99)
#CB735A
(203,115,90)
#B76851
(183,104,81)
#A35D48
(163,93,72)
#8F523F
(143,82,63)
#7B4736
(123,71,54)
#673C2D
(103,60,45)
#533124
(83,49,36)
#3F261B
(63,38,27)
#2B1B12
(43,27,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #DF7E63

#DF7E63
(223,126,99)
#E18971
(225,137,113)
#E3947F
(227,148,127)
#E59F8D
(229,159,141)
#E7AA9B
(231,170,155)
#E9B5A9
(233,181,169)
#EBC0B7
(235,192,183)
#EDCBC5
(237,203,197)
#EFD6D3
(239,214,211)
#F1E1E1
(241,225,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DF7E63 color. Also use rgb(223,126,99) instead hex code.

Text Font Color

.myTextColor { color: #DF7E63; }

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

This text font color is #DF7E63.


Background Color

.myBgColor { background-color: #DF7E63; }

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

This div background color is #DF7E63.


Border color

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

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

This div border color is #DF7E63.


Opacity

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

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

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

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

This text has shadow with #DF7E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DF7E63 on black background.


Color preview on white background

This text has color #DF7E63 on white background.



Black color preview on #DF7E63 background

This text has black color on #DF7E63 background.


White color preview on #DF7E63 background

This text has white color on #DF7E63 background.