COLOR #D26E61

HEX: #D26E61
RGB: (210,110,97)

Color info

#D26E61 contains mainly red color. Web safe color of #D26E61 is #CC6666 (or #C66).

RGB color model

#D26E61 color RGB value is (210,110,97).

  • red value is 210;
  • green value is 110;
  • blue value is 97.
RGB:
(210,110,97)
(82%,43%,38%)

RGB channels and saturation

R 210 of 255 = 82%
G 110 of 255 = 43%
B 97 of 255 = 38%

210
110
97

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

Portions of RGB colors in percentages

R + G + B =
210 + 110 + 97 = 417 (100%)
R 210 of 417 ~ 50.36%
G 110 of 417 ~ 26.38%
B 97 of 417 ~ 23.26%

%50.36
%26.38
%23.26

CMYK color model

#D26E61 color CMYK value is (0,48,54,18).

  • cyan value is 0.00%
  • magenta value is 47.62%
  • yellow value is 53.81%
  • key color value is 17.65%
CMYK:
(0,48,54,18)
C0M48Y54K18 
(0%,48%,54%,18%)
(0.00/0.48/0.54/0.18)	

CMYK percentages

%0
%47.62
%53.81
%17.65

Codes

Color #D26E61 in popluar color models

D26E61
RGB21011097
HSL55.67%60.20%
HSB/HSV53.81%82.35%
CMYK0.00%47.62%53.81%
17.65%

Color #D26E61 in popluar number systems.

HEXD26E61
Decimal21011097
Binary1101001011011101100001
Octal322156141

Shades and tints

Shades of #D26E61

#D26E61
(210,110,97)
#BF6459
(191,100,89)
#AC5A51
(172,90,81)
#995049
(153,80,73)
#864641
(134,70,65)
#733C39
(115,60,57)
#603231
(96,50,49)
#4D2829
(77,40,41)
#3A1E21
(58,30,33)
#271419
(39,20,25)
#140A11
(20,10,17)
#000000
(0,0,0)

Tints of #D26E61

#D26E61
(210,110,97)
#D67B6F
(214,123,111)
#DA887D
(218,136,125)
#DE958B
(222,149,139)
#E2A299
(226,162,153)
#E6AFA7
(230,175,167)
#EABCB5
(234,188,181)
#EEC9C3
(238,201,195)
#F2D6D1
(242,214,209)
#F6E3DF
(246,227,223)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D26E61 color. Also use rgb(210,110,97) instead hex code.

Text Font Color

.myTextColor { color: #D26E61; }

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

This text font color is #D26E61.


Background Color

.myBgColor { background-color: #D26E61; }

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

This div background color is #D26E61.


Border color

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

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

This div border color is #D26E61.


Opacity

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

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

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

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

This text has shadow with #D26E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D26E61 on black background.


Color preview on white background

This text has color #D26E61 on white background.



Black color preview on #D26E61 background

This text has black color on #D26E61 background.


White color preview on #D26E61 background

This text has white color on #D26E61 background.