COLOR #CCDAB4

HEX: #CCDAB4
RGB: (204,218,180)

Color info

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

RGB color model

#CCDAB4 color RGB value is (204,218,180).

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

RGB channels and saturation

R 204 of 255 = 80%
G 218 of 255 = 85%
B 180 of 255 = 71%

204
218
180

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

Portions of RGB colors in percentages

R + G + B =
204 + 218 + 180 = 602 (100%)
R 204 of 602 ~ 33.89%
G 218 of 602 ~ 36.21%
B 180 of 602 ~ 29.9%

%33.89
%36.21
%29.9

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 14.51%
CMYK:
(6,0,17,15)
C6M0Y17K15 
(6%,0%,17%,15%)
(0.06/0.00/0.17/0.15)	

CMYK percentages

%6.42
%0
%17.43
%14.51

Codes

Color #CCDAB4 in popluar color models

CCDAB4
RGB204218180
HSL82°33.93%78.04%
HSB/HSV82°17.43%85.49%
CMYK6.42%0.00%17.43%
14.51%

Color #CCDAB4 in popluar number systems.

HEXCCDAB4
Decimal204218180
Binary110011001101101010110100
Octal314332264

Shades and tints

Shades of #CCDAB4

#CCDAB4
(204,218,180)
#BAC7A4
(186,199,164)
#A8B494
(168,180,148)
#96A184
(150,161,132)
#848E74
(132,142,116)
#727B64
(114,123,100)
#606854
(96,104,84)
#4E5544
(78,85,68)
#3C4234
(60,66,52)
#2A2F24
(42,47,36)
#181C14
(24,28,20)
#000000
(0,0,0)

Tints of #CCDAB4

#CCDAB4
(204,218,180)
#D0DDBA
(208,221,186)
#D4E0C0
(212,224,192)
#D8E3C6
(216,227,198)
#DCE6CC
(220,230,204)
#E0E9D2
(224,233,210)
#E4ECD8
(228,236,216)
#E8EFDE
(232,239,222)
#ECF2E4
(236,242,228)
#F0F5EA
(240,245,234)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDAB4; }

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

This text font color is #CCDAB4.


Background Color

.myBgColor { background-color: #CCDAB4; }

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

This div background color is #CCDAB4.


Border color

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

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

This div border color is #CCDAB4.


Opacity

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

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

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

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

This text has shadow with #CCDAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDAB4 on black background.


Color preview on white background

This text has color #CCDAB4 on white background.



Black color preview on #CCDAB4 background

This text has black color on #CCDAB4 background.


White color preview on #CCDAB4 background

This text has white color on #CCDAB4 background.