COLOR #D6CE85

HEX: #D6CE85 RGB: (214,206,133)

Color info

#D6CE85 contains mainly red and green colors. Web safe color of #D6CE85 is #CCCC99 (or #CC9).

RGB color model

#D6CE85 color RGB value is (214,206,133).

RGB: (214,206,133) (84%, 81%, 52%)

RGB channels and saturation

R 214 of 255 = 84%
G 206 of 255 = 81%
B 133 of 255 = 52%

214
206
133

R + G + B ~ 72%. #D6CE85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 206 + 133 = 553 (100%)
R 214 of 553 ~ 38.7%
G 206 of 553 ~ 37.25%
B 133 of 553 ~ 24.05'%

%38.7
%37.25
%24.05

CMYK color model

#D6CE85 color CMYK value is (0,4,38,16).

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

CMYK: (0,4,38,16)
C0M4Y38K16 (0%, 4%, 38%, 16%)
(0.00 / 0.04 / 0.38 / 0.16)

CMYK percentages

%0
%3.74
%37.85
%16.08

Codes

Color #D6CE85 in popluar color models

D6 CE 85
RGB 214 206 133
HSL 54° 49.69% 68.04%
HSB/HSV 54° 37.85% 83.92%
CMYK 0.00% 3.74% 37.85%
16.08%

Color #D6CE85 in popluar number systems.

HEX D6 CE 85
Decimal 214 206 133
Binary 11010110 11001110 10000101
Octal 326 316 205

Shades and tints

Shades of #D6CE85

#D6CE85
(214,206,133)
#C3BC79
(195,188,121)
#B0AA6D
(176,170,109)
#9D9861
(157,152,97)
#8A8655
(138,134,85)
#777449
(119,116,73)
#64623D
(100,98,61)
#515031
(81,80,49)
#3E3E25
(62,62,37)
#2B2C19
(43,44,25)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #D6CE85

#D6CE85
(214,206,133)
#D9D290
(217,210,144)
#DCD69B
(220,214,155)
#DFDAA6
(223,218,166)
#E2DEB1
(226,222,177)
#E5E2BC
(229,226,188)
#E8E6C7
(232,230,199)
#EBEAD2
(235,234,210)
#EEEEDD
(238,238,221)
#F1F2E8
(241,242,232)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CE85; }

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

This text font color is #D6CE85.

Background Color

.myBgColor { background-color: #D6CE85; }

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

This div background color is #D6CE85.

Border color

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

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

This div border color is #D6CE85.

Opacity

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

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

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

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

This text has shadow with #D6CE85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CE85.

Preview

Color preview on black background

This text has color #D6CE85 on black background.


Color preview on white background

This text has color #D6CE85 on white background.


Black color preview on #D6CE85 background

This text has black color on #D6CE85 background.


White color preview on #D6CE85 background

This text has white color on #D6CE85 background.


Related colors

Complementary color

Complementary color for #hex is #29317A.


I love getcolorcode.com

Triadic colors

1 #85D6CE and #CE85D6 with #D6CE85 are triadic colors.

2 #85CED6 and #CED685 with #D6CE85 are triadic colors.