COLOR #D298BC

HEX: #D298BC
RGB: (210,152,188)

Color info

#D298BC contains red, green and blue colors in about the same proportion. Web safe color of #D298BC is #CC99CC (or #C9C).

RGB color model

#D298BC color RGB value is (210,152,188).

  • red value is 210;
  • green value is 152;
  • blue value is 188.
RGB:
(210,152,188)
(82%,60%,74%)

RGB channels and saturation

R 210 of 255 = 82%
G 152 of 255 = 60%
B 188 of 255 = 74%

210
152
188

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

Portions of RGB colors in percentages

R + G + B =
210 + 152 + 188 = 550 (100%)
R 210 of 550 ~ 38.18%
G 152 of 550 ~ 27.64%
B 188 of 550 ~ 34.18%

%38.18
%27.64
%34.18

CMYK color model

#D298BC color CMYK value is (0,28,10,18).

  • cyan value is 0.00%
  • magenta value is 27.62%
  • yellow value is 10.48%
  • key color value is 17.65%
CMYK:
(0,28,10,18)
C0M28Y10K18 
(0%,28%,10%,18%)
(0.00/0.28/0.10/0.18)	

CMYK percentages

%0
%27.62
%10.48
%17.65

Codes

Color #D298BC in popluar color models

D298BC
RGB210152188
HSL323°39.19%70.98%
HSB/HSV323°27.62%82.35%
CMYK0.00%27.62%10.48%
17.65%

Color #D298BC in popluar number systems.

HEXD298BC
Decimal210152188
Binary110100101001100010111100
Octal322230274

Shades and tints

Shades of #D298BC

#D298BC
(210,152,188)
#BF8BAB
(191,139,171)
#AC7E9A
(172,126,154)
#997189
(153,113,137)
#866478
(134,100,120)
#735767
(115,87,103)
#604A56
(96,74,86)
#4D3D45
(77,61,69)
#3A3034
(58,48,52)
#272323
(39,35,35)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #D298BC

#D298BC
(210,152,188)
#D6A1C2
(214,161,194)
#DAAAC8
(218,170,200)
#DEB3CE
(222,179,206)
#E2BCD4
(226,188,212)
#E6C5DA
(230,197,218)
#EACEE0
(234,206,224)
#EED7E6
(238,215,230)
#F2E0EC
(242,224,236)
#F6E9F2
(246,233,242)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D298BC color. Also use rgb(210,152,188) instead hex code.

Text Font Color

.myTextColor { color: #D298BC; }

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

This text font color is #D298BC.


Background Color

.myBgColor { background-color: #D298BC; }

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

This div background color is #D298BC.


Border color

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

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

This div border color is #D298BC.


Opacity

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

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

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

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

This text has shadow with #D298BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D298BC on black background.


Color preview on white background

This text has color #D298BC on white background.



Black color preview on #D298BC background

This text has black color on #D298BC background.


White color preview on #D298BC background

This text has white color on #D298BC background.