COLOR #D398C8

HEX: #D398C8
RGB: (211,152,200)

Color info

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

RGB color model

#D398C8 color RGB value is (211,152,200).

  • red value is 211;
  • green value is 152;
  • blue value is 200.
RGB:
(211,152,200)
(83%,60%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 152 of 255 = 60%
B 200 of 255 = 78%

211
152
200

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

Portions of RGB colors in percentages

R + G + B =
211 + 152 + 200 = 563 (100%)
R 211 of 563 ~ 37.48%
G 152 of 563 ~ 27%
B 200 of 563 ~ 35.52%

%37.48
%27
%35.52

CMYK color model

#D398C8 color CMYK value is (0,28,5,17).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 5.21%
  • key color value is 17.25%
CMYK:
(0,28,5,17)
C0M28Y5K17 
(0%,28%,5%,17%)
(0.00/0.28/0.05/0.17)	

CMYK percentages

%0
%27.96
%5.21
%17.25

Codes

Color #D398C8 in popluar color models

D398C8
RGB211152200
HSL311°40.14%71.18%
HSB/HSV311°27.96%82.75%
CMYK0.00%27.96%5.21%
17.25%

Color #D398C8 in popluar number systems.

HEXD398C8
Decimal211152200
Binary110100111001100011001000
Octal323230310

Shades and tints

Shades of #D398C8

#D398C8
(211,152,200)
#C08BB6
(192,139,182)
#AD7EA4
(173,126,164)
#9A7192
(154,113,146)
#876480
(135,100,128)
#74576E
(116,87,110)
#614A5C
(97,74,92)
#4E3D4A
(78,61,74)
#3B3038
(59,48,56)
#282326
(40,35,38)
#151614
(21,22,20)
#000000
(0,0,0)

Tints of #D398C8

#D398C8
(211,152,200)
#D7A1CD
(215,161,205)
#DBAAD2
(219,170,210)
#DFB3D7
(223,179,215)
#E3BCDC
(227,188,220)
#E7C5E1
(231,197,225)
#EBCEE6
(235,206,230)
#EFD7EB
(239,215,235)
#F3E0F0
(243,224,240)
#F7E9F5
(247,233,245)
#FBF2FA
(251,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D398C8 color. Also use rgb(211,152,200) instead hex code.

Text Font Color

.myTextColor { color: #D398C8; }

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

This text font color is #D398C8.


Background Color

.myBgColor { background-color: #D398C8; }

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

This div background color is #D398C8.


Border color

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

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

This div border color is #D398C8.


Opacity

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

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

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

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

This text has shadow with #D398C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D398C8 on black background.


Color preview on white background

This text has color #D398C8 on white background.



Black color preview on #D398C8 background

This text has black color on #D398C8 background.


White color preview on #D398C8 background

This text has white color on #D398C8 background.