COLOR #C3CCDC

HEX: #C3CCDC
RGB: (195,204,220)

Color info

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

RGB color model

#C3CCDC color RGB value is (195,204,220).

  • red value is 195;
  • green value is 204;
  • blue value is 220.
RGB:
(195,204,220)
(76%,80%,86%)

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 220 of 255 = 86%

195
204
220

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

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 220 = 619 (100%)
R 195 of 619 ~ 31.5%
G 204 of 619 ~ 32.96%
B 220 of 619 ~ 35.54%

%31.5
%32.96
%35.54

CMYK color model

#C3CCDC color CMYK value is (11,7,0,14).

  • cyan value is 11.36%
  • magenta value is 7.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(11,7,0,14)
C11M7Y0K14 
(11%,7%,0%,14%)
(0.11/0.07/0.00/0.14)	

CMYK percentages

%11.36
%7.27
%0
%13.73

Codes

Color #C3CCDC in popluar color models

C3CCDC
RGB195204220
HSL218°26.32%81.37%
HSB/HSV218°11.36%86.27%
CMYK11.36%7.27%0.00%
13.73%

Color #C3CCDC in popluar number systems.

HEXC3CCDC
Decimal195204220
Binary110000111100110011011100
Octal303314334

Shades and tints

Shades of #C3CCDC

#C3CCDC
(195,204,220)
#B2BAC8
(178,186,200)
#A1A8B4
(161,168,180)
#9096A0
(144,150,160)
#7F848C
(127,132,140)
#6E7278
(110,114,120)
#5D6064
(93,96,100)
#4C4E50
(76,78,80)
#3B3C3C
(59,60,60)
#2A2A28
(42,42,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #C3CCDC

#C3CCDC
(195,204,220)
#C8D0DF
(200,208,223)
#CDD4E2
(205,212,226)
#D2D8E5
(210,216,229)
#D7DCE8
(215,220,232)
#DCE0EB
(220,224,235)
#E1E4EE
(225,228,238)
#E6E8F1
(230,232,241)
#EBECF4
(235,236,244)
#F0F0F7
(240,240,247)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3CCDC color. Also use rgb(195,204,220) instead hex code.

Text Font Color

.myTextColor { color: #C3CCDC; }

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

This text font color is #C3CCDC.


Background Color

.myBgColor { background-color: #C3CCDC; }

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

This div background color is #C3CCDC.


Border color

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

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

This div border color is #C3CCDC.


Opacity

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

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

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

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

This text has shadow with #C3CCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CCDC on black background.


Color preview on white background

This text has color #C3CCDC on white background.



Black color preview on #C3CCDC background

This text has black color on #C3CCDC background.


White color preview on #C3CCDC background

This text has white color on #C3CCDC background.