COLOR #D6998B

HEX: #D6998B
RGB: (214,153,139)

Color info

#D6998B contains mainly red color. Web safe color of #D6998B is #CC9999 (or #C99).

RGB color model

#D6998B color RGB value is (214,153,139).

  • red value is 214;
  • green value is 153;
  • blue value is 139.
RGB:
(214,153,139)
(84%,60%,55%)

RGB channels and saturation

R 214 of 255 = 84%
G 153 of 255 = 60%
B 139 of 255 = 55%

214
153
139

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

Portions of RGB colors in percentages

R + G + B =
214 + 153 + 139 = 506 (100%)
R 214 of 506 ~ 42.29%
G 153 of 506 ~ 30.24%
B 139 of 506 ~ 27.47%

%42.29
%30.24
%27.47

CMYK color model

#D6998B color CMYK value is (0,29,35,16).

  • cyan value is 0.00%
  • magenta value is 28.50%
  • yellow value is 35.05%
  • key color value is 16.08%
CMYK:
(0,29,35,16)
C0M29Y35K16 
(0%,29%,35%,16%)
(0.00/0.29/0.35/0.16)	

CMYK percentages

%0
%28.5
%35.05
%16.08

Codes

Color #D6998B in popluar color models

D6998B
RGB214153139
HSL11°47.77%69.22%
HSB/HSV11°35.05%83.92%
CMYK0.00%28.50%35.05%
16.08%

Color #D6998B in popluar number systems.

HEXD6998B
Decimal214153139
Binary110101101001100110001011
Octal326231213

Shades and tints

Shades of #D6998B

#D6998B
(214,153,139)
#C38C7F
(195,140,127)
#B07F73
(176,127,115)
#9D7267
(157,114,103)
#8A655B
(138,101,91)
#77584F
(119,88,79)
#644B43
(100,75,67)
#513E37
(81,62,55)
#3E312B
(62,49,43)
#2B241F
(43,36,31)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #D6998B

#D6998B
(214,153,139)
#D9A295
(217,162,149)
#DCAB9F
(220,171,159)
#DFB4A9
(223,180,169)
#E2BDB3
(226,189,179)
#E5C6BD
(229,198,189)
#E8CFC7
(232,207,199)
#EBD8D1
(235,216,209)
#EEE1DB
(238,225,219)
#F1EAE5
(241,234,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6998B color. Also use rgb(214,153,139) instead hex code.

Text Font Color

.myTextColor { color: #D6998B; }

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

This text font color is #D6998B.


Background Color

.myBgColor { background-color: #D6998B; }

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

This div background color is #D6998B.


Border color

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

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

This div border color is #D6998B.


Opacity

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

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

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

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

This text has shadow with #D6998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6998B on black background.


Color preview on white background

This text has color #D6998B on white background.



Black color preview on #D6998B background

This text has black color on #D6998B background.


White color preview on #D6998B background

This text has white color on #D6998B background.