COLOR #D5B095

HEX: #D5B095
RGB: (213,176,149)

Renk bilgisi

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

RGB renk modeli

#D5B095 color RGB value is (213,176,149).

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

RGB bağlantıları ve doygunluk

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

213
176
149

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 176 + 149 = 538 (100%)
R 213 of 538 ~ 39.59%
G 176 of 538 ~ 32.71%
B 149 of 538 ~ 27.7%

%39.59
%32.71
%27.7

CMYK RENK MODELİ

#D5B095 rengi CMYK tonu (0,17,30,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.37%
  • sarı tonu 30.05%
  • ana renk tonu 16.47%
CMYK:
(0,17,30,16)
C0M17Y30K16 
(0%,17%,30%,16%)
(0.00/0.17/0.30/0.16)	

CMYK yüzdeleri

%0
%17.37
%30.05
%16.47

Codes

Color #D5B095 in popluar color models

D5B095
RGB213176149
HSL25°43.24%70.98%
HSB/HSV25°30.05%83.53%
CMYK0.00%17.37%30.05%
16.47%

Color #D5B095 in popluar number systems.

HEXD5B095
Decimal213176149
Binary110101011011000010010101
Octal325260225

Shades and tints

Shades of #D5B095

#D5B095
(213,176,149)
#C2A088
(194,160,136)
#AF907B
(175,144,123)
#9C806E
(156,128,110)
#897061
(137,112,97)
#766054
(118,96,84)
#635047
(99,80,71)
#50403A
(80,64,58)
#3D302D
(61,48,45)
#2A2020
(42,32,32)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #D5B095

#D5B095
(213,176,149)
#D8B79E
(216,183,158)
#DBBEA7
(219,190,167)
#DEC5B0
(222,197,176)
#E1CCB9
(225,204,185)
#E4D3C2
(228,211,194)
#E7DACB
(231,218,203)
#EAE1D4
(234,225,212)
#EDE8DD
(237,232,221)
#F0EFE6
(240,239,230)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B095; }

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

This text font color is #D5B095.


Background Color

.myBgColor { background-color: #D5B095; }

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

This div background color is #D5B095.


Border color

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

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

This div border color is #D5B095.


Opacity

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

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

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

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

This text has shadow with #D5B095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B095 on black background.


Color preview on white background

This text has color #D5B095 on white background.



Black color preview on #D5B095 background

This text has black color on #D5B095 background.


White color preview on #D5B095 background

This text has white color on #D5B095 background.