COLOR #CCC3B9

HEX: #CCC3B9
RGB: (204,195,185)

Color info

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

RGB color model

#CCC3B9 color RGB value is (204,195,185).

  • red value is 204;
  • green value is 195;
  • blue value is 185.
RGB:
(204,195,185)
(80%,76%,73%)

RGB channels and saturation

R 204 of 255 = 80%
G 195 of 255 = 76%
B 185 of 255 = 73%

204
195
185

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

Portions of RGB colors in percentages

R + G + B =
204 + 195 + 185 = 584 (100%)
R 204 of 584 ~ 34.93%
G 195 of 584 ~ 33.39%
B 185 of 584 ~ 31.68%

%34.93
%33.39
%31.68

CMYK color model

#CCC3B9 color CMYK value is (0,4,9,20).

  • cyan value is 0.00%
  • magenta value is 4.41%
  • yellow value is 9.31%
  • key color value is 20.00%
CMYK:
(0,4,9,20)
C0M4Y9K20 
(0%,4%,9%,20%)
(0.00/0.04/0.09/0.20)	

CMYK percentages

%0
%4.41
%9.31
%20

Codes

Color #CCC3B9 in popluar color models

CCC3B9
RGB204195185
HSL32°15.70%76.27%
HSB/HSV32°9.31%80.00%
CMYK0.00%4.41%9.31%
20.00%

Color #CCC3B9 in popluar number systems.

HEXCCC3B9
Decimal204195185
Binary110011001100001110111001
Octal314303271

Shades and tints

Shades of #CCC3B9

#CCC3B9
(204,195,185)
#BAB2A9
(186,178,169)
#A8A199
(168,161,153)
#969089
(150,144,137)
#847F79
(132,127,121)
#726E69
(114,110,105)
#605D59
(96,93,89)
#4E4C49
(78,76,73)
#3C3B39
(60,59,57)
#2A2A29
(42,42,41)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #CCC3B9

#CCC3B9
(204,195,185)
#D0C8BF
(208,200,191)
#D4CDC5
(212,205,197)
#D8D2CB
(216,210,203)
#DCD7D1
(220,215,209)
#E0DCD7
(224,220,215)
#E4E1DD
(228,225,221)
#E8E6E3
(232,230,227)
#ECEBE9
(236,235,233)
#F0F0EF
(240,240,239)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC3B9 color. Also use rgb(204,195,185) instead hex code.

Text Font Color

.myTextColor { color: #CCC3B9; }

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

This text font color is #CCC3B9.


Background Color

.myBgColor { background-color: #CCC3B9; }

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

This div background color is #CCC3B9.


Border color

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

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

This div border color is #CCC3B9.


Opacity

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

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

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

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

This text has shadow with #CCC3B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC3B9 on black background.


Color preview on white background

This text has color #CCC3B9 on white background.



Black color preview on #CCC3B9 background

This text has black color on #CCC3B9 background.


White color preview on #CCC3B9 background

This text has white color on #CCC3B9 background.