COLOR #D08792

HEX: #D08792
RGB: (208,135,146)

Color info

#D08792 contains mainly red color. Web safe color of #D08792 is #CC9999 (or #C99).

RGB color model

#D08792 color RGB value is (208,135,146).

  • red value is 208;
  • green value is 135;
  • blue value is 146.
RGB:
(208,135,146)
(82%,53%,57%)

RGB channels and saturation

R 208 of 255 = 82%
G 135 of 255 = 53%
B 146 of 255 = 57%

208
135
146

R + G + B ~ 64%. #D08792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 135 + 146 = 489 (100%)
R 208 of 489 ~ 42.54%
G 135 of 489 ~ 27.61%
B 146 of 489 ~ 29.86%

%42.54
%27.61
%29.86

CMYK color model

#D08792 color CMYK value is (0,35,30,18).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(0,35,30,18)
C0M35Y30K18 
(0%,35%,30%,18%)
(0.00/0.35/0.30/0.18)	

CMYK percentages

%0
%35.1
%29.81
%18.43

Codes

Color #D08792 in popluar color models

D08792
RGB208135146
HSL351°43.71%67.25%
HSB/HSV351°35.10%81.57%
CMYK0.00%35.10%29.81%
18.43%

Color #D08792 in popluar number systems.

HEXD08792
Decimal208135146
Binary110100001000011110010010
Octal320207222

Shades and tints

Shades of #D08792

#D08792
(208,135,146)
#BE7B85
(190,123,133)
#AC6F78
(172,111,120)
#9A636B
(154,99,107)
#88575E
(136,87,94)
#764B51
(118,75,81)
#643F44
(100,63,68)
#523337
(82,51,55)
#40272A
(64,39,42)
#2E1B1D
(46,27,29)
#1C0F10
(28,15,16)
#000000
(0,0,0)

Tints of #D08792

#D08792
(208,135,146)
#D4919B
(212,145,155)
#D89BA4
(216,155,164)
#DCA5AD
(220,165,173)
#E0AFB6
(224,175,182)
#E4B9BF
(228,185,191)
#E8C3C8
(232,195,200)
#ECCDD1
(236,205,209)
#F0D7DA
(240,215,218)
#F4E1E3
(244,225,227)
#F8EBEC
(248,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D08792 color. Also use rgb(208,135,146) instead hex code.

Text Font Color

.myTextColor { color: #D08792; }

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

This text font color is #D08792.


Background Color

.myBgColor { background-color: #D08792; }

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

This div background color is #D08792.


Border color

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

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

This div border color is #D08792.


Opacity

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

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

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

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

This text has shadow with #D08792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D08792 on black background.


Color preview on white background

This text has color #D08792 on white background.



Black color preview on #D08792 background

This text has black color on #D08792 background.


White color preview on #D08792 background

This text has white color on #D08792 background.