COLOR #C4CCDE

HEX: #C4CCDE
RGB: (196,204,222)

Color info

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

RGB color model

#C4CCDE color RGB value is (196,204,222).

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

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 222 of 255 = 87%

196
204
222

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

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 222 = 622 (100%)
R 196 of 622 ~ 31.51%
G 204 of 622 ~ 32.8%
B 222 of 622 ~ 35.69%

%31.51
%32.8
%35.69

CMYK color model

#C4CCDE color CMYK value is (12,8,0,13).

  • cyan value is 11.71%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(12,8,0,13)
C12M8Y0K13 
(12%,8%,0%,13%)
(0.12/0.08/0.00/0.13)	

CMYK percentages

%11.71
%8.11
%0
%12.94

Codes

Color #C4CCDE in popluar color models

C4CCDE
RGB196204222
HSL222°28.26%81.96%
HSB/HSV222°11.71%87.06%
CMYK11.71%8.11%0.00%
12.94%

Color #C4CCDE in popluar number systems.

HEXC4CCDE
Decimal196204222
Binary110001001100110011011110
Octal304314336

Shades and tints

Shades of #C4CCDE

#C4CCDE
(196,204,222)
#B3BACA
(179,186,202)
#A2A8B6
(162,168,182)
#9196A2
(145,150,162)
#80848E
(128,132,142)
#6F727A
(111,114,122)
#5E6066
(94,96,102)
#4D4E52
(77,78,82)
#3C3C3E
(60,60,62)
#2B2A2A
(43,42,42)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #C4CCDE

#C4CCDE
(196,204,222)
#C9D0E1
(201,208,225)
#CED4E4
(206,212,228)
#D3D8E7
(211,216,231)
#D8DCEA
(216,220,234)
#DDE0ED
(221,224,237)
#E2E4F0
(226,228,240)
#E7E8F3
(231,232,243)
#ECECF6
(236,236,246)
#F1F0F9
(241,240,249)
#F6F4FC
(246,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCDE; }

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

This text font color is #C4CCDE.


Background Color

.myBgColor { background-color: #C4CCDE; }

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

This div background color is #C4CCDE.


Border color

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

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

This div border color is #C4CCDE.


Opacity

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

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

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

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

This text has shadow with #C4CCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCDE on black background.


Color preview on white background

This text has color #C4CCDE on white background.



Black color preview on #C4CCDE background

This text has black color on #C4CCDE background.


White color preview on #C4CCDE background

This text has white color on #C4CCDE background.