COLOR #D6AE95

HEX: #D6AE95
RGB: (214,174,149)

Renk bilgisi

#D6AE95 contains mainly red and green colors. #D6AE95 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D6AE95 color RGB value is (214,174,149).

  • kırmız ton 214;
  • yeşil ton 174;
  • mavi ton 149.
RGB:
(214,174,149)
(84%,68%,58%)

RGB bağlantıları ve doygunluk

R 214 of 255 = 84%
G 174 of 255 = 68%
B 149 of 255 = 58%

214
174
149

R + G + B ~ 70%. #D6AE95 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
214 + 174 + 149 = 537 (100%)
R 214 of 537 ~ 39.85%
G 174 of 537 ~ 32.4%
B 149 of 537 ~ 27.75%

%39.85
%32.4
%27.75

CMYK RENK MODELİ

#D6AE95 rengi CMYK tonu (0,19,30,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.69%
  • sarı tonu 30.37%
  • ana renk tonu 16.08%
CMYK:
(0,19,30,16)
C0M19Y30K16 
(0%,19%,30%,16%)
(0.00/0.19/0.30/0.16)	

CMYK yüzdeleri

%0
%18.69
%30.37
%16.08

Codes

Color #D6AE95 in popluar color models

D6AE95
RGB214174149
HSL23°44.22%71.18%
HSB/HSV23°30.37%83.92%
CMYK0.00%18.69%30.37%
16.08%

Color #D6AE95 in popluar number systems.

HEXD6AE95
Decimal214174149
Binary110101101010111010010101
Octal326256225

Shades and tints

Shades of #D6AE95

#D6AE95
(214,174,149)
#C39F88
(195,159,136)
#B0907B
(176,144,123)
#9D816E
(157,129,110)
#8A7261
(138,114,97)
#776354
(119,99,84)
#645447
(100,84,71)
#51453A
(81,69,58)
#3E362D
(62,54,45)
#2B2720
(43,39,32)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #D6AE95

#D6AE95
(214,174,149)
#D9B59E
(217,181,158)
#DCBCA7
(220,188,167)
#DFC3B0
(223,195,176)
#E2CAB9
(226,202,185)
#E5D1C2
(229,209,194)
#E8D8CB
(232,216,203)
#EBDFD4
(235,223,212)
#EEE6DD
(238,230,221)
#F1EDE6
(241,237,230)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6AE95 color. Also use rgb(214,174,149) instead hex code.

Text Font Color

.myTextColor { color: #D6AE95; }

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

This text font color is #D6AE95.


Background Color

.myBgColor { background-color: #D6AE95; }

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

This div background color is #D6AE95.


Border color

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

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

This div border color is #D6AE95.


Opacity

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

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

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

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

This text has shadow with #D6AE95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6AE95 on black background.


Color preview on white background

This text has color #D6AE95 on white background.



Black color preview on #D6AE95 background

This text has black color on #D6AE95 background.


White color preview on #D6AE95 background

This text has white color on #D6AE95 background.