COLOR #D5DBAB

HEX: #D5DBAB
RGB: (213,219,171)

Renk bilgisi

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

RGB renk modeli

#D5DBAB color RGB value is (213,219,171).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 219 of 255 = 86%
B 171 of 255 = 67%

213
219
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 219 + 171 = 603 (100%)
R 213 of 603 ~ 35.32%
G 219 of 603 ~ 36.32%
B 171 of 603 ~ 28.36%

%35.32
%36.32
%28.36

CMYK RENK MODELİ

#D5DBAB rengi CMYK tonu (3,0,22,14).

  • camgöbeği tonu 2.74%
  • eflatun tonu 0.00%
  • sarı tonu 21.92%
  • ana renk tonu 14.12%
CMYK:
(3,0,22,14)
C3M0Y22K14 
(3%,0%,22%,14%)
(0.03/0.00/0.22/0.14)	

CMYK yüzdeleri

%2.74
%0
%21.92
%14.12

Codes

Color #D5DBAB in popluar color models

D5DBAB
RGB213219171
HSL68°40.00%76.47%
HSB/HSV68°21.92%85.88%
CMYK2.74%0.00%21.92%
14.12%

Color #D5DBAB in popluar number systems.

HEXD5DBAB
Decimal213219171
Binary110101011101101110101011
Octal325333253

Shades and tints

Shades of #D5DBAB

#D5DBAB
(213,219,171)
#C2C89C
(194,200,156)
#AFB58D
(175,181,141)
#9CA27E
(156,162,126)
#898F6F
(137,143,111)
#767C60
(118,124,96)
#636951
(99,105,81)
#505642
(80,86,66)
#3D4333
(61,67,51)
#2A3024
(42,48,36)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #D5DBAB

#D5DBAB
(213,219,171)
#D8DEB2
(216,222,178)
#DBE1B9
(219,225,185)
#DEE4C0
(222,228,192)
#E1E7C7
(225,231,199)
#E4EACE
(228,234,206)
#E7EDD5
(231,237,213)
#EAF0DC
(234,240,220)
#EDF3E3
(237,243,227)
#F0F6EA
(240,246,234)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DBAB; }

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

This text font color is #D5DBAB.


Background Color

.myBgColor { background-color: #D5DBAB; }

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

This div background color is #D5DBAB.


Border color

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

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

This div border color is #D5DBAB.


Opacity

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

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

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

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

This text has shadow with #D5DBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DBAB on black background.


Color preview on white background

This text has color #D5DBAB on white background.



Black color preview on #D5DBAB background

This text has black color on #D5DBAB background.


White color preview on #D5DBAB background

This text has white color on #D5DBAB background.