COLOR #D46C6F

HEX: #D46C6F
RGB: (212,108,111)

Renk bilgisi

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

RGB renk modeli

#D46C6F color RGB value is (212,108,111).

  • kırmız ton 212;
  • yeşil ton 108;
  • mavi ton 111.
RGB:
(212,108,111)
(83%,42%,44%)

RGB bağlantıları ve doygunluk

R 212 of 255 = 83%
G 108 of 255 = 42%
B 111 of 255 = 44%

212
108
111

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

Yüzdelerle RGB renk parçaları

R + G + B =
212 + 108 + 111 = 431 (100%)
R 212 of 431 ~ 49.19%
G 108 of 431 ~ 25.06%
B 111 of 431 ~ 25.75%

%49.19
%25.06
%25.75

CMYK RENK MODELİ

#D46C6F rengi CMYK tonu (0,49,48,17).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.06%
  • sarı tonu 47.64%
  • ana renk tonu 16.86%
CMYK:
(0,49,48,17)
C0M49Y48K17 
(0%,49%,48%,17%)
(0.00/0.49/0.48/0.17)	

CMYK yüzdeleri

%0
%49.06
%47.64
%16.86

Codes

Color #D46C6F in popluar color models

D46C6F
RGB212108111
HSL358°54.74%62.75%
HSB/HSV358°49.06%83.14%
CMYK0.00%49.06%47.64%
16.86%

Color #D46C6F in popluar number systems.

HEXD46C6F
Decimal212108111
Binary1101010011011001101111
Octal324154157

Shades and tints

Shades of #D46C6F

#D46C6F
(212,108,111)
#C16365
(193,99,101)
#AE5A5B
(174,90,91)
#9B5151
(155,81,81)
#884847
(136,72,71)
#753F3D
(117,63,61)
#623633
(98,54,51)
#4F2D29
(79,45,41)
#3C241F
(60,36,31)
#291B15
(41,27,21)
#16120B
(22,18,11)
#000000
(0,0,0)

Tints of #D46C6F

#D46C6F
(212,108,111)
#D7797C
(215,121,124)
#DA8689
(218,134,137)
#DD9396
(221,147,150)
#E0A0A3
(224,160,163)
#E3ADB0
(227,173,176)
#E6BABD
(230,186,189)
#E9C7CA
(233,199,202)
#ECD4D7
(236,212,215)
#EFE1E4
(239,225,228)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46C6F color. Also use rgb(212,108,111) instead hex code.

Text Font Color

.myTextColor { color: #D46C6F; }

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

This text font color is #D46C6F.


Background Color

.myBgColor { background-color: #D46C6F; }

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

This div background color is #D46C6F.


Border color

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

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

This div border color is #D46C6F.


Opacity

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

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

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

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

This text has shadow with #D46C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46C6F on black background.


Color preview on white background

This text has color #D46C6F on white background.



Black color preview on #D46C6F background

This text has black color on #D46C6F background.


White color preview on #D46C6F background

This text has white color on #D46C6F background.