COLOR #C3CDDD

HEX: #C3CDDD
RGB: (195,205,221)

Color info

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

RGB color model

#C3CDDD color RGB value is (195,205,221).

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

RGB channels and saturation

R 195 of 255 = 76%
G 205 of 255 = 80%
B 221 of 255 = 87%

195
205
221

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

Portions of RGB colors in percentages

R + G + B =
195 + 205 + 221 = 621 (100%)
R 195 of 621 ~ 31.4%
G 205 of 621 ~ 33.01%
B 221 of 621 ~ 35.59%

%31.4
%33.01
%35.59

CMYK color model

#C3CDDD color CMYK value is (12,7,0,13).

  • cyan value is 11.76%
  • magenta value is 7.24%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(12,7,0,13)
C12M7Y0K13 
(12%,7%,0%,13%)
(0.12/0.07/0.00/0.13)	

CMYK percentages

%11.76
%7.24
%0
%13.33

Codes

Color #C3CDDD in popluar color models

C3CDDD
RGB195205221
HSL217°27.66%81.57%
HSB/HSV217°11.76%86.67%
CMYK11.76%7.24%0.00%
13.33%

Color #C3CDDD in popluar number systems.

HEXC3CDDD
Decimal195205221
Binary110000111100110111011101
Octal303315335

Shades and tints

Shades of #C3CDDD

#C3CDDD
(195,205,221)
#B2BBC9
(178,187,201)
#A1A9B5
(161,169,181)
#9097A1
(144,151,161)
#7F858D
(127,133,141)
#6E7379
(110,115,121)
#5D6165
(93,97,101)
#4C4F51
(76,79,81)
#3B3D3D
(59,61,61)
#2A2B29
(42,43,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #C3CDDD

#C3CDDD
(195,205,221)
#C8D1E0
(200,209,224)
#CDD5E3
(205,213,227)
#D2D9E6
(210,217,230)
#D7DDE9
(215,221,233)
#DCE1EC
(220,225,236)
#E1E5EF
(225,229,239)
#E6E9F2
(230,233,242)
#EBEDF5
(235,237,245)
#F0F1F8
(240,241,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CDDD; }

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

This text font color is #C3CDDD.


Background Color

.myBgColor { background-color: #C3CDDD; }

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

This div background color is #C3CDDD.


Border color

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

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

This div border color is #C3CDDD.


Opacity

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

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

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

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

This text has shadow with #C3CDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CDDD on black background.


Color preview on white background

This text has color #C3CDDD on white background.



Black color preview on #C3CDDD background

This text has black color on #C3CDDD background.


White color preview on #C3CDDD background

This text has white color on #C3CDDD background.