COLOR #D1C694

HEX: #D1C694
RGB: (209,198,148)

Color info

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

RGB color model

#D1C694 color RGB value is (209,198,148).

  • red value is 209;
  • green value is 198;
  • blue value is 148.
RGB:
(209,198,148)
(82%,78%,58%)

RGB channels and saturation

R 209 of 255 = 82%
G 198 of 255 = 78%
B 148 of 255 = 58%

209
198
148

R + G + B ~ 73%. #D1C694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 198 + 148 = 555 (100%)
R 209 of 555 ~ 37.66%
G 198 of 555 ~ 35.68%
B 148 of 555 ~ 26.67%

%37.66
%35.68
%26.67

CMYK color model

#D1C694 color CMYK value is (0,5,29,18).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 29.19%
  • key color value is 18.04%
CMYK:
(0,5,29,18)
C0M5Y29K18 
(0%,5%,29%,18%)
(0.00/0.05/0.29/0.18)	

CMYK percentages

%0
%5.26
%29.19
%18.04

Codes

Color #D1C694 in popluar color models

D1C694
RGB209198148
HSL49°39.87%70.00%
HSB/HSV49°29.19%81.96%
CMYK0.00%5.26%29.19%
18.04%

Color #D1C694 in popluar number systems.

HEXD1C694
Decimal209198148
Binary110100011100011010010100
Octal321306224

Shades and tints

Shades of #D1C694

#D1C694
(209,198,148)
#BEB487
(190,180,135)
#ABA27A
(171,162,122)
#98906D
(152,144,109)
#857E60
(133,126,96)
#726C53
(114,108,83)
#5F5A46
(95,90,70)
#4C4839
(76,72,57)
#39362C
(57,54,44)
#26241F
(38,36,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #D1C694

#D1C694
(209,198,148)
#D5CB9D
(213,203,157)
#D9D0A6
(217,208,166)
#DDD5AF
(221,213,175)
#E1DAB8
(225,218,184)
#E5DFC1
(229,223,193)
#E9E4CA
(233,228,202)
#EDE9D3
(237,233,211)
#F1EEDC
(241,238,220)
#F5F3E5
(245,243,229)
#F9F8EE
(249,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1C694 color. Also use rgb(209,198,148) instead hex code.

Text Font Color

.myTextColor { color: #D1C694; }

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

This text font color is #D1C694.


Background Color

.myBgColor { background-color: #D1C694; }

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

This div background color is #D1C694.


Border color

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

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

This div border color is #D1C694.


Opacity

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

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

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

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

This text has shadow with #D1C694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1C694 on black background.


Color preview on white background

This text has color #D1C694 on white background.



Black color preview on #D1C694 background

This text has black color on #D1C694 background.


White color preview on #D1C694 background

This text has white color on #D1C694 background.