COLOR #D796BE

HEX: #D796BE
RGB: (215,150,190)

Color info

#D796BE contains mainly red and blue colors. Web safe color of #D796BE is #CC99CC (or #C9C).

RGB color model

#D796BE color RGB value is (215,150,190).

  • red value is 215;
  • green value is 150;
  • blue value is 190.
RGB:
(215,150,190)
(84%,59%,75%)

RGB channels and saturation

R 215 of 255 = 84%
G 150 of 255 = 59%
B 190 of 255 = 75%

215
150
190

R + G + B ~ 73%. #D796BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 150 + 190 = 555 (100%)
R 215 of 555 ~ 38.74%
G 150 of 555 ~ 27.03%
B 190 of 555 ~ 34.23%

%38.74
%27.03
%34.23

CMYK color model

#D796BE color CMYK value is (0,30,12,16).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 11.63%
  • key color value is 15.69%
CMYK:
(0,30,12,16)
C0M30Y12K16 
(0%,30%,12%,16%)
(0.00/0.30/0.12/0.16)	

CMYK percentages

%0
%30.23
%11.63
%15.69

Codes

Color #D796BE in popluar color models

D796BE
RGB215150190
HSL323°44.83%71.57%
HSB/HSV323°30.23%84.31%
CMYK0.00%30.23%11.63%
15.69%

Color #D796BE in popluar number systems.

HEXD796BE
Decimal215150190
Binary110101111001011010111110
Octal327226276

Shades and tints

Shades of #D796BE

#D796BE
(215,150,190)
#C489AD
(196,137,173)
#B17C9C
(177,124,156)
#9E6F8B
(158,111,139)
#8B627A
(139,98,122)
#785569
(120,85,105)
#654858
(101,72,88)
#523B47
(82,59,71)
#3F2E36
(63,46,54)
#2C2125
(44,33,37)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #D796BE

#D796BE
(215,150,190)
#DA9FC3
(218,159,195)
#DDA8C8
(221,168,200)
#E0B1CD
(224,177,205)
#E3BAD2
(227,186,210)
#E6C3D7
(230,195,215)
#E9CCDC
(233,204,220)
#ECD5E1
(236,213,225)
#EFDEE6
(239,222,230)
#F2E7EB
(242,231,235)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D796BE color. Also use rgb(215,150,190) instead hex code.

Text Font Color

.myTextColor { color: #D796BE; }

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

This text font color is #D796BE.


Background Color

.myBgColor { background-color: #D796BE; }

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

This div background color is #D796BE.


Border color

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

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

This div border color is #D796BE.


Opacity

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

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

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

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

This text has shadow with #D796BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D796BE on black background.


Color preview on white background

This text has color #D796BE on white background.



Black color preview on #D796BE background

This text has black color on #D796BE background.


White color preview on #D796BE background

This text has white color on #D796BE background.