COLOR #CCDCA3

HEX: #CCDCA3
RGB: (204,220,163)

Color info

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

RGB color model

#CCDCA3 color RGB value is (204,220,163).

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

RGB channels and saturation

R 204 of 255 = 80%
G 220 of 255 = 86%
B 163 of 255 = 64%

204
220
163

R + G + B ~ 77%. #CCDCA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 220 + 163 = 587 (100%)
R 204 of 587 ~ 34.75%
G 220 of 587 ~ 37.48%
B 163 of 587 ~ 27.77%

%34.75
%37.48
%27.77

CMYK color model

#CCDCA3 color CMYK value is (7,0,26,14).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 25.91%
  • key color value is 13.73%
CMYK:
(7,0,26,14)
C7M0Y26K14 
(7%,0%,26%,14%)
(0.07/0.00/0.26/0.14)	

CMYK percentages

%7.27
%0
%25.91
%13.73

Codes

Color #CCDCA3 in popluar color models

CCDCA3
RGB204220163
HSL77°44.88%75.10%
HSB/HSV77°25.91%86.27%
CMYK7.27%0.00%25.91%
13.73%

Color #CCDCA3 in popluar number systems.

HEXCCDCA3
Decimal204220163
Binary110011001101110010100011
Octal314334243

Shades and tints

Shades of #CCDCA3

#CCDCA3
(204,220,163)
#BAC895
(186,200,149)
#A8B487
(168,180,135)
#96A079
(150,160,121)
#848C6B
(132,140,107)
#72785D
(114,120,93)
#60644F
(96,100,79)
#4E5041
(78,80,65)
#3C3C33
(60,60,51)
#2A2825
(42,40,37)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #CCDCA3

#CCDCA3
(204,220,163)
#D0DFAB
(208,223,171)
#D4E2B3
(212,226,179)
#D8E5BB
(216,229,187)
#DCE8C3
(220,232,195)
#E0EBCB
(224,235,203)
#E4EED3
(228,238,211)
#E8F1DB
(232,241,219)
#ECF4E3
(236,244,227)
#F0F7EB
(240,247,235)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCDCA3; }

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

This text font color is #CCDCA3.


Background Color

.myBgColor { background-color: #CCDCA3; }

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

This div background color is #CCDCA3.


Border color

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

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

This div border color is #CCDCA3.


Opacity

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

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

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

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

This text has shadow with #CCDCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCDCA3 on black background.


Color preview on white background

This text has color #CCDCA3 on white background.



Black color preview on #CCDCA3 background

This text has black color on #CCDCA3 background.


White color preview on #CCDCA3 background

This text has white color on #CCDCA3 background.