COLOR #D46E63

HEX: #D46E63
RGB: (212,110,99)

Renk bilgisi

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

RGB renk modeli

#D46E63 color RGB value is (212,110,99).

  • kırmız ton 212;
  • yeşil ton 110;
  • mavi ton 99.
RGB:
(212,110,99)
(83%,43%,39%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 110 of 255 = 43%
B 99 of 255 = 39%

212
110
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 110 + 99 = 421 (100%)
R 212 of 421 ~ 50.36%
G 110 of 421 ~ 26.13%
B 99 of 421 ~ 23.52%

%50.36
%26.13
%23.52

CMYK RENK MODELİ

#D46E63 rengi CMYK tonu (0,48,53,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.11%
  • sarı tonu 53.30%
  • ana renk tonu 16.86%
CMYK:
(0,48,53,17)
C0M48Y53K17 
(0%,48%,53%,17%)
(0.00/0.48/0.53/0.17)	

CMYK yüzdeleri

%0
%48.11
%53.3
%16.86

Codes

Color #D46E63 in popluar color models

D46E63
RGB21211099
HSL56.78%60.98%
HSB/HSV53.30%83.14%
CMYK0.00%48.11%53.30%
16.86%

Color #D46E63 in popluar number systems.

HEXD46E63
Decimal21211099
Binary1101010011011101100011
Octal324156143

Shades and tints

Shades of #D46E63

#D46E63
(212,110,99)
#C1645A
(193,100,90)
#AE5A51
(174,90,81)
#9B5048
(155,80,72)
#88463F
(136,70,63)
#753C36
(117,60,54)
#62322D
(98,50,45)
#4F2824
(79,40,36)
#3C1E1B
(60,30,27)
#291412
(41,20,18)
#160A09
(22,10,9)
#000000
(0,0,0)

Tints of #D46E63

#D46E63
(212,110,99)
#D77B71
(215,123,113)
#DA887F
(218,136,127)
#DD958D
(221,149,141)
#E0A29B
(224,162,155)
#E3AFA9
(227,175,169)
#E6BCB7
(230,188,183)
#E9C9C5
(233,201,197)
#ECD6D3
(236,214,211)
#EFE3E1
(239,227,225)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46E63 color. Also use rgb(212,110,99) instead hex code.

Text Font Color

.myTextColor { color: #D46E63; }

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

This text font color is #D46E63.


Background Color

.myBgColor { background-color: #D46E63; }

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

This div background color is #D46E63.


Border color

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

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

This div border color is #D46E63.


Opacity

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

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

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

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

This text has shadow with #D46E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46E63 on black background.


Color preview on white background

This text has color #D46E63 on white background.



Black color preview on #D46E63 background

This text has black color on #D46E63 background.


White color preview on #D46E63 background

This text has white color on #D46E63 background.