COLOR #D299AC

HEX: #D299AC RGB: (210,153,172)

Color info

#D299AC contains red, green and blue colors in about the same proportion. Web safe color of #D299AC is #CC9999 (or #C99).

RGB color model

#D299AC color RGB value is (210,153,172).

RGB: (210,153,172) (82%, 60%, 67%)

RGB channels and saturation

R 210 of 255 = 82%
G 153 of 255 = 60%
B 172 of 255 = 67%

210
153
172

R + G + B ~ 70%. #D299AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 153 + 172 = 535 (100%)
R 210 of 535 ~ 39.25%
G 153 of 535 ~ 28.6%
B 172 of 535 ~ 32.15'%

%39.25
%28.6
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 18.10%
  • key color value is 17.65%

CMYK: (0,27,18,18)
C0M27Y18K18 (0%, 27%, 18%, 18%)
(0.00 / 0.27 / 0.18 / 0.18)

CMYK percentages

%0
%27.14
%18.1
%17.65

Codes

Color #D299AC in popluar color models

D2 99 AC
RGB 210 153 172
HSL 340° 38.78% 71.18%
HSB/HSV 340° 27.14% 82.35%
CMYK 0.00% 27.14% 18.10%
17.65%

Color #D299AC in popluar number systems.

HEX D2 99 AC
Decimal 210 153 172
Binary 11010010 10011001 10101100
Octal 322 231 254

Shades and tints

Shades of #D299AC

#D299AC
(210,153,172)
#BF8C9D
(191,140,157)
#AC7F8E
(172,127,142)
#99727F
(153,114,127)
#866570
(134,101,112)
#735861
(115,88,97)
#604B52
(96,75,82)
#4D3E43
(77,62,67)
#3A3134
(58,49,52)
#272425
(39,36,37)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #D299AC

#D299AC
(210,153,172)
#D6A2B3
(214,162,179)
#DAABBA
(218,171,186)
#DEB4C1
(222,180,193)
#E2BDC8
(226,189,200)
#E6C6CF
(230,198,207)
#EACFD6
(234,207,214)
#EED8DD
(238,216,221)
#F2E1E4
(242,225,228)
#F6EAEB
(246,234,235)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D299AC; }

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

This text font color is #D299AC.

Background Color

.myBgColor { background-color: #D299AC; }

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

This div background color is #D299AC.

Border color

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

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

This div border color is #D299AC.

Opacity

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

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

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

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

This text has shadow with #D299AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D299AC.

Preview

Color preview on black background

This text has color #D299AC on black background.


Color preview on white background

This text has color #D299AC on white background.


Black color preview on #D299AC background

This text has black color on #D299AC background.


White color preview on #D299AC background

This text has white color on #D299AC background.


Related colors

Complementary color

Complementary color for #hex is #2D6653.


I love getcolorcode.com

Triadic colors

1 #ACD299 and #99ACD2 with #D299AC are triadic colors.

2 #AC99D2 and #99D2AC with #D299AC are triadic colors.