COLOR #D299BD

HEX: #D299BD
RGB: (210,153,189)

Color info

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

RGB color model

#D299BD color RGB value is (210,153,189).

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

RGB channels and saturation

R 210 of 255 = 82%
G 153 of 255 = 60%
B 189 of 255 = 74%

210
153
189

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

Portions of RGB colors in percentages

R + G + B =
210 + 153 + 189 = 552 (100%)
R 210 of 552 ~ 38.04%
G 153 of 552 ~ 27.72%
B 189 of 552 ~ 34.24%

%38.04
%27.72
%34.24

CMYK color model

#D299BD color CMYK value is (0,27,10,18).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 10.00%
  • key color value is 17.65%
CMYK:
(0,27,10,18)
C0M27Y10K18 
(0%,27%,10%,18%)
(0.00/0.27/0.10/0.18)	

CMYK percentages

%0
%27.14
%10
%17.65

Codes

Color #D299BD in popluar color models

D299BD
RGB210153189
HSL322°38.78%71.18%
HSB/HSV322°27.14%82.35%
CMYK0.00%27.14%10.00%
17.65%

Color #D299BD in popluar number systems.

HEXD299BD
Decimal210153189
Binary110100101001100110111101
Octal322231275

Shades and tints

Shades of #D299BD

#D299BD
(210,153,189)
#BF8CAC
(191,140,172)
#AC7F9B
(172,127,155)
#99728A
(153,114,138)
#866579
(134,101,121)
#735868
(115,88,104)
#604B57
(96,75,87)
#4D3E46
(77,62,70)
#3A3135
(58,49,53)
#272424
(39,36,36)
#141713
(20,23,19)
#000000
(0,0,0)

Tints of #D299BD

#D299BD
(210,153,189)
#D6A2C3
(214,162,195)
#DAABC9
(218,171,201)
#DEB4CF
(222,180,207)
#E2BDD5
(226,189,213)
#E6C6DB
(230,198,219)
#EACFE1
(234,207,225)
#EED8E7
(238,216,231)
#F2E1ED
(242,225,237)
#F6EAF3
(246,234,243)
#FAF3F9
(250,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D299BD color. Also use rgb(210,153,189) instead hex code.

Text Font Color

.myTextColor { color: #D299BD; }

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

This text font color is #D299BD.


Background Color

.myBgColor { background-color: #D299BD; }

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

This div background color is #D299BD.


Border color

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

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

This div border color is #D299BD.


Opacity

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

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

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

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

This text has shadow with #D299BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D299BD on black background.


Color preview on white background

This text has color #D299BD on white background.



Black color preview on #D299BD background

This text has black color on #D299BD background.


White color preview on #D299BD background

This text has white color on #D299BD background.