COLOR #CCD9BE

HEX: #CCD9BE
RGB: (204,217,190)

Color info

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

RGB color model

#CCD9BE color RGB value is (204,217,190).

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

RGB channels and saturation

R 204 of 255 = 80%
G 217 of 255 = 85%
B 190 of 255 = 75%

204
217
190

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

Portions of RGB colors in percentages

R + G + B =
204 + 217 + 190 = 611 (100%)
R 204 of 611 ~ 33.39%
G 217 of 611 ~ 35.52%
B 190 of 611 ~ 31.1%

%33.39
%35.52
%31.1

CMYK color model

#CCD9BE color CMYK value is (6,0,12,15).

  • cyan value is 5.99%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 14.90%
CMYK:
(6,0,12,15)
C6M0Y12K15 
(6%,0%,12%,15%)
(0.06/0.00/0.12/0.15)	

CMYK percentages

%5.99
%0
%12.44
%14.9

Codes

Color #CCD9BE in popluar color models

CCD9BE
RGB204217190
HSL89°26.21%79.80%
HSB/HSV89°12.44%85.10%
CMYK5.99%0.00%12.44%
14.90%

Color #CCD9BE in popluar number systems.

HEXCCD9BE
Decimal204217190
Binary110011001101100110111110
Octal314331276

Shades and tints

Shades of #CCD9BE

#CCD9BE
(204,217,190)
#BAC6AD
(186,198,173)
#A8B39C
(168,179,156)
#96A08B
(150,160,139)
#848D7A
(132,141,122)
#727A69
(114,122,105)
#606758
(96,103,88)
#4E5447
(78,84,71)
#3C4136
(60,65,54)
#2A2E25
(42,46,37)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #CCD9BE

#CCD9BE
(204,217,190)
#D0DCC3
(208,220,195)
#D4DFC8
(212,223,200)
#D8E2CD
(216,226,205)
#DCE5D2
(220,229,210)
#E0E8D7
(224,232,215)
#E4EBDC
(228,235,220)
#E8EEE1
(232,238,225)
#ECF1E6
(236,241,230)
#F0F4EB
(240,244,235)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCD9BE; }

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

This text font color is #CCD9BE.


Background Color

.myBgColor { background-color: #CCD9BE; }

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

This div background color is #CCD9BE.


Border color

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

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

This div border color is #CCD9BE.


Opacity

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

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

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

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

This text has shadow with #CCD9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD9BE on black background.


Color preview on white background

This text has color #CCD9BE on white background.



Black color preview on #CCD9BE background

This text has black color on #CCD9BE background.


White color preview on #CCD9BE background

This text has white color on #CCD9BE background.