COLOR #D1969F

HEX: #D1969F
RGB: (209,150,159)

Color info

#D1969F contains red, green and blue colors in about the same proportion. Web safe color of #D1969F is #CC9999 (or #C99).

RGB color model

#D1969F color RGB value is (209,150,159).

  • red value is 209;
  • green value is 150;
  • blue value is 159.
RGB:
(209,150,159)
(82%,59%,62%)

RGB channels and saturation

R 209 of 255 = 82%
G 150 of 255 = 59%
B 159 of 255 = 62%

209
150
159

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

Portions of RGB colors in percentages

R + G + B =
209 + 150 + 159 = 518 (100%)
R 209 of 518 ~ 40.35%
G 150 of 518 ~ 28.96%
B 159 of 518 ~ 30.69%

%40.35
%28.96
%30.69

CMYK color model

#D1969F color CMYK value is (0,28,24,18).

  • cyan value is 0.00%
  • magenta value is 28.23%
  • yellow value is 23.92%
  • key color value is 18.04%
CMYK:
(0,28,24,18)
C0M28Y24K18 
(0%,28%,24%,18%)
(0.00/0.28/0.24/0.18)	

CMYK percentages

%0
%28.23
%23.92
%18.04

Codes

Color #D1969F in popluar color models

D1969F
RGB209150159
HSL351°39.07%70.39%
HSB/HSV351°28.23%81.96%
CMYK0.00%28.23%23.92%
18.04%

Color #D1969F in popluar number systems.

HEXD1969F
Decimal209150159
Binary110100011001011010011111
Octal321226237

Shades and tints

Shades of #D1969F

#D1969F
(209,150,159)
#BE8991
(190,137,145)
#AB7C83
(171,124,131)
#986F75
(152,111,117)
#856267
(133,98,103)
#725559
(114,85,89)
#5F484B
(95,72,75)
#4C3B3D
(76,59,61)
#392E2F
(57,46,47)
#262121
(38,33,33)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #D1969F

#D1969F
(209,150,159)
#D59FA7
(213,159,167)
#D9A8AF
(217,168,175)
#DDB1B7
(221,177,183)
#E1BABF
(225,186,191)
#E5C3C7
(229,195,199)
#E9CCCF
(233,204,207)
#EDD5D7
(237,213,215)
#F1DEDF
(241,222,223)
#F5E7E7
(245,231,231)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1969F color. Also use rgb(209,150,159) instead hex code.

Text Font Color

.myTextColor { color: #D1969F; }

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

This text font color is #D1969F.


Background Color

.myBgColor { background-color: #D1969F; }

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

This div background color is #D1969F.


Border color

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

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

This div border color is #D1969F.


Opacity

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

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

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

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

This text has shadow with #D1969F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1969F on black background.


Color preview on white background

This text has color #D1969F on white background.



Black color preview on #D1969F background

This text has black color on #D1969F background.


White color preview on #D1969F background

This text has white color on #D1969F background.