COLOR #D8BEBD

HEX: #D8BEBD
RGB: (216,190,189)

Color info

#D8BEBD contains red, green and blue colors in about the same proportion. Web safe color of #D8BEBD is #CCCCCC (or #CCC).

RGB color model

#D8BEBD color RGB value is (216,190,189).

  • red value is 216;
  • green value is 190;
  • blue value is 189.
RGB:
(216,190,189)
(85%,75%,74%)

RGB channels and saturation

R 216 of 255 = 85%
G 190 of 255 = 75%
B 189 of 255 = 74%

216
190
189

R + G + B ~ 78%. #D8BEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 190 + 189 = 595 (100%)
R 216 of 595 ~ 36.3%
G 190 of 595 ~ 31.93%
B 189 of 595 ~ 31.76%

%36.3
%31.93
%31.76

CMYK color model

#D8BEBD color CMYK value is (0,12,13,15).

  • cyan value is 0.00%
  • magenta value is 12.04%
  • yellow value is 12.50%
  • key color value is 15.29%
CMYK:
(0,12,13,15)
C0M12Y13K15 
(0%,12%,13%,15%)
(0.00/0.12/0.13/0.15)	

CMYK percentages

%0
%12.04
%12.5
%15.29

Codes

Color #D8BEBD in popluar color models

D8BEBD
RGB216190189
HSL25.71%79.41%
HSB/HSV12.50%84.71%
CMYK0.00%12.04%12.50%
15.29%

Color #D8BEBD in popluar number systems.

HEXD8BEBD
Decimal216190189
Binary110110001011111010111101
Octal330276275

Shades and tints

Shades of #D8BEBD

#D8BEBD
(216,190,189)
#C5ADAC
(197,173,172)
#B29C9B
(178,156,155)
#9F8B8A
(159,139,138)
#8C7A79
(140,122,121)
#796968
(121,105,104)
#665857
(102,88,87)
#534746
(83,71,70)
#403635
(64,54,53)
#2D2524
(45,37,36)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #D8BEBD

#D8BEBD
(216,190,189)
#DBC3C3
(219,195,195)
#DEC8C9
(222,200,201)
#E1CDCF
(225,205,207)
#E4D2D5
(228,210,213)
#E7D7DB
(231,215,219)
#EADCE1
(234,220,225)
#EDE1E7
(237,225,231)
#F0E6ED
(240,230,237)
#F3EBF3
(243,235,243)
#F6F0F9
(246,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BEBD color. Also use rgb(216,190,189) instead hex code.

Text Font Color

.myTextColor { color: #D8BEBD; }

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

This text font color is #D8BEBD.


Background Color

.myBgColor { background-color: #D8BEBD; }

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

This div background color is #D8BEBD.


Border color

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

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

This div border color is #D8BEBD.


Opacity

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

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

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

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

This text has shadow with #D8BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BEBD on black background.


Color preview on white background

This text has color #D8BEBD on white background.



Black color preview on #D8BEBD background

This text has black color on #D8BEBD background.


White color preview on #D8BEBD background

This text has white color on #D8BEBD background.