COLOR #D398BB

HEX: #D398BB RGB: (211,152,187)

Color info

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

RGB color model

#D398BB color RGB value is (211,152,187).

RGB: (211,152,187) (83%, 60%, 73%)

RGB channels and saturation

R 211 of 255 = 83%
G 152 of 255 = 60%
B 187 of 255 = 73%

211
152
187

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

Portions of RGB colors in percentages

R + G + B = 211 + 152 + 187 = 550 (100%)
R 211 of 550 ~ 38.36%
G 152 of 550 ~ 27.64%
B 187 of 550 ~ 34'%

%38.36
%27.64
%34

CMYK color model

#D398BB color CMYK value is (0,28,11,17).

  • cyan value is 0.00%
  • magenta value is 27.96%
  • yellow value is 11.37%
  • key color value is 17.25%

CMYK: (0,28,11,17)
C0M28Y11K17 (0%, 28%, 11%, 17%)
(0.00 / 0.28 / 0.11 / 0.17)

CMYK percentages

%0
%27.96
%11.37
%17.25

Codes

Color #D398BB in popluar color models

D3 98 BB
RGB 211 152 187
HSL 324° 40.14% 71.18%
HSB/HSV 324° 27.96% 82.75%
CMYK 0.00% 27.96% 11.37%
17.25%

Color #D398BB in popluar number systems.

HEX D3 98 BB
Decimal 211 152 187
Binary 11010011 10011000 10111011
Octal 323 230 273

Shades and tints

Shades of #D398BB

#D398BB
(211,152,187)
#C08BAA
(192,139,170)
#AD7E99
(173,126,153)
#9A7188
(154,113,136)
#876477
(135,100,119)
#745766
(116,87,102)
#614A55
(97,74,85)
#4E3D44
(78,61,68)
#3B3033
(59,48,51)
#282322
(40,35,34)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #D398BB

#D398BB
(211,152,187)
#D7A1C1
(215,161,193)
#DBAAC7
(219,170,199)
#DFB3CD
(223,179,205)
#E3BCD3
(227,188,211)
#E7C5D9
(231,197,217)
#EBCEDF
(235,206,223)
#EFD7E5
(239,215,229)
#F3E0EB
(243,224,235)
#F7E9F1
(247,233,241)
#FBF2F7
(251,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D398BB; }

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

This text font color is #D398BB.

Background Color

.myBgColor { background-color: #D398BB; }

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

This div background color is #D398BB.

Border color

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

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

This div border color is #D398BB.

Opacity

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

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

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

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

This text has shadow with #D398BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D398BB.

Preview

Color preview on black background

This text has color #D398BB on black background.


Color preview on white background

This text has color #D398BB on white background.


Black color preview on #D398BB background

This text has black color on #D398BB background.


White color preview on #D398BB background

This text has white color on #D398BB background.


Related colors

Complementary color

Complementary color for #hex is #2C6744.


I love getcolorcode.com

Triadic colors

1 #BBD398 and #98BBD3 with #D398BB are triadic colors.

2 #BB98D3 and #98D3BB with #D398BB are triadic colors.