COLOR #D795BA

HEX: #D795BA RGB: (215,149,186)

Color info

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

RGB color model

#D795BA color RGB value is (215,149,186).

RGB: (215,149,186) (84%, 58%, 73%)

RGB channels and saturation

R 215 of 255 = 84%
G 149 of 255 = 58%
B 186 of 255 = 73%

215
149
186

R + G + B ~ 72%. #D795BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 149 + 186 = 550 (100%)
R 215 of 550 ~ 39.09%
G 149 of 550 ~ 27.09%
B 186 of 550 ~ 33.82'%

%39.09
%27.09
%33.82

CMYK color model

#D795BA color CMYK value is (0,31,13,16).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 13.49%
  • key color value is 15.69%
CMYK: (0,31,13,16) C0M31Y13K16 (0%,31%,13%,16%) (0.00/0.31/0.13/0.16) 

CMYK percentages

%0
%30.7
%13.49
%15.69

Codes

Color #D795BA in popluar color models

D7 95 BA
RGB 215 149 186
HSL 326° 45.21% 71.37%
HSB/HSV 326° 30.70% 84.31%
CMYK 0.00% 30.70% 13.49%
15.69%

Color #D795BA in popluar number systems.

HEX D7 95 BA
Decimal 215 149 186
Binary 11010111 10010101 10111010
Octal 327 225 272

Shades and tints

Shades of #D795BA

#D795BA
(215,149,186)
#C488AA
(196,136,170)
#B17B9A
(177,123,154)
#9E6E8A
(158,110,138)
#8B617A
(139,97,122)
#78546A
(120,84,106)
#65475A
(101,71,90)
#523A4A
(82,58,74)
#3F2D3A
(63,45,58)
#2C202A
(44,32,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #D795BA

#D795BA
(215,149,186)
#DA9EC0
(218,158,192)
#DDA7C6
(221,167,198)
#E0B0CC
(224,176,204)
#E3B9D2
(227,185,210)
#E6C2D8
(230,194,216)
#E9CBDE
(233,203,222)
#ECD4E4
(236,212,228)
#EFDDEA
(239,221,234)
#F2E6F0
(242,230,240)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D795BA color. Also use rgb(215,149,186) instead hex code.

Text Font Color

.myTextColor { color: #D795BA; }

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

This text font color is #D795BA.

Background Color

.myBgColor { background-color: #D795BA; }

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

This div background color is #D795BA.

Border color

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

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

This div border color is #D795BA.

Opacity

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

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

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

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

This text has shadow with #D795BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D795BA.

Preview

Color preview on black background

This text has color #D795BA on black background.


Color preview on white background

This text has color #D795BA on white background.


Black color preview on #D795BA background

This text has black color on #D795BA background.


White color preview on #D795BA background

This text has white color on #D795BA background.


Related colors

Complementary color

Complementary color for #hex is #286A45.


I love getcolorcode.com

Triadic colors

1 #BAD795 and #95BAD7 with #D795BA are triadic colors.

2 #BA95D7 and #95D7BA with #D795BA are triadic colors.