COLOR #CCD9C1

HEX: #CCD9C1
RGB: (204,217,193)

Color info

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

RGB color model

#CCD9C1 color RGB value is (204,217,193).

  • red value is 204;
  • green value is 217;
  • blue value is 193.
RGB:
(204,217,193)
(80%,85%,76%)

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 193 of 255 = 76%

204
217
193

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

Portions of RGB colors in percentages

R + G + B =
204 + 217 + 193 = 614 (100%)
R 204 of 614 ~ 33.22%
G 217 of 614 ~ 35.34%
B 193 of 614 ~ 31.43%

%33.22
%35.34
%31.43

CMYK color model

#CCD9C1 color CMYK value is (6,0,11,15).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 14.90%
CMYK:
(6,0,11,15)
C6M0Y11K15 
(6%,0%,11%,15%)
(0.06/0.00/0.11/0.15)	

CMYK percentages

%5.99
%0
%11.06
%14.9

Codes

Color #CCD9C1 in popluar color models

CCD9C1
RGB204217193
HSL93°24.00%80.39%
HSB/HSV93°11.06%85.10%
CMYK5.99%0.00%11.06%
14.90%

Color #CCD9C1 in popluar number systems.

HEXCCD9C1
Decimal204217193
Binary110011001101100111000001
Octal314331301

Shades and tints

Shades of #CCD9C1

#CCD9C1
(204,217,193)
#BAC6B0
(186,198,176)
#A8B39F
(168,179,159)
#96A08E
(150,160,142)
#848D7D
(132,141,125)
#727A6C
(114,122,108)
#60675B
(96,103,91)
#4E544A
(78,84,74)
#3C4139
(60,65,57)
#2A2E28
(42,46,40)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #CCD9C1

#CCD9C1
(204,217,193)
#D0DCC6
(208,220,198)
#D4DFCB
(212,223,203)
#D8E2D0
(216,226,208)
#DCE5D5
(220,229,213)
#E0E8DA
(224,232,218)
#E4EBDF
(228,235,223)
#E8EEE4
(232,238,228)
#ECF1E9
(236,241,233)
#F0F4EE
(240,244,238)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD9C1 color. Also use rgb(204,217,193) instead hex code.

Text Font Color

.myTextColor { color: #CCD9C1; }

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

This text font color is #CCD9C1.


Background Color

.myBgColor { background-color: #CCD9C1; }

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

This div background color is #CCD9C1.


Border color

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

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

This div border color is #CCD9C1.


Opacity

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

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

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

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

This text has shadow with #CCD9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD9C1 on black background.


Color preview on white background

This text has color #CCD9C1 on white background.



Black color preview on #CCD9C1 background

This text has black color on #CCD9C1 background.


White color preview on #CCD9C1 background

This text has white color on #CCD9C1 background.