COLOR #D1496A

HEX: #D1496A
RGB: (209,73,106)

Color info

#D1496A contains mainly red color. Web safe color of #D1496A is #CC3366 (or #C36).

RGB color model

#D1496A color RGB value is (209,73,106).

  • red value is 209;
  • green value is 73;
  • blue value is 106.
RGB:
(209,73,106)
(82%,29%,42%)

RGB channels and saturation

R 209 of 255 = 82%
G 73 of 255 = 29%
B 106 of 255 = 42%

209
73
106

R + G + B ~ 51%. #D1496A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
209 + 73 + 106 = 388 (100%)
R 209 of 388 ~ 53.87%
G 73 of 388 ~ 18.81%
B 106 of 388 ~ 27.32%

%53.87
%18.81
%27.32

CMYK color model

#D1496A color CMYK value is (0,65,49,18).

  • cyan value is 0.00%
  • magenta value is 65.07%
  • yellow value is 49.28%
  • key color value is 18.04%
CMYK:
(0,65,49,18)
C0M65Y49K18 
(0%,65%,49%,18%)
(0.00/0.65/0.49/0.18)	

CMYK percentages

%0
%65.07
%49.28
%18.04

Codes

Color #D1496A in popluar color models

D1496A
RGB20973106
HSL345°59.65%55.29%
HSB/HSV345°65.07%81.96%
CMYK0.00%65.07%49.28%
18.04%

Color #D1496A in popluar number systems.

HEXD1496A
Decimal20973106
Binary1101000110010011101010
Octal321111152

Shades and tints

Shades of #D1496A

#D1496A
(209,73,106)
#BE4361
(190,67,97)
#AB3D58
(171,61,88)
#98374F
(152,55,79)
#853146
(133,49,70)
#722B3D
(114,43,61)
#5F2534
(95,37,52)
#4C1F2B
(76,31,43)
#391922
(57,25,34)
#261319
(38,19,25)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #D1496A

#D1496A
(209,73,106)
#D55977
(213,89,119)
#D96984
(217,105,132)
#DD7991
(221,121,145)
#E1899E
(225,137,158)
#E599AB
(229,153,171)
#E9A9B8
(233,169,184)
#EDB9C5
(237,185,197)
#F1C9D2
(241,201,210)
#F5D9DF
(245,217,223)
#F9E9EC
(249,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1496A color. Also use rgb(209,73,106) instead hex code.

Text Font Color

.myTextColor { color: #D1496A; }

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

This text font color is #D1496A.


Background Color

.myBgColor { background-color: #D1496A; }

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

This div background color is #D1496A.


Border color

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

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

This div border color is #D1496A.


Opacity

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

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

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

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

This text has shadow with #D1496A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1496A on black background.


Color preview on white background

This text has color #D1496A on white background.



Black color preview on #D1496A background

This text has black color on #D1496A background.


White color preview on #D1496A background

This text has white color on #D1496A background.