COLOR #D6B093

HEX: #D6B093
RGB: (214,176,147)

Renk bilgisi

#D6B093 contains mainly red and green colors. #D6B093 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D6B093 color RGB value is (214,176,147).

  • kırmız ton 214;
  • yeşil ton 176;
  • mavi ton 147.
RGB:
(214,176,147)
(84%,69%,58%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 176 of 255 = 69%
B 147 of 255 = 58%

214
176
147

R + G + B ~ 70%. #D6B093 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 176 + 147 = 537 (100%)
R 214 of 537 ~ 39.85%
G 176 of 537 ~ 32.77%
B 147 of 537 ~ 27.37%

%39.85
%32.77
%27.37

CMYK RENK MODELİ

#D6B093 rengi CMYK tonu (0,18,31,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.76%
  • sarı tonu 31.31%
  • ana renk tonu 16.08%
CMYK:
(0,18,31,16)
C0M18Y31K16 
(0%,18%,31%,16%)
(0.00/0.18/0.31/0.16)	

CMYK yüzdeleri

%0
%17.76
%31.31
%16.08

Codes

Color #D6B093 in popluar color models

D6B093
RGB214176147
HSL26°44.97%70.78%
HSB/HSV26°31.31%83.92%
CMYK0.00%17.76%31.31%
16.08%

Color #D6B093 in popluar number systems.

HEXD6B093
Decimal214176147
Binary110101101011000010010011
Octal326260223

Shades and tints

Shades of #D6B093

#D6B093
(214,176,147)
#C3A086
(195,160,134)
#B09079
(176,144,121)
#9D806C
(157,128,108)
#8A705F
(138,112,95)
#776052
(119,96,82)
#645045
(100,80,69)
#514038
(81,64,56)
#3E302B
(62,48,43)
#2B201E
(43,32,30)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #D6B093

#D6B093
(214,176,147)
#D9B79C
(217,183,156)
#DCBEA5
(220,190,165)
#DFC5AE
(223,197,174)
#E2CCB7
(226,204,183)
#E5D3C0
(229,211,192)
#E8DAC9
(232,218,201)
#EBE1D2
(235,225,210)
#EEE8DB
(238,232,219)
#F1EFE4
(241,239,228)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B093 color. Also use rgb(214,176,147) instead hex code.

Text Font Color

.myTextColor { color: #D6B093; }

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

This text font color is #D6B093.


Background Color

.myBgColor { background-color: #D6B093; }

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

This div background color is #D6B093.


Border color

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

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

This div border color is #D6B093.


Opacity

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

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

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

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

This text has shadow with #D6B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B093 on black background.


Color preview on white background

This text has color #D6B093 on white background.



Black color preview on #D6B093 background

This text has black color on #D6B093 background.


White color preview on #D6B093 background

This text has white color on #D6B093 background.