COLOR #D3D5BE

HEX: #D3D5BE
RGB: (211,213,190)

Color info

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

RGB color model

#D3D5BE color RGB value is (211,213,190).

  • red value is 211;
  • green value is 213;
  • blue value is 190.
RGB:
(211,213,190)
(83%,84%,75%)

RGB channels and saturation

R 211 of 255 = 83%
G 213 of 255 = 84%
B 190 of 255 = 75%

211
213
190

R + G + B ~ 81%. #D3D5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 213 + 190 = 614 (100%)
R 211 of 614 ~ 34.36%
G 213 of 614 ~ 34.69%
B 190 of 614 ~ 30.94%

%34.36
%34.69
%30.94

CMYK color model

#D3D5BE color CMYK value is (1,0,11,16).

  • cyan value is 0.94%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(1,0,11,16)
C1M0Y11K16 
(1%,0%,11%,16%)
(0.01/0.00/0.11/0.16)	

CMYK percentages

%0.94
%0
%10.8
%16.47

Codes

Color #D3D5BE in popluar color models

D3D5BE
RGB211213190
HSL65°21.50%79.02%
HSB/HSV65°10.80%83.53%
CMYK0.94%0.00%10.80%
16.47%

Color #D3D5BE in popluar number systems.

HEXD3D5BE
Decimal211213190
Binary110100111101010110111110
Octal323325276

Shades and tints

Shades of #D3D5BE

#D3D5BE
(211,213,190)
#C0C2AD
(192,194,173)
#ADAF9C
(173,175,156)
#9A9C8B
(154,156,139)
#87897A
(135,137,122)
#747669
(116,118,105)
#616358
(97,99,88)
#4E5047
(78,80,71)
#3B3D36
(59,61,54)
#282A25
(40,42,37)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #D3D5BE

#D3D5BE
(211,213,190)
#D7D8C3
(215,216,195)
#DBDBC8
(219,219,200)
#DFDECD
(223,222,205)
#E3E1D2
(227,225,210)
#E7E4D7
(231,228,215)
#EBE7DC
(235,231,220)
#EFEAE1
(239,234,225)
#F3EDE6
(243,237,230)
#F7F0EB
(247,240,235)
#FBF3F0
(251,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3D5BE color. Also use rgb(211,213,190) instead hex code.

Text Font Color

.myTextColor { color: #D3D5BE; }

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

This text font color is #D3D5BE.


Background Color

.myBgColor { background-color: #D3D5BE; }

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

This div background color is #D3D5BE.


Border color

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

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

This div border color is #D3D5BE.


Opacity

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

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

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

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

This text has shadow with #D3D5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3D5BE on black background.


Color preview on white background

This text has color #D3D5BE on white background.



Black color preview on #D3D5BE background

This text has black color on #D3D5BE background.


White color preview on #D3D5BE background

This text has white color on #D3D5BE background.