COLOR #C3CBD1

HEX: #C3CBD1
RGB: (195,203,209)

Color info

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

RGB color model

#C3CBD1 color RGB value is (195,203,209).

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

RGB channels and saturation

R 195 of 255 = 76%
G 203 of 255 = 80%
B 209 of 255 = 82%

195
203
209

R + G + B ~ 79%. #C3CBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 203 + 209 = 607 (100%)
R 195 of 607 ~ 32.13%
G 203 of 607 ~ 33.44%
B 209 of 607 ~ 34.43%

%32.13
%33.44
%34.43

CMYK color model

#C3CBD1 color CMYK value is (7,3,0,18).

  • cyan value is 6.70%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(7,3,0,18)
C7M3Y0K18 
(7%,3%,0%,18%)
(0.07/0.03/0.00/0.18)	

CMYK percentages

%6.7
%2.87
%0
%18.04

Codes

Color #C3CBD1 in popluar color models

C3CBD1
RGB195203209
HSL206°13.21%79.22%
HSB/HSV206°6.70%81.96%
CMYK6.70%2.87%0.00%
18.04%

Color #C3CBD1 in popluar number systems.

HEXC3CBD1
Decimal195203209
Binary110000111100101111010001
Octal303313321

Shades and tints

Shades of #C3CBD1

#C3CBD1
(195,203,209)
#B2B9BE
(178,185,190)
#A1A7AB
(161,167,171)
#909598
(144,149,152)
#7F8385
(127,131,133)
#6E7172
(110,113,114)
#5D5F5F
(93,95,95)
#4C4D4C
(76,77,76)
#3B3B39
(59,59,57)
#2A2926
(42,41,38)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #C3CBD1

#C3CBD1
(195,203,209)
#C8CFD5
(200,207,213)
#CDD3D9
(205,211,217)
#D2D7DD
(210,215,221)
#D7DBE1
(215,219,225)
#DCDFE5
(220,223,229)
#E1E3E9
(225,227,233)
#E6E7ED
(230,231,237)
#EBEBF1
(235,235,241)
#F0EFF5
(240,239,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CBD1; }

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

This text font color is #C3CBD1.


Background Color

.myBgColor { background-color: #C3CBD1; }

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

This div background color is #C3CBD1.


Border color

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

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

This div border color is #C3CBD1.


Opacity

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

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

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

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

This text has shadow with #C3CBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CBD1 on black background.


Color preview on white background

This text has color #C3CBD1 on white background.



Black color preview on #C3CBD1 background

This text has black color on #C3CBD1 background.


White color preview on #C3CBD1 background

This text has white color on #C3CBD1 background.