COLOR #D5926E

HEX: #D5926E
RGB: (213,146,110)

Color info

#D5926E contains mainly red color. Web safe color of #D5926E is #CC9966 (or #C96).

RGB color model

#D5926E color RGB value is (213,146,110).

  • red value is 213;
  • green value is 146;
  • blue value is 110.
RGB:
(213,146,110)
(84%,57%,43%)

RGB channels and saturation

R 213 of 255 = 84%
G 146 of 255 = 57%
B 110 of 255 = 43%

213
146
110

R + G + B ~ 61%. #D5926E is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 146 + 110 = 469 (100%)
R 213 of 469 ~ 45.42%
G 146 of 469 ~ 31.13%
B 110 of 469 ~ 23.45%

%45.42
%31.13
%23.45

CMYK color model

#D5926E color CMYK value is (0,31,48,16).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 48.36%
  • key color value is 16.47%
CMYK:
(0,31,48,16)
C0M31Y48K16 
(0%,31%,48%,16%)
(0.00/0.31/0.48/0.16)	

CMYK percentages

%0
%31.46
%48.36
%16.47

Codes

Color #D5926E in popluar color models

D5926E
RGB213146110
HSL21°55.08%63.33%
HSB/HSV21°48.36%83.53%
CMYK0.00%31.46%48.36%
16.47%

Color #D5926E in popluar number systems.

HEXD5926E
Decimal213146110
Binary11010101100100101101110
Octal325222156

Shades and tints

Shades of #D5926E

#D5926E
(213,146,110)
#C28564
(194,133,100)
#AF785A
(175,120,90)
#9C6B50
(156,107,80)
#895E46
(137,94,70)
#76513C
(118,81,60)
#634432
(99,68,50)
#503728
(80,55,40)
#3D2A1E
(61,42,30)
#2A1D14
(42,29,20)
#17100A
(23,16,10)
#000000
(0,0,0)

Tints of #D5926E

#D5926E
(213,146,110)
#D89B7B
(216,155,123)
#DBA488
(219,164,136)
#DEAD95
(222,173,149)
#E1B6A2
(225,182,162)
#E4BFAF
(228,191,175)
#E7C8BC
(231,200,188)
#EAD1C9
(234,209,201)
#EDDAD6
(237,218,214)
#F0E3E3
(240,227,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5926E color. Also use rgb(213,146,110) instead hex code.

Text Font Color

.myTextColor { color: #D5926E; }

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

This text font color is #D5926E.


Background Color

.myBgColor { background-color: #D5926E; }

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

This div background color is #D5926E.


Border color

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

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

This div border color is #D5926E.


Opacity

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

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

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

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

This text has shadow with #D5926E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5926E on black background.


Color preview on white background

This text has color #D5926E on white background.



Black color preview on #D5926E background

This text has black color on #D5926E background.


White color preview on #D5926E background

This text has white color on #D5926E background.