COLOR #D5DCBE

HEX: #D5DCBE RGB: (213,220,190)

Color info

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

RGB color model

#D5DCBE color RGB value is (213,220,190).

RGB: (213,220,190) (84%, 86%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 190 of 255 = 75%

213
220
190

R + G + B ~ 82%. #D5DCBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 220 + 190 = 623 (100%)
R 213 of 623 ~ 34.19%
G 220 of 623 ~ 35.31%
B 190 of 623 ~ 30.5'%

%34.19
%35.31
%30.5

CMYK color model

#D5DCBE color CMYK value is (3,0,14,14).

  • cyan value is 3.18%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 13.73%

CMYK: (3,0,14,14)
C3M0Y14K14 (3%, 0%, 14%, 14%)
(0.03 / 0.00 / 0.14 / 0.14)

CMYK percentages

%3.18
%0
%13.64
%13.73

Codes

Color #D5DCBE in popluar color models

D5 DC BE
RGB 213 220 190
HSL 74° 30.00% 80.39%
HSB/HSV 74° 13.64% 86.27%
CMYK 3.18% 0.00% 13.64%
13.73%

Color #D5DCBE in popluar number systems.

HEX D5 DC BE
Decimal 213 220 190
Binary 11010101 11011100 10111110
Octal 325 334 276

Shades and tints

Shades of #D5DCBE

#D5DCBE
(213,220,190)
#C2C8AD
(194,200,173)
#AFB49C
(175,180,156)
#9CA08B
(156,160,139)
#898C7A
(137,140,122)
#767869
(118,120,105)
#636458
(99,100,88)
#505047
(80,80,71)
#3D3C36
(61,60,54)
#2A2825
(42,40,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #D5DCBE

#D5DCBE
(213,220,190)
#D8DFC3
(216,223,195)
#DBE2C8
(219,226,200)
#DEE5CD
(222,229,205)
#E1E8D2
(225,232,210)
#E4EBD7
(228,235,215)
#E7EEDC
(231,238,220)
#EAF1E1
(234,241,225)
#EDF4E6
(237,244,230)
#F0F7EB
(240,247,235)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DCBE; }

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

This text font color is #D5DCBE.

Background Color

.myBgColor { background-color: #D5DCBE; }

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

This div background color is #D5DCBE.

Border color

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

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

This div border color is #D5DCBE.

Opacity

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

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

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

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

This text has shadow with #D5DCBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DCBE.

Preview

Color preview on black background

This text has color #D5DCBE on black background.


Color preview on white background

This text has color #D5DCBE on white background.


Black color preview on #D5DCBE background

This text has black color on #D5DCBE background.


White color preview on #D5DCBE background

This text has white color on #D5DCBE background.


Related colors

Complementary color

Complementary color for #hex is #2A2341.


I love getcolorcode.com

Triadic colors

1 #BED5DC and #DCBED5 with #D5DCBE are triadic colors.

2 #BEDCD5 and #DCD5BE with #D5DCBE are triadic colors.