COLOR #D6869B

HEX: #D6869B
RGB: (214,134,155)

Color info

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

RGB color model

#D6869B color RGB value is (214,134,155).

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

RGB channels and saturation

R 214 of 255 = 84%
G 134 of 255 = 53%
B 155 of 255 = 61%

214
134
155

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

Portions of RGB colors in percentages

R + G + B =
214 + 134 + 155 = 503 (100%)
R 214 of 503 ~ 42.54%
G 134 of 503 ~ 26.64%
B 155 of 503 ~ 30.82%

%42.54
%26.64
%30.82

CMYK color model

#D6869B color CMYK value is (0,37,28,16).

  • cyan value is 0.00%
  • magenta value is 37.38%
  • yellow value is 27.57%
  • key color value is 16.08%
CMYK:
(0,37,28,16)
C0M37Y28K16 
(0%,37%,28%,16%)
(0.00/0.37/0.28/0.16)	

CMYK percentages

%0
%37.38
%27.57
%16.08

Codes

Color #D6869B in popluar color models

D6869B
RGB214134155
HSL344°49.38%68.24%
HSB/HSV344°37.38%83.92%
CMYK0.00%37.38%27.57%
16.08%

Color #D6869B in popluar number systems.

HEXD6869B
Decimal214134155
Binary110101101000011010011011
Octal326206233

Shades and tints

Shades of #D6869B

#D6869B
(214,134,155)
#C37A8D
(195,122,141)
#B06E7F
(176,110,127)
#9D6271
(157,98,113)
#8A5663
(138,86,99)
#774A55
(119,74,85)
#643E47
(100,62,71)
#513239
(81,50,57)
#3E262B
(62,38,43)
#2B1A1D
(43,26,29)
#180E0F
(24,14,15)
#000000
(0,0,0)

Tints of #D6869B

#D6869B
(214,134,155)
#D991A4
(217,145,164)
#DC9CAD
(220,156,173)
#DFA7B6
(223,167,182)
#E2B2BF
(226,178,191)
#E5BDC8
(229,189,200)
#E8C8D1
(232,200,209)
#EBD3DA
(235,211,218)
#EEDEE3
(238,222,227)
#F1E9EC
(241,233,236)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6869B; }

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

This text font color is #D6869B.


Background Color

.myBgColor { background-color: #D6869B; }

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

This div background color is #D6869B.


Border color

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

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

This div border color is #D6869B.


Opacity

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

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

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

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

This text has shadow with #D6869B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6869B on black background.


Color preview on white background

This text has color #D6869B on white background.



Black color preview on #D6869B background

This text has black color on #D6869B background.


White color preview on #D6869B background

This text has white color on #D6869B background.