COLOR #CACFCC

HEX: #CACFCC
RGB: (202,207,204)

Color info

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

RGB color model

#CACFCC color RGB value is (202,207,204).

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

RGB channels and saturation

R 202 of 255 = 79%
G 207 of 255 = 81%
B 204 of 255 = 80%

202
207
204

R + G + B ~ 80%. #CACFCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 207 + 204 = 613 (100%)
R 202 of 613 ~ 32.95%
G 207 of 613 ~ 33.77%
B 204 of 613 ~ 33.28%

%32.95
%33.77
%33.28

CMYK color model

#CACFCC color CMYK value is (2,0,1,19).

  • cyan value is 2.42%
  • magenta value is 0.00%
  • yellow value is 1.45%
  • key color value is 18.82%
CMYK:
(2,0,1,19)
C2M0Y1K19 
(2%,0%,1%,19%)
(0.02/0.00/0.01/0.19)	

CMYK percentages

%2.42
%0
%1.45
%18.82

Codes

Color #CACFCC in popluar color models

CACFCC
RGB202207204
HSL144°4.95%80.20%
HSB/HSV144°2.42%81.18%
CMYK2.42%0.00%1.45%
18.82%

Color #CACFCC in popluar number systems.

HEXCACFCC
Decimal202207204
Binary110010101100111111001100
Octal312317314

Shades and tints

Shades of #CACFCC

#CACFCC
(202,207,204)
#B8BDBA
(184,189,186)
#A6ABA8
(166,171,168)
#949996
(148,153,150)
#828784
(130,135,132)
#707572
(112,117,114)
#5E6360
(94,99,96)
#4C514E
(76,81,78)
#3A3F3C
(58,63,60)
#282D2A
(40,45,42)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #CACFCC

#CACFCC
(202,207,204)
#CED3D0
(206,211,208)
#D2D7D4
(210,215,212)
#D6DBD8
(214,219,216)
#DADFDC
(218,223,220)
#DEE3E0
(222,227,224)
#E2E7E4
(226,231,228)
#E6EBE8
(230,235,232)
#EAEFEC
(234,239,236)
#EEF3F0
(238,243,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACFCC; }

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

This text font color is #CACFCC.


Background Color

.myBgColor { background-color: #CACFCC; }

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

This div background color is #CACFCC.


Border color

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

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

This div border color is #CACFCC.


Opacity

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

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

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

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

This text has shadow with #CACFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACFCC on black background.


Color preview on white background

This text has color #CACFCC on white background.



Black color preview on #CACFCC background

This text has black color on #CACFCC background.


White color preview on #CACFCC background

This text has white color on #CACFCC background.