COLOR #D5D8BE

HEX: #D5D8BE
RGB: (213,216,190)

Renk bilgisi

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

RGB renk modeli

#D5D8BE color RGB value is (213,216,190).

  • kırmız ton 213;
  • yeşil ton 216;
  • mavi ton 190.
RGB:
(213,216,190)
(84%,85%,75%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 216 of 255 = 85%
B 190 of 255 = 75%

213
216
190

R + G + B ~ 81%. #D5D8BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 216 + 190 = 619 (100%)
R 213 of 619 ~ 34.41%
G 216 of 619 ~ 34.89%
B 190 of 619 ~ 30.69%

%34.41
%34.89
%30.69

CMYK RENK MODELİ

#D5D8BE rengi CMYK tonu (1,0,12,15).

  • camgöbeği tonu 1.39%
  • eflatun tonu 0.00%
  • sarı tonu 12.04%
  • ana renk tonu 15.29%
CMYK:
(1,0,12,15)
C1M0Y12K15 
(1%,0%,12%,15%)
(0.01/0.00/0.12/0.15)	

CMYK yüzdeleri

%1.39
%0
%12.04
%15.29

Codes

Color #D5D8BE in popluar color models

D5D8BE
RGB213216190
HSL67°25.00%79.61%
HSB/HSV67°12.04%84.71%
CMYK1.39%0.00%12.04%
15.29%

Color #D5D8BE in popluar number systems.

HEXD5D8BE
Decimal213216190
Binary110101011101100010111110
Octal325330276

Shades and tints

Shades of #D5D8BE

#D5D8BE
(213,216,190)
#C2C5AD
(194,197,173)
#AFB29C
(175,178,156)
#9C9F8B
(156,159,139)
#898C7A
(137,140,122)
#767969
(118,121,105)
#636658
(99,102,88)
#505347
(80,83,71)
#3D4036
(61,64,54)
#2A2D25
(42,45,37)
#171A14
(23,26,20)
#000000
(0,0,0)

Tints of #D5D8BE

#D5D8BE
(213,216,190)
#D8DBC3
(216,219,195)
#DBDEC8
(219,222,200)
#DEE1CD
(222,225,205)
#E1E4D2
(225,228,210)
#E4E7D7
(228,231,215)
#E7EADC
(231,234,220)
#EAEDE1
(234,237,225)
#EDF0E6
(237,240,230)
#F0F3EB
(240,243,235)
#F3F6F0
(243,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D8BE color. Also use rgb(213,216,190) instead hex code.

Text Font Color

.myTextColor { color: #D5D8BE; }

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

This text font color is #D5D8BE.


Background Color

.myBgColor { background-color: #D5D8BE; }

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

This div background color is #D5D8BE.


Border color

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

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

This div border color is #D5D8BE.


Opacity

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

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

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

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

This text has shadow with #D5D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D8BE on black background.


Color preview on white background

This text has color #D5D8BE on white background.



Black color preview on #D5D8BE background

This text has black color on #D5D8BE background.


White color preview on #D5D8BE background

This text has white color on #D5D8BE background.