COLOR #D5CFB2

HEX: #D5CFB2
RGB: (213,207,178)

Color info

#D5CFB2 contains red, green and blue colors in about the same proportion. Web safe color of #D5CFB2 is #CCCC99 (or #CC9).

RGB color model

#D5CFB2 color RGB value is (213,207,178).

  • red value is 213;
  • green value is 207;
  • blue value is 178.
RGB:
(213,207,178)
(84%,81%,70%)

RGB channels and saturation

R 213 of 255 = 84%
G 207 of 255 = 81%
B 178 of 255 = 70%

213
207
178

R + G + B ~ 78%. #D5CFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 207 + 178 = 598 (100%)
R 213 of 598 ~ 35.62%
G 207 of 598 ~ 34.62%
B 178 of 598 ~ 29.77%

%35.62
%34.62
%29.77

CMYK color model

#D5CFB2 color CMYK value is (0,3,16,16).

  • cyan value is 0.00%
  • magenta value is 2.82%
  • yellow value is 16.43%
  • key color value is 16.47%
CMYK:
(0,3,16,16)
C0M3Y16K16 
(0%,3%,16%,16%)
(0.00/0.03/0.16/0.16)	

CMYK percentages

%0
%2.82
%16.43
%16.47

Codes

Color #D5CFB2 in popluar color models

D5CFB2
RGB213207178
HSL50°29.41%76.67%
HSB/HSV50°16.43%83.53%
CMYK0.00%2.82%16.43%
16.47%

Color #D5CFB2 in popluar number systems.

HEXD5CFB2
Decimal213207178
Binary110101011100111110110010
Octal325317262

Shades and tints

Shades of #D5CFB2

#D5CFB2
(213,207,178)
#C2BDA2
(194,189,162)
#AFAB92
(175,171,146)
#9C9982
(156,153,130)
#898772
(137,135,114)
#767562
(118,117,98)
#636352
(99,99,82)
#505142
(80,81,66)
#3D3F32
(61,63,50)
#2A2D22
(42,45,34)
#171B12
(23,27,18)
#000000
(0,0,0)

Tints of #D5CFB2

#D5CFB2
(213,207,178)
#D8D3B9
(216,211,185)
#DBD7C0
(219,215,192)
#DEDBC7
(222,219,199)
#E1DFCE
(225,223,206)
#E4E3D5
(228,227,213)
#E7E7DC
(231,231,220)
#EAEBE3
(234,235,227)
#EDEFEA
(237,239,234)
#F0F3F1
(240,243,241)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CFB2 color. Also use rgb(213,207,178) instead hex code.

Text Font Color

.myTextColor { color: #D5CFB2; }

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

This text font color is #D5CFB2.


Background Color

.myBgColor { background-color: #D5CFB2; }

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

This div background color is #D5CFB2.


Border color

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

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

This div border color is #D5CFB2.


Opacity

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

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

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

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

This text has shadow with #D5CFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CFB2 on black background.


Color preview on white background

This text has color #D5CFB2 on white background.



Black color preview on #D5CFB2 background

This text has black color on #D5CFB2 background.


White color preview on #D5CFB2 background

This text has white color on #D5CFB2 background.