COLOR #D38CA3

HEX: #D38CA3
RGB: (211,140,163)

Color info

#D38CA3 contains mainly red and blue colors. Web safe color of #D38CA3 is #CC9999 (or #C99).

RGB color model

#D38CA3 color RGB value is (211,140,163).

  • red value is 211;
  • green value is 140;
  • blue value is 163.
RGB:
(211,140,163)
(83%,55%,64%)

RGB channels and saturation

R 211 of 255 = 83%
G 140 of 255 = 55%
B 163 of 255 = 64%

211
140
163

R + G + B ~ 67%. #D38CA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 140 + 163 = 514 (100%)
R 211 of 514 ~ 41.05%
G 140 of 514 ~ 27.24%
B 163 of 514 ~ 31.71%

%41.05
%27.24
%31.71

CMYK color model

#D38CA3 color CMYK value is (0,34,23,17).

  • cyan value is 0.00%
  • magenta value is 33.65%
  • yellow value is 22.75%
  • key color value is 17.25%
CMYK:
(0,34,23,17)
C0M34Y23K17 
(0%,34%,23%,17%)
(0.00/0.34/0.23/0.17)	

CMYK percentages

%0
%33.65
%22.75
%17.25

Codes

Color #D38CA3 in popluar color models

D38CA3
RGB211140163
HSL341°44.65%68.82%
HSB/HSV341°33.65%82.75%
CMYK0.00%33.65%22.75%
17.25%

Color #D38CA3 in popluar number systems.

HEXD38CA3
Decimal211140163
Binary110100111000110010100011
Octal323214243

Shades and tints

Shades of #D38CA3

#D38CA3
(211,140,163)
#C08095
(192,128,149)
#AD7487
(173,116,135)
#9A6879
(154,104,121)
#875C6B
(135,92,107)
#74505D
(116,80,93)
#61444F
(97,68,79)
#4E3841
(78,56,65)
#3B2C33
(59,44,51)
#282025
(40,32,37)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #D38CA3

#D38CA3
(211,140,163)
#D796AB
(215,150,171)
#DBA0B3
(219,160,179)
#DFAABB
(223,170,187)
#E3B4C3
(227,180,195)
#E7BECB
(231,190,203)
#EBC8D3
(235,200,211)
#EFD2DB
(239,210,219)
#F3DCE3
(243,220,227)
#F7E6EB
(247,230,235)
#FBF0F3
(251,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D38CA3 color. Also use rgb(211,140,163) instead hex code.

Text Font Color

.myTextColor { color: #D38CA3; }

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

This text font color is #D38CA3.


Background Color

.myBgColor { background-color: #D38CA3; }

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

This div background color is #D38CA3.


Border color

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

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

This div border color is #D38CA3.


Opacity

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

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

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

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

This text has shadow with #D38CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D38CA3 on black background.


Color preview on white background

This text has color #D38CA3 on white background.



Black color preview on #D38CA3 background

This text has black color on #D38CA3 background.


White color preview on #D38CA3 background

This text has white color on #D38CA3 background.