COLOR #D6A695

HEX: #D6A695
RGB: (214,166,149)

Color info

#D6A695 contains mainly red and green colors. Web safe color of #D6A695 is #CC9999 (or #C99).

RGB color model

#D6A695 color RGB value is (214,166,149).

  • red value is 214;
  • green value is 166;
  • blue value is 149.
RGB:
(214,166,149)
(84%,65%,58%)

RGB channels and saturation

R 214 of 255 = 84%
G 166 of 255 = 65%
B 149 of 255 = 58%

214
166
149

R + G + B ~ 69%. #D6A695 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 166 + 149 = 529 (100%)
R 214 of 529 ~ 40.45%
G 166 of 529 ~ 31.38%
B 149 of 529 ~ 28.17%

%40.45
%31.38
%28.17

CMYK color model

#D6A695 color CMYK value is (0,22,30,16).

  • cyan value is 0.00%
  • magenta value is 22.43%
  • yellow value is 30.37%
  • key color value is 16.08%
CMYK:
(0,22,30,16)
C0M22Y30K16 
(0%,22%,30%,16%)
(0.00/0.22/0.30/0.16)	

CMYK percentages

%0
%22.43
%30.37
%16.08

Codes

Color #D6A695 in popluar color models

D6A695
RGB214166149
HSL16°44.22%71.18%
HSB/HSV16°30.37%83.92%
CMYK0.00%22.43%30.37%
16.08%

Color #D6A695 in popluar number systems.

HEXD6A695
Decimal214166149
Binary110101101010011010010101
Octal326246225

Shades and tints

Shades of #D6A695

#D6A695
(214,166,149)
#C39788
(195,151,136)
#B0887B
(176,136,123)
#9D796E
(157,121,110)
#8A6A61
(138,106,97)
#775B54
(119,91,84)
#644C47
(100,76,71)
#513D3A
(81,61,58)
#3E2E2D
(62,46,45)
#2B1F20
(43,31,32)
#181013
(24,16,19)
#000000
(0,0,0)

Tints of #D6A695

#D6A695
(214,166,149)
#D9AE9E
(217,174,158)
#DCB6A7
(220,182,167)
#DFBEB0
(223,190,176)
#E2C6B9
(226,198,185)
#E5CEC2
(229,206,194)
#E8D6CB
(232,214,203)
#EBDED4
(235,222,212)
#EEE6DD
(238,230,221)
#F1EEE6
(241,238,230)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6A695; }

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

This text font color is #D6A695.


Background Color

.myBgColor { background-color: #D6A695; }

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

This div background color is #D6A695.


Border color

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

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

This div border color is #D6A695.


Opacity

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

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

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

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

This text has shadow with #D6A695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6A695 on black background.


Color preview on white background

This text has color #D6A695 on white background.



Black color preview on #D6A695 background

This text has black color on #D6A695 background.


White color preview on #D6A695 background

This text has white color on #D6A695 background.