COLOR #CCD6A3

HEX: #CCD6A3
RGB: (204,214,163)

Color info

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

RGB color model

#CCD6A3 color RGB value is (204,214,163).

  • red value is 204;
  • green value is 214;
  • blue value is 163.
RGB:
(204,214,163)
(80%,84%,64%)

RGB channels and saturation

R 204 of 255 = 80%
G 214 of 255 = 84%
B 163 of 255 = 64%

204
214
163

R + G + B ~ 76%. #CCD6A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 214 + 163 = 581 (100%)
R 204 of 581 ~ 35.11%
G 214 of 581 ~ 36.83%
B 163 of 581 ~ 28.06%

%35.11
%36.83
%28.06

CMYK color model

#CCD6A3 color CMYK value is (5,0,24,16).

  • cyan value is 4.67%
  • magenta value is 0.00%
  • yellow value is 23.83%
  • key color value is 16.08%
CMYK:
(5,0,24,16)
C5M0Y24K16 
(5%,0%,24%,16%)
(0.05/0.00/0.24/0.16)	

CMYK percentages

%4.67
%0
%23.83
%16.08

Codes

Color #CCD6A3 in popluar color models

CCD6A3
RGB204214163
HSL72°38.35%73.92%
HSB/HSV72°23.83%83.92%
CMYK4.67%0.00%23.83%
16.08%

Color #CCD6A3 in popluar number systems.

HEXCCD6A3
Decimal204214163
Binary110011001101011010100011
Octal314326243

Shades and tints

Shades of #CCD6A3

#CCD6A3
(204,214,163)
#BAC395
(186,195,149)
#A8B087
(168,176,135)
#969D79
(150,157,121)
#848A6B
(132,138,107)
#72775D
(114,119,93)
#60644F
(96,100,79)
#4E5141
(78,81,65)
#3C3E33
(60,62,51)
#2A2B25
(42,43,37)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #CCD6A3

#CCD6A3
(204,214,163)
#D0D9AB
(208,217,171)
#D4DCB3
(212,220,179)
#D8DFBB
(216,223,187)
#DCE2C3
(220,226,195)
#E0E5CB
(224,229,203)
#E4E8D3
(228,232,211)
#E8EBDB
(232,235,219)
#ECEEE3
(236,238,227)
#F0F1EB
(240,241,235)
#F4F4F3
(244,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCD6A3 color. Also use rgb(204,214,163) instead hex code.

Text Font Color

.myTextColor { color: #CCD6A3; }

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

This text font color is #CCD6A3.


Background Color

.myBgColor { background-color: #CCD6A3; }

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

This div background color is #CCD6A3.


Border color

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

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

This div border color is #CCD6A3.


Opacity

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

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

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

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

This text has shadow with #CCD6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCD6A3 on black background.


Color preview on white background

This text has color #CCD6A3 on white background.



Black color preview on #CCD6A3 background

This text has black color on #CCD6A3 background.


White color preview on #CCD6A3 background

This text has white color on #CCD6A3 background.