COLOR #C3CBB5

HEX: #C3CBB5
RGB: (195,203,181)

Color info

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

RGB color model

#C3CBB5 color RGB value is (195,203,181).

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

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 181 of 255 = 71%

195
203
181

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

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 181 = 579 (100%)
R 195 of 579 ~ 33.68%
G 203 of 579 ~ 35.06%
B 181 of 579 ~ 31.26%

%33.68
%35.06
%31.26

CMYK color model

#C3CBB5 color CMYK value is (4,0,11,20).

  • cyan value is 3.94%
  • magenta value is 0.00%
  • yellow value is 10.84%
  • key color value is 20.39%
CMYK:
(4,0,11,20)
C4M0Y11K20 
(4%,0%,11%,20%)
(0.04/0.00/0.11/0.20)	

CMYK percentages

%3.94
%0
%10.84
%20.39

Codes

Color #C3CBB5 in popluar color models

C3CBB5
RGB195203181
HSL82°17.46%75.29%
HSB/HSV82°10.84%79.61%
CMYK3.94%0.00%10.84%
20.39%

Color #C3CBB5 in popluar number systems.

HEXC3CBB5
Decimal195203181
Binary110000111100101110110101
Octal303313265

Shades and tints

Shades of #C3CBB5

#C3CBB5
(195,203,181)
#B2B9A5
(178,185,165)
#A1A795
(161,167,149)
#909585
(144,149,133)
#7F8375
(127,131,117)
#6E7165
(110,113,101)
#5D5F55
(93,95,85)
#4C4D45
(76,77,69)
#3B3B35
(59,59,53)
#2A2925
(42,41,37)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3CBB5

#C3CBB5
(195,203,181)
#C8CFBB
(200,207,187)
#CDD3C1
(205,211,193)
#D2D7C7
(210,215,199)
#D7DBCD
(215,219,205)
#DCDFD3
(220,223,211)
#E1E3D9
(225,227,217)
#E6E7DF
(230,231,223)
#EBEBE5
(235,235,229)
#F0EFEB
(240,239,235)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBB5; }

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

This text font color is #C3CBB5.


Background Color

.myBgColor { background-color: #C3CBB5; }

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

This div background color is #C3CBB5.


Border color

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

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

This div border color is #C3CBB5.


Opacity

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

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

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

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

This text has shadow with #C3CBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CBB5 on black background.


Color preview on white background

This text has color #C3CBB5 on white background.



Black color preview on #C3CBB5 background

This text has black color on #C3CBB5 background.


White color preview on #C3CBB5 background

This text has white color on #C3CBB5 background.