COLOR #CCDAB9

HEX: #CCDAB9
RGB: (204,218,185)

Color info

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

RGB color model

#CCDAB9 color RGB value is (204,218,185).

  • red value is 204;
  • green value is 218;
  • blue value is 185.
RGB:
(204,218,185)
(80%,85%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 185 of 255 = 73%

204
218
185

R + G + B ~ 79%. #CCDAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 185 = 607 (100%)
R 204 of 607 ~ 33.61%
G 218 of 607 ~ 35.91%
B 185 of 607 ~ 30.48%

%33.61
%35.91
%30.48

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 15.14%
  • key color value is 14.51%
CMYK:
(6,0,15,15)
C6M0Y15K15 
(6%,0%,15%,15%)
(0.06/0.00/0.15/0.15)	

CMYK percentages

%6.42
%0
%15.14
%14.51

Codes

Color #CCDAB9 in popluar color models

CCDAB9
RGB204218185
HSL85°30.84%79.02%
HSB/HSV85°15.14%85.49%
CMYK6.42%0.00%15.14%
14.51%

Color #CCDAB9 in popluar number systems.

HEXCCDAB9
Decimal204218185
Binary110011001101101010111001
Octal314332271

Shades and tints

Shades of #CCDAB9

#CCDAB9
(204,218,185)
#BAC7A9
(186,199,169)
#A8B499
(168,180,153)
#96A189
(150,161,137)
#848E79
(132,142,121)
#727B69
(114,123,105)
#606859
(96,104,89)
#4E5549
(78,85,73)
#3C4239
(60,66,57)
#2A2F29
(42,47,41)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #CCDAB9

#CCDAB9
(204,218,185)
#D0DDBF
(208,221,191)
#D4E0C5
(212,224,197)
#D8E3CB
(216,227,203)
#DCE6D1
(220,230,209)
#E0E9D7
(224,233,215)
#E4ECDD
(228,236,221)
#E8EFE3
(232,239,227)
#ECF2E9
(236,242,233)
#F0F5EF
(240,245,239)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCDAB9 color. Also use rgb(204,218,185) instead hex code.

Text Font Color

.myTextColor { color: #CCDAB9; }

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

This text font color is #CCDAB9.


Background Color

.myBgColor { background-color: #CCDAB9; }

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

This div background color is #CCDAB9.


Border color

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

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

This div border color is #CCDAB9.


Opacity

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

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

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

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

This text has shadow with #CCDAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDAB9 on black background.


Color preview on white background

This text has color #CCDAB9 on white background.



Black color preview on #CCDAB9 background

This text has black color on #CCDAB9 background.


White color preview on #CCDAB9 background

This text has white color on #CCDAB9 background.