COLOR #D3C6BE

HEX: #D3C6BE RGB: (211,198,190)

Color info

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

RGB color model

#D3C6BE color RGB value is (211,198,190).

RGB: (211,198,190) (83%, 78%, 75%)

RGB channels and saturation

R 211 of 255 = 83%
G 198 of 255 = 78%
B 190 of 255 = 75%

211
198
190

R + G + B ~ 79%. #D3C6BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 198 + 190 = 599 (100%)
R 211 of 599 ~ 35.23%
G 198 of 599 ~ 33.06%
B 190 of 599 ~ 31.72'%

%35.23
%33.06
%31.72

CMYK color model

#D3C6BE color CMYK value is (0,6,10,17).

  • cyan value is 0.00%
  • magenta value is 6.16%
  • yellow value is 9.95%
  • key color value is 17.25%

CMYK: (0,6,10,17)
C0M6Y10K17 (0%, 6%, 10%, 17%)
(0.00 / 0.06 / 0.10 / 0.17)

CMYK percentages

%0
%6.16
%9.95
%17.25

Codes

Color #D3C6BE in popluar color models

D3 C6 BE
RGB 211 198 190
HSL 23° 19.27% 78.63%
HSB/HSV 23° 9.95% 82.75%
CMYK 0.00% 6.16% 9.95%
17.25%

Color #D3C6BE in popluar number systems.

HEX D3 C6 BE
Decimal 211 198 190
Binary 11010011 11000110 10111110
Octal 323 306 276

Shades and tints

Shades of #D3C6BE

#D3C6BE
(211,198,190)
#C0B4AD
(192,180,173)
#ADA29C
(173,162,156)
#9A908B
(154,144,139)
#877E7A
(135,126,122)
#746C69
(116,108,105)
#615A58
(97,90,88)
#4E4847
(78,72,71)
#3B3636
(59,54,54)
#282425
(40,36,37)
#151214
(21,18,20)
#000000
(0,0,0)

Tints of #D3C6BE

#D3C6BE
(211,198,190)
#D7CBC3
(215,203,195)
#DBD0C8
(219,208,200)
#DFD5CD
(223,213,205)
#E3DAD2
(227,218,210)
#E7DFD7
(231,223,215)
#EBE4DC
(235,228,220)
#EFE9E1
(239,233,225)
#F3EEE6
(243,238,230)
#F7F3EB
(247,243,235)
#FBF8F0
(251,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3C6BE; }

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

This text font color is #D3C6BE.

Background Color

.myBgColor { background-color: #D3C6BE; }

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

This div background color is #D3C6BE.

Border color

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

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

This div border color is #D3C6BE.

Opacity

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

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

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

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

This text has shadow with #D3C6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3C6BE.

Preview

Color preview on black background

This text has color #D3C6BE on black background.


Color preview on white background

This text has color #D3C6BE on white background.


Black color preview on #D3C6BE background

This text has black color on #D3C6BE background.


White color preview on #D3C6BE background

This text has white color on #D3C6BE background.


Related colors

Complementary color

Complementary color for #hex is #2C3941.


I love getcolorcode.com

Triadic colors

1 #BED3C6 and #C6BED3 with #D3C6BE are triadic colors.

2 #BEC6D3 and #C6D3BE with #D3C6BE are triadic colors.