COLOR #C4CCDA

HEX: #C4CCDA
RGB: (196,204,218)

Color info

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

RGB color model

#C4CCDA color RGB value is (196,204,218).

  • red value is 196;
  • green value is 204;
  • blue value is 218.
RGB:
(196,204,218)
(77%,80%,85%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 218 of 255 = 85%

196
204
218

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

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 218 = 618 (100%)
R 196 of 618 ~ 31.72%
G 204 of 618 ~ 33.01%
B 218 of 618 ~ 35.28%

%31.72
%33.01
%35.28

CMYK color model

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

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

CMYK percentages

%10.09
%6.42
%0
%14.51

Codes

Color #C4CCDA in popluar color models

C4CCDA
RGB196204218
HSL218°22.92%81.18%
HSB/HSV218°10.09%85.49%
CMYK10.09%6.42%0.00%
14.51%

Color #C4CCDA in popluar number systems.

HEXC4CCDA
Decimal196204218
Binary110001001100110011011010
Octal304314332

Shades and tints

Shades of #C4CCDA

#C4CCDA
(196,204,218)
#B3BAC7
(179,186,199)
#A2A8B4
(162,168,180)
#9196A1
(145,150,161)
#80848E
(128,132,142)
#6F727B
(111,114,123)
#5E6068
(94,96,104)
#4D4E55
(77,78,85)
#3C3C42
(60,60,66)
#2B2A2F
(43,42,47)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #C4CCDA

#C4CCDA
(196,204,218)
#C9D0DD
(201,208,221)
#CED4E0
(206,212,224)
#D3D8E3
(211,216,227)
#D8DCE6
(216,220,230)
#DDE0E9
(221,224,233)
#E2E4EC
(226,228,236)
#E7E8EF
(231,232,239)
#ECECF2
(236,236,242)
#F1F0F5
(241,240,245)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CCDA color. Also use rgb(196,204,218) instead hex code.

Text Font Color

.myTextColor { color: #C4CCDA; }

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

This text font color is #C4CCDA.


Background Color

.myBgColor { background-color: #C4CCDA; }

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

This div background color is #C4CCDA.


Border color

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

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

This div border color is #C4CCDA.


Opacity

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

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

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

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

This text has shadow with #C4CCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCDA on black background.


Color preview on white background

This text has color #C4CCDA on white background.



Black color preview on #C4CCDA background

This text has black color on #C4CCDA background.


White color preview on #C4CCDA background

This text has white color on #C4CCDA background.