COLOR #C3CDD0

HEX: #C3CDD0
RGB: (195,205,208)

Color info

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

RGB color model

#C3CDD0 color RGB value is (195,205,208).

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

RGB channels and saturation

R 195 of 255 = 76%
G 205 of 255 = 80%
B 208 of 255 = 82%

195
205
208

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

Portions of RGB colors in percentages

R + G + B =
195 + 205 + 208 = 608 (100%)
R 195 of 608 ~ 32.07%
G 205 of 608 ~ 33.72%
B 208 of 608 ~ 34.21%

%32.07
%33.72
%34.21

CMYK color model

#C3CDD0 color CMYK value is (6,1,0,18).

  • cyan value is 6.25%
  • magenta value is 1.44%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(6,1,0,18)
C6M1Y0K18 
(6%,1%,0%,18%)
(0.06/0.01/0.00/0.18)	

CMYK percentages

%6.25
%1.44
%0
%18.43

Codes

Color #C3CDD0 in popluar color models

C3CDD0
RGB195205208
HSL194°12.15%79.02%
HSB/HSV194°6.25%81.57%
CMYK6.25%1.44%0.00%
18.43%

Color #C3CDD0 in popluar number systems.

HEXC3CDD0
Decimal195205208
Binary110000111100110111010000
Octal303315320

Shades and tints

Shades of #C3CDD0

#C3CDD0
(195,205,208)
#B2BBBE
(178,187,190)
#A1A9AC
(161,169,172)
#90979A
(144,151,154)
#7F8588
(127,133,136)
#6E7376
(110,115,118)
#5D6164
(93,97,100)
#4C4F52
(76,79,82)
#3B3D40
(59,61,64)
#2A2B2E
(42,43,46)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #C3CDD0

#C3CDD0
(195,205,208)
#C8D1D4
(200,209,212)
#CDD5D8
(205,213,216)
#D2D9DC
(210,217,220)
#D7DDE0
(215,221,224)
#DCE1E4
(220,225,228)
#E1E5E8
(225,229,232)
#E6E9EC
(230,233,236)
#EBEDF0
(235,237,240)
#F0F1F4
(240,241,244)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CDD0 color. Also use rgb(195,205,208) instead hex code.

Text Font Color

.myTextColor { color: #C3CDD0; }

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

This text font color is #C3CDD0.


Background Color

.myBgColor { background-color: #C3CDD0; }

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

This div background color is #C3CDD0.


Border color

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

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

This div border color is #C3CDD0.


Opacity

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

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

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

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

This text has shadow with #C3CDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CDD0 on black background.


Color preview on white background

This text has color #C3CDD0 on white background.



Black color preview on #C3CDD0 background

This text has black color on #C3CDD0 background.


White color preview on #C3CDD0 background

This text has white color on #C3CDD0 background.