COLOR #D295BB

HEX: #D295BB
RGB: (210,149,187)

Color info

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

RGB color model

#D295BB color RGB value is (210,149,187).

  • red value is 210;
  • green value is 149;
  • blue value is 187.
RGB:
(210,149,187)
(82%,58%,73%)

RGB channels and saturation

R 210 of 255 = 82%
G 149 of 255 = 58%
B 187 of 255 = 73%

210
149
187

R + G + B ~ 71%. #D295BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 149 + 187 = 546 (100%)
R 210 of 546 ~ 38.46%
G 149 of 546 ~ 27.29%
B 187 of 546 ~ 34.25%

%38.46
%27.29
%34.25

CMYK color model

#D295BB color CMYK value is (0,29,11,18).

  • cyan value is 0.00%
  • magenta value is 29.05%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(0,29,11,18)
C0M29Y11K18 
(0%,29%,11%,18%)
(0.00/0.29/0.11/0.18)	

CMYK percentages

%0
%29.05
%10.95
%17.65

Codes

Color #D295BB in popluar color models

D295BB
RGB210149187
HSL323°40.40%70.39%
HSB/HSV323°29.05%82.35%
CMYK0.00%29.05%10.95%
17.65%

Color #D295BB in popluar number systems.

HEXD295BB
Decimal210149187
Binary110100101001010110111011
Octal322225273

Shades and tints

Shades of #D295BB

#D295BB
(210,149,187)
#BF88AA
(191,136,170)
#AC7B99
(172,123,153)
#996E88
(153,110,136)
#866177
(134,97,119)
#735466
(115,84,102)
#604755
(96,71,85)
#4D3A44
(77,58,68)
#3A2D33
(58,45,51)
#272022
(39,32,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #D295BB

#D295BB
(210,149,187)
#D69EC1
(214,158,193)
#DAA7C7
(218,167,199)
#DEB0CD
(222,176,205)
#E2B9D3
(226,185,211)
#E6C2D9
(230,194,217)
#EACBDF
(234,203,223)
#EED4E5
(238,212,229)
#F2DDEB
(242,221,235)
#F6E6F1
(246,230,241)
#FAEFF7
(250,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D295BB color. Also use rgb(210,149,187) instead hex code.

Text Font Color

.myTextColor { color: #D295BB; }

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

This text font color is #D295BB.


Background Color

.myBgColor { background-color: #D295BB; }

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

This div background color is #D295BB.


Border color

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

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

This div border color is #D295BB.


Opacity

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

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

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

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

This text has shadow with #D295BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D295BB on black background.


Color preview on white background

This text has color #D295BB on white background.



Black color preview on #D295BB background

This text has black color on #D295BB background.


White color preview on #D295BB background

This text has white color on #D295BB background.