COLOR #CCCFB0

HEX: #CCCFB0
RGB: (204,207,176)

Color info

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

RGB color model

#CCCFB0 color RGB value is (204,207,176).

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

RGB channels and saturation

R 204 of 255 = 80%
G 207 of 255 = 81%
B 176 of 255 = 69%

204
207
176

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

Portions of RGB colors in percentages

R + G + B =
204 + 207 + 176 = 587 (100%)
R 204 of 587 ~ 34.75%
G 207 of 587 ~ 35.26%
B 176 of 587 ~ 29.98%

%34.75
%35.26
%29.98

CMYK color model

#CCCFB0 color CMYK value is (1,0,15,19).

  • cyan value is 1.45%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 18.82%
CMYK:
(1,0,15,19)
C1M0Y15K19 
(1%,0%,15%,19%)
(0.01/0.00/0.15/0.19)	

CMYK percentages

%1.45
%0
%14.98
%18.82

Codes

Color #CCCFB0 in popluar color models

CCCFB0
RGB204207176
HSL66°24.41%75.10%
HSB/HSV66°14.98%81.18%
CMYK1.45%0.00%14.98%
18.82%

Color #CCCFB0 in popluar number systems.

HEXCCCFB0
Decimal204207176
Binary110011001100111110110000
Octal314317260

Shades and tints

Shades of #CCCFB0

#CCCFB0
(204,207,176)
#BABDA0
(186,189,160)
#A8AB90
(168,171,144)
#969980
(150,153,128)
#848770
(132,135,112)
#727560
(114,117,96)
#606350
(96,99,80)
#4E5140
(78,81,64)
#3C3F30
(60,63,48)
#2A2D20
(42,45,32)
#181B10
(24,27,16)
#000000
(0,0,0)

Tints of #CCCFB0

#CCCFB0
(204,207,176)
#D0D3B7
(208,211,183)
#D4D7BE
(212,215,190)
#D8DBC5
(216,219,197)
#DCDFCC
(220,223,204)
#E0E3D3
(224,227,211)
#E4E7DA
(228,231,218)
#E8EBE1
(232,235,225)
#ECEFE8
(236,239,232)
#F0F3EF
(240,243,239)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCFB0; }

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

This text font color is #CCCFB0.


Background Color

.myBgColor { background-color: #CCCFB0; }

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

This div background color is #CCCFB0.


Border color

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

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

This div border color is #CCCFB0.


Opacity

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

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

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

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

This text has shadow with #CCCFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCFB0 on black background.


Color preview on white background

This text has color #CCCFB0 on white background.



Black color preview on #CCCFB0 background

This text has black color on #CCCFB0 background.


White color preview on #CCCFB0 background

This text has white color on #CCCFB0 background.