COLOR #D36B8A

HEX: #D36B8A
RGB: (211,107,138)

Color info

#D36B8A contains mainly red color. Web safe color of #D36B8A is #CC6699 (or #C69).

RGB color model

#D36B8A color RGB value is (211,107,138).

  • red value is 211;
  • green value is 107;
  • blue value is 138.
RGB:
(211,107,138)
(83%,42%,54%)

RGB channels and saturation

R 211 of 255 = 83%
G 107 of 255 = 42%
B 138 of 255 = 54%

211
107
138

R + G + B ~ 60%. #D36B8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
211 + 107 + 138 = 456 (100%)
R 211 of 456 ~ 46.27%
G 107 of 456 ~ 23.46%
B 138 of 456 ~ 30.26%

%46.27
%23.46
%30.26

CMYK color model

#D36B8A color CMYK value is (0,49,35,17).

  • cyan value is 0.00%
  • magenta value is 49.29%
  • yellow value is 34.60%
  • key color value is 17.25%
CMYK:
(0,49,35,17)
C0M49Y35K17 
(0%,49%,35%,17%)
(0.00/0.49/0.35/0.17)	

CMYK percentages

%0
%49.29
%34.6
%17.25

Codes

Color #D36B8A in popluar color models

D36B8A
RGB211107138
HSL342°54.17%62.35%
HSB/HSV342°49.29%82.75%
CMYK0.00%49.29%34.60%
17.25%

Color #D36B8A in popluar number systems.

HEXD36B8A
Decimal211107138
Binary11010011110101110001010
Octal323153212

Shades and tints

Shades of #D36B8A

#D36B8A
(211,107,138)
#C0627E
(192,98,126)
#AD5972
(173,89,114)
#9A5066
(154,80,102)
#87475A
(135,71,90)
#743E4E
(116,62,78)
#613542
(97,53,66)
#4E2C36
(78,44,54)
#3B232A
(59,35,42)
#281A1E
(40,26,30)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #D36B8A

#D36B8A
(211,107,138)
#D77894
(215,120,148)
#DB859E
(219,133,158)
#DF92A8
(223,146,168)
#E39FB2
(227,159,178)
#E7ACBC
(231,172,188)
#EBB9C6
(235,185,198)
#EFC6D0
(239,198,208)
#F3D3DA
(243,211,218)
#F7E0E4
(247,224,228)
#FBEDEE
(251,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D36B8A color. Also use rgb(211,107,138) instead hex code.

Text Font Color

.myTextColor { color: #D36B8A; }

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

This text font color is #D36B8A.


Background Color

.myBgColor { background-color: #D36B8A; }

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

This div background color is #D36B8A.


Border color

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

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

This div border color is #D36B8A.


Opacity

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

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

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

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

This text has shadow with #D36B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D36B8A on black background.


Color preview on white background

This text has color #D36B8A on white background.



Black color preview on #D36B8A background

This text has black color on #D36B8A background.


White color preview on #D36B8A background

This text has white color on #D36B8A background.