COLOR #D6B08C

HEX: #D6B08C
RGB: (214,176,140)

Renk bilgisi

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

RGB renk modeli

#D6B08C color RGB value is (214,176,140).

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

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 176 of 255 = 69%
B 140 of 255 = 55%

214
176
140

R + G + B ~ 69%. #D6B08C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 176 + 140 = 530 (100%)
R 214 of 530 ~ 40.38%
G 176 of 530 ~ 33.21%
B 140 of 530 ~ 26.42%

%40.38
%33.21
%26.42

CMYK RENK MODELİ

#D6B08C rengi CMYK tonu (0,18,35,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.76%
  • sarı tonu 34.58%
  • ana renk tonu 16.08%
CMYK:
(0,18,35,16)
C0M18Y35K16 
(0%,18%,35%,16%)
(0.00/0.18/0.35/0.16)	

CMYK yüzdeleri

%0
%17.76
%34.58
%16.08

Codes

Color #D6B08C in popluar color models

D6B08C
RGB214176140
HSL29°47.44%69.41%
HSB/HSV29°34.58%83.92%
CMYK0.00%17.76%34.58%
16.08%

Color #D6B08C in popluar number systems.

HEXD6B08C
Decimal214176140
Binary110101101011000010001100
Octal326260214

Shades and tints

Shades of #D6B08C

#D6B08C
(214,176,140)
#C3A080
(195,160,128)
#B09074
(176,144,116)
#9D8068
(157,128,104)
#8A705C
(138,112,92)
#776050
(119,96,80)
#645044
(100,80,68)
#514038
(81,64,56)
#3E302C
(62,48,44)
#2B2020
(43,32,32)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #D6B08C

#D6B08C
(214,176,140)
#D9B796
(217,183,150)
#DCBEA0
(220,190,160)
#DFC5AA
(223,197,170)
#E2CCB4
(226,204,180)
#E5D3BE
(229,211,190)
#E8DAC8
(232,218,200)
#EBE1D2
(235,225,210)
#EEE8DC
(238,232,220)
#F1EFE6
(241,239,230)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B08C; }

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

This text font color is #D6B08C.


Background Color

.myBgColor { background-color: #D6B08C; }

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

This div background color is #D6B08C.


Border color

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

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

This div border color is #D6B08C.


Opacity

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

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

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

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

This text has shadow with #D6B08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B08C on black background.


Color preview on white background

This text has color #D6B08C on white background.



Black color preview on #D6B08C background

This text has black color on #D6B08C background.


White color preview on #D6B08C background

This text has white color on #D6B08C background.