COLOR #D895BE

HEX: #D895BE RGB: (216,149,190)

Color info

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

RGB color model

#D895BE color RGB value is (216,149,190).

RGB: (216,149,190) (85%, 58%, 75%)

RGB channels and saturation

R 216 of 255 = 85%
G 149 of 255 = 58%
B 190 of 255 = 75%

216
149
190

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

Portions of RGB colors in percentages

R + G + B = 216 + 149 + 190 = 555 (100%)
R 216 of 555 ~ 38.92%
G 149 of 555 ~ 26.85%
B 190 of 555 ~ 34.23'%

%38.92
%26.85
%34.23

CMYK color model

#D895BE color CMYK value is (0,31,12,15).

  • cyan value is 0.00%
  • magenta value is 31.02%
  • yellow value is 12.04%
  • key color value is 15.29%

CMYK: (0,31,12,15)
C0M31Y12K15 (0%, 31%, 12%, 15%)
(0.00 / 0.31 / 0.12 / 0.15)

CMYK percentages

%0
%31.02
%12.04
%15.29

Codes

Color #D895BE in popluar color models

D8 95 BE
RGB 216 149 190
HSL 323° 46.21% 71.57%
HSB/HSV 323° 31.02% 84.71%
CMYK 0.00% 31.02% 12.04%
15.29%

Color #D895BE in popluar number systems.

HEX D8 95 BE
Decimal 216 149 190
Binary 11011000 10010101 10111110
Octal 330 225 276

Shades and tints

Shades of #D895BE

#D895BE
(216,149,190)
#C588AD
(197,136,173)
#B27B9C
(178,123,156)
#9F6E8B
(159,110,139)
#8C617A
(140,97,122)
#795469
(121,84,105)
#664758
(102,71,88)
#533A47
(83,58,71)
#402D36
(64,45,54)
#2D2025
(45,32,37)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #D895BE

#D895BE
(216,149,190)
#DB9EC3
(219,158,195)
#DEA7C8
(222,167,200)
#E1B0CD
(225,176,205)
#E4B9D2
(228,185,210)
#E7C2D7
(231,194,215)
#EACBDC
(234,203,220)
#EDD4E1
(237,212,225)
#F0DDE6
(240,221,230)
#F3E6EB
(243,230,235)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D895BE color. Also use rgb(216,149,190) instead hex code.

Text Font Color

.myTextColor { color: #D895BE; }

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

This text font color is #D895BE.

Background Color

.myBgColor { background-color: #D895BE; }

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

This div background color is #D895BE.

Border color

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

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

This div border color is #D895BE.

Opacity

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

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

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

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

This text has shadow with #D895BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D895BE.

Preview

Color preview on black background

This text has color #D895BE on black background.


Color preview on white background

This text has color #D895BE on white background.


Black color preview on #D895BE background

This text has black color on #D895BE background.


White color preview on #D895BE background

This text has white color on #D895BE background.


Related colors

Complementary color

Complementary color for #hex is #276A41.


I love getcolorcode.com

Triadic colors

1 #BED895 and #95BED8 with #D895BE are triadic colors.

2 #BE95D8 and #95D8BE with #D895BE are triadic colors.