COLOR #D794C6

HEX: #D794C6
RGB: (215,148,198)

Color info

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

RGB color model

#D794C6 color RGB value is (215,148,198).

  • red value is 215;
  • green value is 148;
  • blue value is 198.
RGB:
(215,148,198)
(84%,58%,78%)

RGB channels and saturation

R 215 of 255 = 84%
G 148 of 255 = 58%
B 198 of 255 = 78%

215
148
198

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

Portions of RGB colors in percentages

R + G + B =
215 + 148 + 198 = 561 (100%)
R 215 of 561 ~ 38.32%
G 148 of 561 ~ 26.38%
B 198 of 561 ~ 35.29%

%38.32
%26.38
%35.29

CMYK color model

#D794C6 color CMYK value is (0,31,8,16).

  • cyan value is 0.00%
  • magenta value is 31.16%
  • yellow value is 7.91%
  • key color value is 15.69%
CMYK:
(0,31,8,16)
C0M31Y8K16 
(0%,31%,8%,16%)
(0.00/0.31/0.08/0.16)	

CMYK percentages

%0
%31.16
%7.91
%15.69

Codes

Color #D794C6 in popluar color models

D794C6
RGB215148198
HSL315°45.58%71.18%
HSB/HSV315°31.16%84.31%
CMYK0.00%31.16%7.91%
15.69%

Color #D794C6 in popluar number systems.

HEXD794C6
Decimal215148198
Binary110101111001010011000110
Octal327224306

Shades and tints

Shades of #D794C6

#D794C6
(215,148,198)
#C487B4
(196,135,180)
#B17AA2
(177,122,162)
#9E6D90
(158,109,144)
#8B607E
(139,96,126)
#78536C
(120,83,108)
#65465A
(101,70,90)
#523948
(82,57,72)
#3F2C36
(63,44,54)
#2C1F24
(44,31,36)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #D794C6

#D794C6
(215,148,198)
#DA9DCB
(218,157,203)
#DDA6D0
(221,166,208)
#E0AFD5
(224,175,213)
#E3B8DA
(227,184,218)
#E6C1DF
(230,193,223)
#E9CAE4
(233,202,228)
#ECD3E9
(236,211,233)
#EFDCEE
(239,220,238)
#F2E5F3
(242,229,243)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D794C6 color. Also use rgb(215,148,198) instead hex code.

Text Font Color

.myTextColor { color: #D794C6; }

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

This text font color is #D794C6.


Background Color

.myBgColor { background-color: #D794C6; }

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

This div background color is #D794C6.


Border color

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

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

This div border color is #D794C6.


Opacity

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

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

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

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

This text has shadow with #D794C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D794C6 on black background.


Color preview on white background

This text has color #D794C6 on white background.



Black color preview on #D794C6 background

This text has black color on #D794C6 background.


White color preview on #D794C6 background

This text has white color on #D794C6 background.