COLOR #D6958A

HEX: #D6958A RGB: (214,149,138)

Color info

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

RGB color model

#D6958A color RGB value is (214,149,138).

RGB: (214,149,138) (84%, 58%, 54%)

RGB channels and saturation

R 214 of 255 = 84%
G 149 of 255 = 58%
B 138 of 255 = 54%

214
149
138

R + G + B ~ 65%. #D6958A is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 149 + 138 = 501 (100%)
R 214 of 501 ~ 42.71%
G 149 of 501 ~ 29.74%
B 138 of 501 ~ 27.54'%

%42.71
%29.74
%27.54

CMYK color model

#D6958A color CMYK value is (0,30,36,16).

  • cyan value is 0.00%
  • magenta value is 30.37%
  • yellow value is 35.51%
  • key color value is 16.08%

CMYK: (0,30,36,16)
C0M30Y36K16 (0%, 30%, 36%, 16%)
(0.00 / 0.30 / 0.36 / 0.16)

CMYK percentages

%0
%30.37
%35.51
%16.08

Codes

Color #D6958A in popluar color models

D6 95 8A
RGB 214 149 138
HSL 48.10% 69.02%
HSB/HSV 35.51% 83.92%
CMYK 0.00% 30.37% 35.51%
16.08%

Color #D6958A in popluar number systems.

HEX D6 95 8A
Decimal 214 149 138
Binary 11010110 10010101 10001010
Octal 326 225 212

Shades and tints

Shades of #D6958A

#D6958A
(214,149,138)
#C3887E
(195,136,126)
#B07B72
(176,123,114)
#9D6E66
(157,110,102)
#8A615A
(138,97,90)
#77544E
(119,84,78)
#644742
(100,71,66)
#513A36
(81,58,54)
#3E2D2A
(62,45,42)
#2B201E
(43,32,30)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #D6958A

#D6958A
(214,149,138)
#D99E94
(217,158,148)
#DCA79E
(220,167,158)
#DFB0A8
(223,176,168)
#E2B9B2
(226,185,178)
#E5C2BC
(229,194,188)
#E8CBC6
(232,203,198)
#EBD4D0
(235,212,208)
#EEDDDA
(238,221,218)
#F1E6E4
(241,230,228)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6958A; }

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

This text font color is #D6958A.

Background Color

.myBgColor { background-color: #D6958A; }

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

This div background color is #D6958A.

Border color

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

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

This div border color is #D6958A.

Opacity

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

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

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

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

This text has shadow with #D6958A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6958A.

Preview

Color preview on black background

This text has color #D6958A on black background.


Color preview on white background

This text has color #D6958A on white background.


Black color preview on #D6958A background

This text has black color on #D6958A background.


White color preview on #D6958A background

This text has white color on #D6958A background.


Related colors

Complementary color

Complementary color for #hex is #296A75.


I love getcolorcode.com

Triadic colors

1 #8AD695 and #958AD6 with #D6958A are triadic colors.

2 #8A95D6 and #95D68A with #D6958A are triadic colors.