COLOR #D46BA5

HEX: #D46BA5
RGB: (212,107,165)

Color info

#D46BA5 contains mainly red and blue colors. Web safe color of #D46BA5 is #CC6699 (or #C69).

RGB color model

#D46BA5 color RGB value is (212,107,165).

  • red value is 212;
  • green value is 107;
  • blue value is 165.
RGB:
(212,107,165)
(83%,42%,65%)

RGB channels and saturation

R 212 of 255 = 83%
G 107 of 255 = 42%
B 165 of 255 = 65%

212
107
165

R + G + B ~ 63%. #D46BA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 107 + 165 = 484 (100%)
R 212 of 484 ~ 43.8%
G 107 of 484 ~ 22.11%
B 165 of 484 ~ 34.09%

%43.8
%22.11
%34.09

CMYK color model

#D46BA5 color CMYK value is (0,50,22,17).

  • cyan value is 0.00%
  • magenta value is 49.53%
  • yellow value is 22.17%
  • key color value is 16.86%
CMYK:
(0,50,22,17)
C0M50Y22K17 
(0%,50%,22%,17%)
(0.00/0.50/0.22/0.17)	

CMYK percentages

%0
%49.53
%22.17
%16.86

Codes

Color #D46BA5 in popluar color models

D46BA5
RGB212107165
HSL327°54.97%62.55%
HSB/HSV327°49.53%83.14%
CMYK0.00%49.53%22.17%
16.86%

Color #D46BA5 in popluar number systems.

HEXD46BA5
Decimal212107165
Binary11010100110101110100101
Octal324153245

Shades and tints

Shades of #D46BA5

#D46BA5
(212,107,165)
#C16296
(193,98,150)
#AE5987
(174,89,135)
#9B5078
(155,80,120)
#884769
(136,71,105)
#753E5A
(117,62,90)
#62354B
(98,53,75)
#4F2C3C
(79,44,60)
#3C232D
(60,35,45)
#291A1E
(41,26,30)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #D46BA5

#D46BA5
(212,107,165)
#D778AD
(215,120,173)
#DA85B5
(218,133,181)
#DD92BD
(221,146,189)
#E09FC5
(224,159,197)
#E3ACCD
(227,172,205)
#E6B9D5
(230,185,213)
#E9C6DD
(233,198,221)
#ECD3E5
(236,211,229)
#EFE0ED
(239,224,237)
#F2EDF5
(242,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D46BA5 color. Also use rgb(212,107,165) instead hex code.

Text Font Color

.myTextColor { color: #D46BA5; }

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

This text font color is #D46BA5.


Background Color

.myBgColor { background-color: #D46BA5; }

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

This div background color is #D46BA5.


Border color

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

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

This div border color is #D46BA5.


Opacity

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

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

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

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

This text has shadow with #D46BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D46BA5 on black background.


Color preview on white background

This text has color #D46BA5 on white background.



Black color preview on #D46BA5 background

This text has black color on #D46BA5 background.


White color preview on #D46BA5 background

This text has white color on #D46BA5 background.