COLOR #CCCAD3

HEX: #CCCAD3
RGB: (204,202,211)

Color info

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

RGB color model

#CCCAD3 color RGB value is (204,202,211).

  • red value is 204;
  • green value is 202;
  • blue value is 211.
RGB:
(204,202,211)
(80%,79%,83%)

RGB channels and saturation

R 204 of 255 = 80%
G 202 of 255 = 79%
B 211 of 255 = 83%

204
202
211

R + G + B ~ 81%. #CCCAD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 202 + 211 = 617 (100%)
R 204 of 617 ~ 33.06%
G 202 of 617 ~ 32.74%
B 211 of 617 ~ 34.2%

%33.06
%32.74
%34.2

CMYK color model

#CCCAD3 color CMYK value is (3,4,0,17).

  • cyan value is 3.32%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(3,4,0,17)
C3M4Y0K17 
(3%,4%,0%,17%)
(0.03/0.04/0.00/0.17)	

CMYK percentages

%3.32
%4.27
%0
%17.25

Codes

Color #CCCAD3 in popluar color models

CCCAD3
RGB204202211
HSL253°9.28%80.98%
HSB/HSV253°4.27%82.75%
CMYK3.32%4.27%0.00%
17.25%

Color #CCCAD3 in popluar number systems.

HEXCCCAD3
Decimal204202211
Binary110011001100101011010011
Octal314312323

Shades and tints

Shades of #CCCAD3

#CCCAD3
(204,202,211)
#BAB8C0
(186,184,192)
#A8A6AD
(168,166,173)
#96949A
(150,148,154)
#848287
(132,130,135)
#727074
(114,112,116)
#605E61
(96,94,97)
#4E4C4E
(78,76,78)
#3C3A3B
(60,58,59)
#2A2828
(42,40,40)
#181615
(24,22,21)
#000000
(0,0,0)

Tints of #CCCAD3

#CCCAD3
(204,202,211)
#D0CED7
(208,206,215)
#D4D2DB
(212,210,219)
#D8D6DF
(216,214,223)
#DCDAE3
(220,218,227)
#E0DEE7
(224,222,231)
#E4E2EB
(228,226,235)
#E8E6EF
(232,230,239)
#ECEAF3
(236,234,243)
#F0EEF7
(240,238,247)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCCAD3 color. Also use rgb(204,202,211) instead hex code.

Text Font Color

.myTextColor { color: #CCCAD3; }

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

This text font color is #CCCAD3.


Background Color

.myBgColor { background-color: #CCCAD3; }

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

This div background color is #CCCAD3.


Border color

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

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

This div border color is #CCCAD3.


Opacity

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

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

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

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

This text has shadow with #CCCAD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCAD3 on black background.


Color preview on white background

This text has color #CCCAD3 on white background.



Black color preview on #CCCAD3 background

This text has black color on #CCCAD3 background.


White color preview on #CCCAD3 background

This text has white color on #CCCAD3 background.