COLOR #D4969B

HEX: #D4969B
RGB: (212,150,155)

Color info

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

RGB color model

#D4969B color RGB value is (212,150,155).

  • red value is 212;
  • green value is 150;
  • blue value is 155.
RGB:
(212,150,155)
(83%,59%,61%)

RGB channels and saturation

R 212 of 255 = 83%
G 150 of 255 = 59%
B 155 of 255 = 61%

212
150
155

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

Portions of RGB colors in percentages

R + G + B =
212 + 150 + 155 = 517 (100%)
R 212 of 517 ~ 41.01%
G 150 of 517 ~ 29.01%
B 155 of 517 ~ 29.98%

%41.01
%29.01
%29.98

CMYK color model

#D4969B color CMYK value is (0,29,27,17).

  • cyan value is 0.00%
  • magenta value is 29.25%
  • yellow value is 26.89%
  • key color value is 16.86%
CMYK:
(0,29,27,17)
C0M29Y27K17 
(0%,29%,27%,17%)
(0.00/0.29/0.27/0.17)	

CMYK percentages

%0
%29.25
%26.89
%16.86

Codes

Color #D4969B in popluar color models

D4969B
RGB212150155
HSL355°41.89%70.98%
HSB/HSV355°29.25%83.14%
CMYK0.00%29.25%26.89%
16.86%

Color #D4969B in popluar number systems.

HEXD4969B
Decimal212150155
Binary110101001001011010011011
Octal324226233

Shades and tints

Shades of #D4969B

#D4969B
(212,150,155)
#C1898D
(193,137,141)
#AE7C7F
(174,124,127)
#9B6F71
(155,111,113)
#886263
(136,98,99)
#755555
(117,85,85)
#624847
(98,72,71)
#4F3B39
(79,59,57)
#3C2E2B
(60,46,43)
#29211D
(41,33,29)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #D4969B

#D4969B
(212,150,155)
#D79FA4
(215,159,164)
#DAA8AD
(218,168,173)
#DDB1B6
(221,177,182)
#E0BABF
(224,186,191)
#E3C3C8
(227,195,200)
#E6CCD1
(230,204,209)
#E9D5DA
(233,213,218)
#ECDEE3
(236,222,227)
#EFE7EC
(239,231,236)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4969B color. Also use rgb(212,150,155) instead hex code.

Text Font Color

.myTextColor { color: #D4969B; }

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

This text font color is #D4969B.


Background Color

.myBgColor { background-color: #D4969B; }

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

This div background color is #D4969B.


Border color

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

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

This div border color is #D4969B.


Opacity

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

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

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

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

This text has shadow with #D4969B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4969B on black background.


Color preview on white background

This text has color #D4969B on white background.



Black color preview on #D4969B background

This text has black color on #D4969B background.


White color preview on #D4969B background

This text has white color on #D4969B background.