COLOR #C3CBB1

HEX: #C3CBB1
RGB: (195,203,177)

Color info

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

RGB color model

#C3CBB1 color RGB value is (195,203,177).

  • red value is 195;
  • green value is 203;
  • blue value is 177.
RGB:
(195,203,177)
(76%,80%,69%)

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 177 of 255 = 69%

195
203
177

R + G + B ~ 75%. #C3CBB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 177 = 575 (100%)
R 195 of 575 ~ 33.91%
G 203 of 575 ~ 35.3%
B 177 of 575 ~ 30.78%

%33.91
%35.3
%30.78

CMYK color model

#C3CBB1 color CMYK value is (4,0,13,20).

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 20.39%
CMYK:
(4,0,13,20)
C4M0Y13K20 
(4%,0%,13%,20%)
(0.04/0.00/0.13/0.20)	

CMYK percentages

%3.94
%0
%12.81
%20.39

Codes

Color #C3CBB1 in popluar color models

C3CBB1
RGB195203177
HSL78°20.00%74.51%
HSB/HSV78°12.81%79.61%
CMYK3.94%0.00%12.81%
20.39%

Color #C3CBB1 in popluar number systems.

HEXC3CBB1
Decimal195203177
Binary110000111100101110110001
Octal303313261

Shades and tints

Shades of #C3CBB1

#C3CBB1
(195,203,177)
#B2B9A1
(178,185,161)
#A1A791
(161,167,145)
#909581
(144,149,129)
#7F8371
(127,131,113)
#6E7161
(110,113,97)
#5D5F51
(93,95,81)
#4C4D41
(76,77,65)
#3B3B31
(59,59,49)
#2A2921
(42,41,33)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #C3CBB1

#C3CBB1
(195,203,177)
#C8CFB8
(200,207,184)
#CDD3BF
(205,211,191)
#D2D7C6
(210,215,198)
#D7DBCD
(215,219,205)
#DCDFD4
(220,223,212)
#E1E3DB
(225,227,219)
#E6E7E2
(230,231,226)
#EBEBE9
(235,235,233)
#F0EFF0
(240,239,240)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CBB1 color. Also use rgb(195,203,177) instead hex code.

Text Font Color

.myTextColor { color: #C3CBB1; }

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

This text font color is #C3CBB1.


Background Color

.myBgColor { background-color: #C3CBB1; }

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

This div background color is #C3CBB1.


Border color

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

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

This div border color is #C3CBB1.


Opacity

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

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

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

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

This text has shadow with #C3CBB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CBB1 on black background.


Color preview on white background

This text has color #C3CBB1 on white background.



Black color preview on #C3CBB1 background

This text has black color on #C3CBB1 background.


White color preview on #C3CBB1 background

This text has white color on #C3CBB1 background.