COLOR #D5B093

HEX: #D5B093
RGB: (213,176,147)

Renk bilgisi

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

RGB renk modeli

#D5B093 color RGB value is (213,176,147).

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

RGB bağlantıları ve doygunluk

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

213
176
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 176 + 147 = 536 (100%)
R 213 of 536 ~ 39.74%
G 176 of 536 ~ 32.84%
B 147 of 536 ~ 27.43%

%39.74
%32.84
%27.43

CMYK RENK MODELİ

#D5B093 rengi CMYK tonu (0,17,31,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.37%
  • sarı tonu 30.99%
  • ana renk tonu 16.47%
CMYK:
(0,17,31,16)
C0M17Y31K16 
(0%,17%,31%,16%)
(0.00/0.17/0.31/0.16)	

CMYK yüzdeleri

%0
%17.37
%30.99
%16.47

Codes

Color #D5B093 in popluar color models

D5B093
RGB213176147
HSL26°44.00%70.59%
HSB/HSV26°30.99%83.53%
CMYK0.00%17.37%30.99%
16.47%

Color #D5B093 in popluar number systems.

HEXD5B093
Decimal213176147
Binary110101011011000010010011
Octal325260223

Shades and tints

Shades of #D5B093

#D5B093
(213,176,147)
#C2A086
(194,160,134)
#AF9079
(175,144,121)
#9C806C
(156,128,108)
#89705F
(137,112,95)
#766052
(118,96,82)
#635045
(99,80,69)
#504038
(80,64,56)
#3D302B
(61,48,43)
#2A201E
(42,32,30)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #D5B093

#D5B093
(213,176,147)
#D8B79C
(216,183,156)
#DBBEA5
(219,190,165)
#DEC5AE
(222,197,174)
#E1CCB7
(225,204,183)
#E4D3C0
(228,211,192)
#E7DAC9
(231,218,201)
#EAE1D2
(234,225,210)
#EDE8DB
(237,232,219)
#F0EFE4
(240,239,228)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B093; }

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

This text font color is #D5B093.


Background Color

.myBgColor { background-color: #D5B093; }

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

This div background color is #D5B093.


Border color

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

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

This div border color is #D5B093.


Opacity

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

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

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

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

This text has shadow with #D5B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B093 on black background.


Color preview on white background

This text has color #D5B093 on white background.



Black color preview on #D5B093 background

This text has black color on #D5B093 background.


White color preview on #D5B093 background

This text has white color on #D5B093 background.