COLOR #D26B63

HEX: #D26B63
RGB: (210,107,99)

Color info

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

RGB color model

#D26B63 color RGB value is (210,107,99).

  • red value is 210;
  • green value is 107;
  • blue value is 99.
RGB:
(210,107,99)
(82%,42%,39%)

RGB channels and saturation

R 210 of 255 = 82%
G 107 of 255 = 42%
B 99 of 255 = 39%

210
107
99

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

Portions of RGB colors in percentages

R + G + B =
210 + 107 + 99 = 416 (100%)
R 210 of 416 ~ 50.48%
G 107 of 416 ~ 25.72%
B 99 of 416 ~ 23.8%

%50.48
%25.72
%23.8

CMYK color model

#D26B63 color CMYK value is (0,49,53,18).

  • cyan value is 0.00%
  • magenta value is 49.05%
  • yellow value is 52.86%
  • key color value is 17.65%
CMYK:
(0,49,53,18)
C0M49Y53K18 
(0%,49%,53%,18%)
(0.00/0.49/0.53/0.18)	

CMYK percentages

%0
%49.05
%52.86
%17.65

Codes

Color #D26B63 in popluar color models

D26B63
RGB21010799
HSL55.22%60.59%
HSB/HSV52.86%82.35%
CMYK0.00%49.05%52.86%
17.65%

Color #D26B63 in popluar number systems.

HEXD26B63
Decimal21010799
Binary1101001011010111100011
Octal322153143

Shades and tints

Shades of #D26B63

#D26B63
(210,107,99)
#BF625A
(191,98,90)
#AC5951
(172,89,81)
#995048
(153,80,72)
#86473F
(134,71,63)
#733E36
(115,62,54)
#60352D
(96,53,45)
#4D2C24
(77,44,36)
#3A231B
(58,35,27)
#271A12
(39,26,18)
#141109
(20,17,9)
#000000
(0,0,0)

Tints of #D26B63

#D26B63
(210,107,99)
#D67871
(214,120,113)
#DA857F
(218,133,127)
#DE928D
(222,146,141)
#E29F9B
(226,159,155)
#E6ACA9
(230,172,169)
#EAB9B7
(234,185,183)
#EEC6C5
(238,198,197)
#F2D3D3
(242,211,211)
#F6E0E1
(246,224,225)
#FAEDEF
(250,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D26B63 color. Also use rgb(210,107,99) instead hex code.

Text Font Color

.myTextColor { color: #D26B63; }

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

This text font color is #D26B63.


Background Color

.myBgColor { background-color: #D26B63; }

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

This div background color is #D26B63.


Border color

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

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

This div border color is #D26B63.


Opacity

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

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

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

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

This text has shadow with #D26B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D26B63 on black background.


Color preview on white background

This text has color #D26B63 on white background.



Black color preview on #D26B63 background

This text has black color on #D26B63 background.


White color preview on #D26B63 background

This text has white color on #D26B63 background.