COLOR #D299D6

HEX: #D299D6
RGB: (210,153,214)

Color info

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

RGB color model

#D299D6 color RGB value is (210,153,214).

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

RGB channels and saturation

R 210 of 255 = 82%
G 153 of 255 = 60%
B 214 of 255 = 84%

210
153
214

R + G + B ~ 75%. #D299D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 153 + 214 = 577 (100%)
R 210 of 577 ~ 36.4%
G 153 of 577 ~ 26.52%
B 214 of 577 ~ 37.09%

%36.4
%26.52
%37.09

CMYK color model

#D299D6 color CMYK value is (2,29,0,16).

  • cyan value is 1.87%
  • magenta value is 28.50%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(2,29,0,16)
C2M29Y0K16 
(2%,29%,0%,16%)
(0.02/0.29/0.00/0.16)	

CMYK percentages

%1.87
%28.5
%0
%16.08

Codes

Color #D299D6 in popluar color models

D299D6
RGB210153214
HSL296°42.66%71.96%
HSB/HSV296°28.50%83.92%
CMYK1.87%28.50%0.00%
16.08%

Color #D299D6 in popluar number systems.

HEXD299D6
Decimal210153214
Binary110100101001100111010110
Octal322231326

Shades and tints

Shades of #D299D6

#D299D6
(210,153,214)
#BF8CC3
(191,140,195)
#AC7FB0
(172,127,176)
#99729D
(153,114,157)
#86658A
(134,101,138)
#735877
(115,88,119)
#604B64
(96,75,100)
#4D3E51
(77,62,81)
#3A313E
(58,49,62)
#27242B
(39,36,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #D299D6

#D299D6
(210,153,214)
#D6A2D9
(214,162,217)
#DAABDC
(218,171,220)
#DEB4DF
(222,180,223)
#E2BDE2
(226,189,226)
#E6C6E5
(230,198,229)
#EACFE8
(234,207,232)
#EED8EB
(238,216,235)
#F2E1EE
(242,225,238)
#F6EAF1
(246,234,241)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D299D6; }

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

This text font color is #D299D6.


Background Color

.myBgColor { background-color: #D299D6; }

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

This div background color is #D299D6.


Border color

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

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

This div border color is #D299D6.


Opacity

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

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

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

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

This text has shadow with #D299D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D299D6 on black background.


Color preview on white background

This text has color #D299D6 on white background.



Black color preview on #D299D6 background

This text has black color on #D299D6 background.


White color preview on #D299D6 background

This text has white color on #D299D6 background.