COLOR #D5DAA6

HEX: #D5DAA6
RGB: (213,218,166)

Renk bilgisi

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

RGB renk modeli

#D5DAA6 color RGB value is (213,218,166).

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

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 218 of 255 = 85%
B 166 of 255 = 65%

213
218
166

R + G + B ~ 78%. #D5DAA6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 218 + 166 = 597 (100%)
R 213 of 597 ~ 35.68%
G 218 of 597 ~ 36.52%
B 166 of 597 ~ 27.81%

%35.68
%36.52
%27.81

CMYK RENK MODELİ

#D5DAA6 rengi CMYK tonu (2,0,24,15).

  • camgöbeği tonu 2.29%
  • eflatun tonu 0.00%
  • sarı tonu 23.85%
  • ana renk tonu 14.51%
CMYK:
(2,0,24,15)
C2M0Y24K15 
(2%,0%,24%,15%)
(0.02/0.00/0.24/0.15)	

CMYK yüzdeleri

%2.29
%0
%23.85
%14.51

Codes

Color #D5DAA6 in popluar color models

D5DAA6
RGB213218166
HSL66°41.27%75.29%
HSB/HSV66°23.85%85.49%
CMYK2.29%0.00%23.85%
14.51%

Color #D5DAA6 in popluar number systems.

HEXD5DAA6
Decimal213218166
Binary110101011101101010100110
Octal325332246

Shades and tints

Shades of #D5DAA6

#D5DAA6
(213,218,166)
#C2C797
(194,199,151)
#AFB488
(175,180,136)
#9CA179
(156,161,121)
#898E6A
(137,142,106)
#767B5B
(118,123,91)
#63684C
(99,104,76)
#50553D
(80,85,61)
#3D422E
(61,66,46)
#2A2F1F
(42,47,31)
#171C10
(23,28,16)
#000000
(0,0,0)

Tints of #D5DAA6

#D5DAA6
(213,218,166)
#D8DDAE
(216,221,174)
#DBE0B6
(219,224,182)
#DEE3BE
(222,227,190)
#E1E6C6
(225,230,198)
#E4E9CE
(228,233,206)
#E7ECD6
(231,236,214)
#EAEFDE
(234,239,222)
#EDF2E6
(237,242,230)
#F0F5EE
(240,245,238)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DAA6; }

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

This text font color is #D5DAA6.


Background Color

.myBgColor { background-color: #D5DAA6; }

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

This div background color is #D5DAA6.


Border color

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

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

This div border color is #D5DAA6.


Opacity

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

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

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

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

This text has shadow with #D5DAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DAA6 on black background.


Color preview on white background

This text has color #D5DAA6 on white background.



Black color preview on #D5DAA6 background

This text has black color on #D5DAA6 background.


White color preview on #D5DAA6 background

This text has white color on #D5DAA6 background.