COLOR #D6CEBE

HEX: #D6CEBE RGB: (214,206,190)

Color info

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

RGB color model

#D6CEBE color RGB value is (214,206,190).

RGB: (214,206,190) (84%, 81%, 75%)

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 190 of 255 = 75%

214
206
190

R + G + B ~ 80%. #D6CEBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 206 + 190 = 610 (100%)
R 214 of 610 ~ 35.08%
G 206 of 610 ~ 33.77%
B 190 of 610 ~ 31.15'%

%35.08
%33.77
%31.15

CMYK color model

#D6CEBE color CMYK value is (0,4,11,16).

  • cyan value is 0.00%
  • magenta value is 3.74%
  • yellow value is 11.21%
  • key color value is 16.08%

CMYK: (0,4,11,16)
C0M4Y11K16 (0%, 4%, 11%, 16%)
(0.00 / 0.04 / 0.11 / 0.16)

CMYK percentages

%0
%3.74
%11.21
%16.08

Codes

Color #D6CEBE in popluar color models

D6 CE BE
RGB 214 206 190
HSL 40° 22.64% 79.22%
HSB/HSV 40° 11.21% 83.92%
CMYK 0.00% 3.74% 11.21%
16.08%

Color #D6CEBE in popluar number systems.

HEX D6 CE BE
Decimal 214 206 190
Binary 11010110 11001110 10111110
Octal 326 316 276

Shades and tints

Shades of #D6CEBE

#D6CEBE
(214,206,190)
#C3BCAD
(195,188,173)
#B0AA9C
(176,170,156)
#9D988B
(157,152,139)
#8A867A
(138,134,122)
#777469
(119,116,105)
#646258
(100,98,88)
#515047
(81,80,71)
#3E3E36
(62,62,54)
#2B2C25
(43,44,37)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #D6CEBE

#D6CEBE
(214,206,190)
#D9D2C3
(217,210,195)
#DCD6C8
(220,214,200)
#DFDACD
(223,218,205)
#E2DED2
(226,222,210)
#E5E2D7
(229,226,215)
#E8E6DC
(232,230,220)
#EBEAE1
(235,234,225)
#EEEEE6
(238,238,230)
#F1F2EB
(241,242,235)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6CEBE color. Also use rgb(214,206,190) instead hex code.

Text Font Color

.myTextColor { color: #D6CEBE; }

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

This text font color is #D6CEBE.

Background Color

.myBgColor { background-color: #D6CEBE; }

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

This div background color is #D6CEBE.

Border color

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

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

This div border color is #D6CEBE.

Opacity

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

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

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

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

This text has shadow with #D6CEBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CEBE.

Preview

Color preview on black background

This text has color #D6CEBE on black background.


Color preview on white background

This text has color #D6CEBE on white background.


Black color preview on #D6CEBE background

This text has black color on #D6CEBE background.


White color preview on #D6CEBE background

This text has white color on #D6CEBE background.


Related colors

Complementary color

Complementary color for #hex is #293141.


I love getcolorcode.com

Triadic colors

1 #BED6CE and #CEBED6 with #D6CEBE are triadic colors.

2 #BECED6 and #CED6BE with #D6CEBE are triadic colors.