COLOR #D5DDAB

HEX: #D5DDAB
RGB: (213,221,171)

Renk bilgisi

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

RGB renk modeli

#D5DDAB color RGB value is (213,221,171).

  • kırmız ton 213;
  • yeşil ton 221;
  • mavi ton 171.
RGB:
(213,221,171)
(84%,87%,67%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 221 of 255 = 87%
B 171 of 255 = 67%

213
221
171

R + G + B ~ 79%. #D5DDAB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 221 + 171 = 605 (100%)
R 213 of 605 ~ 35.21%
G 221 of 605 ~ 36.53%
B 171 of 605 ~ 28.26%

%35.21
%36.53
%28.26

CMYK RENK MODELİ

#D5DDAB rengi CMYK tonu (4,0,23,13).

  • camgöbeği tonu 3.62%
  • eflatun tonu 0.00%
  • sarı tonu 22.62%
  • ana renk tonu 13.33%
CMYK:
(4,0,23,13)
C4M0Y23K13 
(4%,0%,23%,13%)
(0.04/0.00/0.23/0.13)	

CMYK yüzdeleri

%3.62
%0
%22.62
%13.33

Codes

Color #D5DDAB in popluar color models

D5DDAB
RGB213221171
HSL70°42.37%76.86%
HSB/HSV70°22.62%86.67%
CMYK3.62%0.00%22.62%
13.33%

Color #D5DDAB in popluar number systems.

HEXD5DDAB
Decimal213221171
Binary110101011101110110101011
Octal325335253

Shades and tints

Shades of #D5DDAB

#D5DDAB
(213,221,171)
#C2C99C
(194,201,156)
#AFB58D
(175,181,141)
#9CA17E
(156,161,126)
#898D6F
(137,141,111)
#767960
(118,121,96)
#636551
(99,101,81)
#505142
(80,81,66)
#3D3D33
(61,61,51)
#2A2924
(42,41,36)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5DDAB

#D5DDAB
(213,221,171)
#D8E0B2
(216,224,178)
#DBE3B9
(219,227,185)
#DEE6C0
(222,230,192)
#E1E9C7
(225,233,199)
#E4ECCE
(228,236,206)
#E7EFD5
(231,239,213)
#EAF2DC
(234,242,220)
#EDF5E3
(237,245,227)
#F0F8EA
(240,248,234)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DDAB color. Also use rgb(213,221,171) instead hex code.

Text Font Color

.myTextColor { color: #D5DDAB; }

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

This text font color is #D5DDAB.


Background Color

.myBgColor { background-color: #D5DDAB; }

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

This div background color is #D5DDAB.


Border color

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

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

This div border color is #D5DDAB.


Opacity

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

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

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

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

This text has shadow with #D5DDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DDAB on black background.


Color preview on white background

This text has color #D5DDAB on white background.



Black color preview on #D5DDAB background

This text has black color on #D5DDAB background.


White color preview on #D5DDAB background

This text has white color on #D5DDAB background.