COLOR #C3CCD8

HEX: #C3CCD8
RGB: (195,204,216)

Color info

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

RGB color model

#C3CCD8 color RGB value is (195,204,216).

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

RGB channels and saturation

R 195 of 255 = 76%
G 204 of 255 = 80%
B 216 of 255 = 85%

195
204
216

R + G + B ~ 80%. #C3CCD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 204 + 216 = 615 (100%)
R 195 of 615 ~ 31.71%
G 204 of 615 ~ 33.17%
B 216 of 615 ~ 35.12%

%31.71
%33.17
%35.12

CMYK color model

#C3CCD8 color CMYK value is (10,6,0,15).

  • cyan value is 9.72%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(10,6,0,15)
C10M6Y0K15 
(10%,6%,0%,15%)
(0.10/0.06/0.00/0.15)	

CMYK percentages

%9.72
%5.56
%0
%15.29

Codes

Color #C3CCD8 in popluar color models

C3CCD8
RGB195204216
HSL214°21.21%80.59%
HSB/HSV214°9.72%84.71%
CMYK9.72%5.56%0.00%
15.29%

Color #C3CCD8 in popluar number systems.

HEXC3CCD8
Decimal195204216
Binary110000111100110011011000
Octal303314330

Shades and tints

Shades of #C3CCD8

#C3CCD8
(195,204,216)
#B2BAC5
(178,186,197)
#A1A8B2
(161,168,178)
#90969F
(144,150,159)
#7F848C
(127,132,140)
#6E7279
(110,114,121)
#5D6066
(93,96,102)
#4C4E53
(76,78,83)
#3B3C40
(59,60,64)
#2A2A2D
(42,42,45)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #C3CCD8

#C3CCD8
(195,204,216)
#C8D0DB
(200,208,219)
#CDD4DE
(205,212,222)
#D2D8E1
(210,216,225)
#D7DCE4
(215,220,228)
#DCE0E7
(220,224,231)
#E1E4EA
(225,228,234)
#E6E8ED
(230,232,237)
#EBECF0
(235,236,240)
#F0F0F3
(240,240,243)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3CCD8; }

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

This text font color is #C3CCD8.


Background Color

.myBgColor { background-color: #C3CCD8; }

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

This div background color is #C3CCD8.


Border color

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

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

This div border color is #C3CCD8.


Opacity

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

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

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

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

This text has shadow with #C3CCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3CCD8 on black background.


Color preview on white background

This text has color #C3CCD8 on white background.



Black color preview on #C3CCD8 background

This text has black color on #C3CCD8 background.


White color preview on #C3CCD8 background

This text has white color on #C3CCD8 background.