COLOR #D6949B

HEX: #D6949B RGB: (214,148,155)

Color info

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

RGB color model

#D6949B color RGB value is (214,148,155).

RGB: (214,148,155) (84%, 58%, 61%)

RGB channels and saturation

R 214 of 255 = 84%
G 148 of 255 = 58%
B 155 of 255 = 61%

214
148
155

R + G + B ~ 68%. #D6949B is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 148 + 155 = 517 (100%)
R 214 of 517 ~ 41.39%
G 148 of 517 ~ 28.63%
B 155 of 517 ~ 29.98'%

%41.39
%28.63
%29.98

CMYK color model

#D6949B color CMYK value is (0,31,28,16).

  • cyan value is 0.00%
  • magenta value is 30.84%
  • yellow value is 27.57%
  • key color value is 16.08%

CMYK: (0,31,28,16)
C0M31Y28K16 (0%, 31%, 28%, 16%)
(0.00 / 0.31 / 0.28 / 0.16)

CMYK percentages

%0
%30.84
%27.57
%16.08

Codes

Color #D6949B in popluar color models

D6 94 9B
RGB 214 148 155
HSL 354° 44.59% 70.98%
HSB/HSV 354° 30.84% 83.92%
CMYK 0.00% 30.84% 27.57%
16.08%

Color #D6949B in popluar number systems.

HEX D6 94 9B
Decimal 214 148 155
Binary 11010110 10010100 10011011
Octal 326 224 233

Shades and tints

Shades of #D6949B

#D6949B
(214,148,155)
#C3878D
(195,135,141)
#B07A7F
(176,122,127)
#9D6D71
(157,109,113)
#8A6063
(138,96,99)
#775355
(119,83,85)
#644647
(100,70,71)
#513939
(81,57,57)
#3E2C2B
(62,44,43)
#2B1F1D
(43,31,29)
#18120F
(24,18,15)
#000000
(0,0,0)

Tints of #D6949B

#D6949B
(214,148,155)
#D99DA4
(217,157,164)
#DCA6AD
(220,166,173)
#DFAFB6
(223,175,182)
#E2B8BF
(226,184,191)
#E5C1C8
(229,193,200)
#E8CAD1
(232,202,209)
#EBD3DA
(235,211,218)
#EEDCE3
(238,220,227)
#F1E5EC
(241,229,236)
#F4EEF5
(244,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6949B; }

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

This text font color is #D6949B.

Background Color

.myBgColor { background-color: #D6949B; }

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

This div background color is #D6949B.

Border color

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

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

This div border color is #D6949B.

Opacity

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

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

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

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

This text has shadow with #D6949B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6949B.

Preview

Color preview on black background

This text has color #D6949B on black background.


Color preview on white background

This text has color #D6949B on white background.


Black color preview on #D6949B background

This text has black color on #D6949B background.


White color preview on #D6949B background

This text has white color on #D6949B background.


Related colors

Complementary color

Complementary color for #hex is #296B64.


I love getcolorcode.com

Triadic colors

1 #9BD694 and #949BD6 with #D6949B are triadic colors.

2 #9B94D6 and #94D69B with #D6949B are triadic colors.