COLOR #D69B8C

HEX: #D69B8C
RGB: (214,155,140)

Color info

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

RGB color model

#D69B8C color RGB value is (214,155,140).

  • red value is 214;
  • green value is 155;
  • blue value is 140.
RGB:
(214,155,140)
(84%,61%,55%)

RGB channels and saturation

R 214 of 255 = 84%
G 155 of 255 = 61%
B 140 of 255 = 55%

214
155
140

R + G + B ~ 67%. #D69B8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 155 + 140 = 509 (100%)
R 214 of 509 ~ 42.04%
G 155 of 509 ~ 30.45%
B 140 of 509 ~ 27.5%

%42.04
%30.45
%27.5

CMYK color model

#D69B8C color CMYK value is (0,28,35,16).

  • cyan value is 0.00%
  • magenta value is 27.57%
  • yellow value is 34.58%
  • key color value is 16.08%
CMYK:
(0,28,35,16)
C0M28Y35K16 
(0%,28%,35%,16%)
(0.00/0.28/0.35/0.16)	

CMYK percentages

%0
%27.57
%34.58
%16.08

Codes

Color #D69B8C in popluar color models

D69B8C
RGB214155140
HSL12°47.44%69.41%
HSB/HSV12°34.58%83.92%
CMYK0.00%27.57%34.58%
16.08%

Color #D69B8C in popluar number systems.

HEXD69B8C
Decimal214155140
Binary110101101001101110001100
Octal326233214

Shades and tints

Shades of #D69B8C

#D69B8C
(214,155,140)
#C38D80
(195,141,128)
#B07F74
(176,127,116)
#9D7168
(157,113,104)
#8A635C
(138,99,92)
#775550
(119,85,80)
#644744
(100,71,68)
#513938
(81,57,56)
#3E2B2C
(62,43,44)
#2B1D20
(43,29,32)
#180F14
(24,15,20)
#000000
(0,0,0)

Tints of #D69B8C

#D69B8C
(214,155,140)
#D9A496
(217,164,150)
#DCADA0
(220,173,160)
#DFB6AA
(223,182,170)
#E2BFB4
(226,191,180)
#E5C8BE
(229,200,190)
#E8D1C8
(232,209,200)
#EBDAD2
(235,218,210)
#EEE3DC
(238,227,220)
#F1ECE6
(241,236,230)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D69B8C color. Also use rgb(214,155,140) instead hex code.

Text Font Color

.myTextColor { color: #D69B8C; }

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

This text font color is #D69B8C.


Background Color

.myBgColor { background-color: #D69B8C; }

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

This div background color is #D69B8C.


Border color

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

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

This div border color is #D69B8C.


Opacity

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

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

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

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

This text has shadow with #D69B8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D69B8C on black background.


Color preview on white background

This text has color #D69B8C on white background.



Black color preview on #D69B8C background

This text has black color on #D69B8C background.


White color preview on #D69B8C background

This text has white color on #D69B8C background.