COLOR #D6B4AC

HEX: #D6B4AC
RGB: (214,180,172)

Renk bilgisi

#D6B4AC contains red, green and blue colors in about the same proportion. #D6B4AC ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D6B4AC color RGB value is (214,180,172).

  • kırmız ton 214;
  • yeşil ton 180;
  • mavi ton 172.
RGB:
(214,180,172)
(84%,71%,67%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 180 of 255 = 71%
B 172 of 255 = 67%

214
180
172

R + G + B ~ 74%. #D6B4AC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 180 + 172 = 566 (100%)
R 214 of 566 ~ 37.81%
G 180 of 566 ~ 31.8%
B 172 of 566 ~ 30.39%

%37.81
%31.8
%30.39

CMYK RENK MODELİ

#D6B4AC rengi CMYK tonu (0,16,20,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.89%
  • sarı tonu 19.63%
  • ana renk tonu 16.08%
CMYK:
(0,16,20,16)
C0M16Y20K16 
(0%,16%,20%,16%)
(0.00/0.16/0.20/0.16)	

CMYK yüzdeleri

%0
%15.89
%19.63
%16.08

Codes

Color #D6B4AC in popluar color models

D6B4AC
RGB214180172
HSL11°33.87%75.69%
HSB/HSV11°19.63%83.92%
CMYK0.00%15.89%19.63%
16.08%

Color #D6B4AC in popluar number systems.

HEXD6B4AC
Decimal214180172
Binary110101101011010010101100
Octal326264254

Shades and tints

Shades of #D6B4AC

#D6B4AC
(214,180,172)
#C3A49D
(195,164,157)
#B0948E
(176,148,142)
#9D847F
(157,132,127)
#8A7470
(138,116,112)
#776461
(119,100,97)
#645452
(100,84,82)
#514443
(81,68,67)
#3E3434
(62,52,52)
#2B2425
(43,36,37)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #D6B4AC

#D6B4AC
(214,180,172)
#D9BAB3
(217,186,179)
#DCC0BA
(220,192,186)
#DFC6C1
(223,198,193)
#E2CCC8
(226,204,200)
#E5D2CF
(229,210,207)
#E8D8D6
(232,216,214)
#EBDEDD
(235,222,221)
#EEE4E4
(238,228,228)
#F1EAEB
(241,234,235)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B4AC color. Also use rgb(214,180,172) instead hex code.

Text Font Color

.myTextColor { color: #D6B4AC; }

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

This text font color is #D6B4AC.


Background Color

.myBgColor { background-color: #D6B4AC; }

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

This div background color is #D6B4AC.


Border color

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

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

This div border color is #D6B4AC.


Opacity

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

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

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

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

This text has shadow with #D6B4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B4AC on black background.


Color preview on white background

This text has color #D6B4AC on white background.



Black color preview on #D6B4AC background

This text has black color on #D6B4AC background.


White color preview on #D6B4AC background

This text has white color on #D6B4AC background.