COLOR #DFDFBD

HEX: #DFDFBD
RGB: (223,223,189)

Color info

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

RGB color model

#DFDFBD color RGB value is (223,223,189).

  • red value is 223;
  • green value is 223;
  • blue value is 189.
RGB:
(223,223,189)
(87%,87%,74%)

RGB channels and saturation

R 223 of 255 = 87%
G 223 of 255 = 87%
B 189 of 255 = 74%

223
223
189

R + G + B ~ 83%. #DFDFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
223 + 223 + 189 = 635 (100%)
R 223 of 635 ~ 35.12%
G 223 of 635 ~ 35.12%
B 189 of 635 ~ 29.76%

%35.12
%35.12
%29.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 12.55%
CMYK:
(0,0,15,13)
C0M0Y15K13 
(0%,0%,15%,13%)
(0.00/0.00/0.15/0.13)	

CMYK percentages

%0
%0
%15.25
%12.55

Codes

Color #DFDFBD in popluar color models

DFDFBD
RGB223223189
HSL60°34.69%80.78%
HSB/HSV60°15.25%87.45%
CMYK0.00%0.00%15.25%
12.55%

Color #DFDFBD in popluar number systems.

HEXDFDFBD
Decimal223223189
Binary110111111101111110111101
Octal337337275

Shades and tints

Shades of #DFDFBD

#DFDFBD
(223,223,189)
#CBCBAC
(203,203,172)
#B7B79B
(183,183,155)
#A3A38A
(163,163,138)
#8F8F79
(143,143,121)
#7B7B68
(123,123,104)
#676757
(103,103,87)
#535346
(83,83,70)
#3F3F35
(63,63,53)
#2B2B24
(43,43,36)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #DFDFBD

#DFDFBD
(223,223,189)
#E1E1C3
(225,225,195)
#E3E3C9
(227,227,201)
#E5E5CF
(229,229,207)
#E7E7D5
(231,231,213)
#E9E9DB
(233,233,219)
#EBEBE1
(235,235,225)
#EDEDE7
(237,237,231)
#EFEFED
(239,239,237)
#F1F1F3
(241,241,243)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DFDFBD; }

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

This text font color is #DFDFBD.


Background Color

.myBgColor { background-color: #DFDFBD; }

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

This div background color is #DFDFBD.


Border color

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

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

This div border color is #DFDFBD.


Opacity

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

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

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

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

This text has shadow with #DFDFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DFDFBD on black background.


Color preview on white background

This text has color #DFDFBD on white background.



Black color preview on #DFDFBD background

This text has black color on #DFDFBD background.


White color preview on #DFDFBD background

This text has white color on #DFDFBD background.