COLOR #D69C89

HEX: #D69C89
RGB: (214,156,137)

Color info

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

RGB color model

#D69C89 color RGB value is (214,156,137).

  • red value is 214;
  • green value is 156;
  • blue value is 137.
RGB:
(214,156,137)
(84%,61%,54%)

RGB channels and saturation

R 214 of 255 = 84%
G 156 of 255 = 61%
B 137 of 255 = 54%

214
156
137

R + G + B ~ 66%. #D69C89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 156 + 137 = 507 (100%)
R 214 of 507 ~ 42.21%
G 156 of 507 ~ 30.77%
B 137 of 507 ~ 27.02%

%42.21
%30.77
%27.02

CMYK color model

#D69C89 color CMYK value is (0,27,36,16).

  • cyan value is 0.00%
  • magenta value is 27.10%
  • yellow value is 35.98%
  • key color value is 16.08%
CMYK:
(0,27,36,16)
C0M27Y36K16 
(0%,27%,36%,16%)
(0.00/0.27/0.36/0.16)	

CMYK percentages

%0
%27.1
%35.98
%16.08

Codes

Color #D69C89 in popluar color models

D69C89
RGB214156137
HSL15°48.43%68.82%
HSB/HSV15°35.98%83.92%
CMYK0.00%27.10%35.98%
16.08%

Color #D69C89 in popluar number systems.

HEXD69C89
Decimal214156137
Binary110101101001110010001001
Octal326234211

Shades and tints

Shades of #D69C89

#D69C89
(214,156,137)
#C38E7D
(195,142,125)
#B08071
(176,128,113)
#9D7265
(157,114,101)
#8A6459
(138,100,89)
#77564D
(119,86,77)
#644841
(100,72,65)
#513A35
(81,58,53)
#3E2C29
(62,44,41)
#2B1E1D
(43,30,29)
#181011
(24,16,17)
#000000
(0,0,0)

Tints of #D69C89

#D69C89
(214,156,137)
#D9A593
(217,165,147)
#DCAE9D
(220,174,157)
#DFB7A7
(223,183,167)
#E2C0B1
(226,192,177)
#E5C9BB
(229,201,187)
#E8D2C5
(232,210,197)
#EBDBCF
(235,219,207)
#EEE4D9
(238,228,217)
#F1EDE3
(241,237,227)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69C89 color. Also use rgb(214,156,137) instead hex code.

Text Font Color

.myTextColor { color: #D69C89; }

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

This text font color is #D69C89.


Background Color

.myBgColor { background-color: #D69C89; }

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

This div background color is #D69C89.


Border color

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

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

This div border color is #D69C89.


Opacity

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

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

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

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

This text has shadow with #D69C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69C89 on black background.


Color preview on white background

This text has color #D69C89 on white background.



Black color preview on #D69C89 background

This text has black color on #D69C89 background.


White color preview on #D69C89 background

This text has white color on #D69C89 background.