COLOR #C3C9DD

HEX: #C3C9DD
RGB: (195,201,221)

Color info

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

RGB color model

#C3C9DD color RGB value is (195,201,221).

  • red value is 195;
  • green value is 201;
  • blue value is 221.
RGB:
(195,201,221)
(76%,79%,87%)

RGB channels and saturation

R 195 of 255 = 76%
G 201 of 255 = 79%
B 221 of 255 = 87%

195
201
221

R + G + B ~ 81%. #C3C9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 201 + 221 = 617 (100%)
R 195 of 617 ~ 31.6%
G 201 of 617 ~ 32.58%
B 221 of 617 ~ 35.82%

%31.6
%32.58
%35.82

CMYK color model

#C3C9DD color CMYK value is (12,9,0,13).

  • cyan value is 11.76%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(12,9,0,13)
C12M9Y0K13 
(12%,9%,0%,13%)
(0.12/0.09/0.00/0.13)	

CMYK percentages

%11.76
%9.05
%0
%13.33

Codes

Color #C3C9DD in popluar color models

C3C9DD
RGB195201221
HSL226°27.66%81.57%
HSB/HSV226°11.76%86.67%
CMYK11.76%9.05%0.00%
13.33%

Color #C3C9DD in popluar number systems.

HEXC3C9DD
Decimal195201221
Binary110000111100100111011101
Octal303311335

Shades and tints

Shades of #C3C9DD

#C3C9DD
(195,201,221)
#B2B7C9
(178,183,201)
#A1A5B5
(161,165,181)
#9093A1
(144,147,161)
#7F818D
(127,129,141)
#6E6F79
(110,111,121)
#5D5D65
(93,93,101)
#4C4B51
(76,75,81)
#3B393D
(59,57,61)
#2A2729
(42,39,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #C3C9DD

#C3C9DD
(195,201,221)
#C8CDE0
(200,205,224)
#CDD1E3
(205,209,227)
#D2D5E6
(210,213,230)
#D7D9E9
(215,217,233)
#DCDDEC
(220,221,236)
#E1E1EF
(225,225,239)
#E6E5F2
(230,229,242)
#EBE9F5
(235,233,245)
#F0EDF8
(240,237,248)
#F5F1FB
(245,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3C9DD color. Also use rgb(195,201,221) instead hex code.

Text Font Color

.myTextColor { color: #C3C9DD; }

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

This text font color is #C3C9DD.


Background Color

.myBgColor { background-color: #C3C9DD; }

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

This div background color is #C3C9DD.


Border color

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

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

This div border color is #C3C9DD.


Opacity

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

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

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

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

This text has shadow with #C3C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3C9DD on black background.


Color preview on white background

This text has color #C3C9DD on white background.



Black color preview on #C3C9DD background

This text has black color on #C3C9DD background.


White color preview on #C3C9DD background

This text has white color on #C3C9DD background.