COLOR #D998C2

HEX: #D998C2 RGB: (217,152,194)

Color info

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

RGB color model

#D998C2 color RGB value is (217,152,194).

RGB: (217,152,194) (85%, 60%, 76%)

RGB channels and saturation

R 217 of 255 = 85%
G 152 of 255 = 60%
B 194 of 255 = 76%

217
152
194

R + G + B ~ 74%. #D998C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 152 + 194 = 563 (100%)
R 217 of 563 ~ 38.54%
G 152 of 563 ~ 27%
B 194 of 563 ~ 34.46'%

%38.54
%27
%34.46

CMYK color model

#D998C2 color CMYK value is (0,30,11,15).

  • cyan value is 0.00%
  • magenta value is 29.95%
  • yellow value is 10.60%
  • key color value is 14.90%

CMYK: (0,30,11,15)
C0M30Y11K15 (0%, 30%, 11%, 15%)
(0.00 / 0.30 / 0.11 / 0.15)

CMYK percentages

%0
%29.95
%10.6
%14.9

Codes

Color #D998C2 in popluar color models

D9 98 C2
RGB 217 152 194
HSL 321° 46.10% 72.35%
HSB/HSV 321° 29.95% 85.10%
CMYK 0.00% 29.95% 10.60%
14.90%

Color #D998C2 in popluar number systems.

HEX D9 98 C2
Decimal 217 152 194
Binary 11011001 10011000 11000010
Octal 331 230 302

Shades and tints

Shades of #D998C2

#D998C2
(217,152,194)
#C68BB1
(198,139,177)
#B37EA0
(179,126,160)
#A0718F
(160,113,143)
#8D647E
(141,100,126)
#7A576D
(122,87,109)
#674A5C
(103,74,92)
#543D4B
(84,61,75)
#41303A
(65,48,58)
#2E2329
(46,35,41)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #D998C2

#D998C2
(217,152,194)
#DCA1C7
(220,161,199)
#DFAACC
(223,170,204)
#E2B3D1
(226,179,209)
#E5BCD6
(229,188,214)
#E8C5DB
(232,197,219)
#EBCEE0
(235,206,224)
#EED7E5
(238,215,229)
#F1E0EA
(241,224,234)
#F4E9EF
(244,233,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D998C2 color. Also use rgb(217,152,194) instead hex code.

Text Font Color

.myTextColor { color: #D998C2; }

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

This text font color is #D998C2.

Background Color

.myBgColor { background-color: #D998C2; }

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

This div background color is #D998C2.

Border color

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

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

This div border color is #D998C2.

Opacity

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

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

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

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

This text has shadow with #D998C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D998C2.

Preview

Color preview on black background

This text has color #D998C2 on black background.


Color preview on white background

This text has color #D998C2 on white background.


Black color preview on #D998C2 background

This text has black color on #D998C2 background.


White color preview on #D998C2 background

This text has white color on #D998C2 background.


Related colors

Complementary color

Complementary color for #hex is #26673D.


I love getcolorcode.com

Triadic colors

1 #C2D998 and #98C2D9 with #D998C2 are triadic colors.

2 #C298D9 and #98D9C2 with #D998C2 are triadic colors.