COLOR #D5DA8C

HEX: #D5DA8C
RGB: (213,218,140)

Renk bilgisi

#D5DA8C contains mainly red and green colors. #D5DA8C ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#D5DA8C color RGB value is (213,218,140).

  • kırmız ton 213;
  • yeşil ton 218;
  • mavi ton 140.
RGB:
(213,218,140)
(84%,85%,55%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 218 of 255 = 85%
B 140 of 255 = 55%

213
218
140

R + G + B ~ 75%. #D5DA8C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 218 + 140 = 571 (100%)
R 213 of 571 ~ 37.3%
G 218 of 571 ~ 38.18%
B 140 of 571 ~ 24.52%

%37.3
%38.18
%24.52

CMYK RENK MODELİ

#D5DA8C rengi CMYK tonu (2,0,36,15).

  • camgöbeği tonu 2.29%
  • eflatun tonu 0.00%
  • sarı tonu 35.78%
  • ana renk tonu 14.51%
CMYK:
(2,0,36,15)
C2M0Y36K15 
(2%,0%,36%,15%)
(0.02/0.00/0.36/0.15)	

CMYK yüzdeleri

%2.29
%0
%35.78
%14.51

Codes

Color #D5DA8C in popluar color models

D5DA8C
RGB213218140
HSL64°51.32%70.20%
HSB/HSV64°35.78%85.49%
CMYK2.29%0.00%35.78%
14.51%

Color #D5DA8C in popluar number systems.

HEXD5DA8C
Decimal213218140
Binary110101011101101010001100
Octal325332214

Shades and tints

Shades of #D5DA8C

#D5DA8C
(213,218,140)
#C2C780
(194,199,128)
#AFB474
(175,180,116)
#9CA168
(156,161,104)
#898E5C
(137,142,92)
#767B50
(118,123,80)
#636844
(99,104,68)
#505538
(80,85,56)
#3D422C
(61,66,44)
#2A2F20
(42,47,32)
#171C14
(23,28,20)
#000000
(0,0,0)

Tints of #D5DA8C

#D5DA8C
(213,218,140)
#D8DD96
(216,221,150)
#DBE0A0
(219,224,160)
#DEE3AA
(222,227,170)
#E1E6B4
(225,230,180)
#E4E9BE
(228,233,190)
#E7ECC8
(231,236,200)
#EAEFD2
(234,239,210)
#EDF2DC
(237,242,220)
#F0F5E6
(240,245,230)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DA8C color. Also use rgb(213,218,140) instead hex code.

Text Font Color

.myTextColor { color: #D5DA8C; }

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

This text font color is #D5DA8C.


Background Color

.myBgColor { background-color: #D5DA8C; }

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

This div background color is #D5DA8C.


Border color

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

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

This div border color is #D5DA8C.


Opacity

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

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

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

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

This text has shadow with #D5DA8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DA8C on black background.


Color preview on white background

This text has color #D5DA8C on white background.



Black color preview on #D5DA8C background

This text has black color on #D5DA8C background.


White color preview on #D5DA8C background

This text has white color on #D5DA8C background.