COLOR #C4CCDD

HEX: #C4CCDD
RGB: (196,204,221)

Color info

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

RGB color model

#C4CCDD color RGB value is (196,204,221).

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

RGB channels and saturation

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

196
204
221

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

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 221 = 621 (100%)
R 196 of 621 ~ 31.56%
G 204 of 621 ~ 32.85%
B 221 of 621 ~ 35.59%

%31.56
%32.85
%35.59

CMYK color model

#C4CCDD color CMYK value is (11,8,0,13).

  • cyan value is 11.31%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,8,0,13)
C11M8Y0K13 
(11%,8%,0%,13%)
(0.11/0.08/0.00/0.13)	

CMYK percentages

%11.31
%7.69
%0
%13.33

Codes

Color #C4CCDD in popluar color models

C4CCDD
RGB196204221
HSL221°26.88%81.76%
HSB/HSV221°11.31%86.67%
CMYK11.31%7.69%0.00%
13.33%

Color #C4CCDD in popluar number systems.

HEXC4CCDD
Decimal196204221
Binary110001001100110011011101
Octal304314335

Shades and tints

Shades of #C4CCDD

#C4CCDD
(196,204,221)
#B3BAC9
(179,186,201)
#A2A8B5
(162,168,181)
#9196A1
(145,150,161)
#80848D
(128,132,141)
#6F7279
(111,114,121)
#5E6065
(94,96,101)
#4D4E51
(77,78,81)
#3C3C3D
(60,60,61)
#2B2A29
(43,42,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #C4CCDD

#C4CCDD
(196,204,221)
#C9D0E0
(201,208,224)
#CED4E3
(206,212,227)
#D3D8E6
(211,216,230)
#D8DCE9
(216,220,233)
#DDE0EC
(221,224,236)
#E2E4EF
(226,228,239)
#E7E8F2
(231,232,242)
#ECECF5
(236,236,245)
#F1F0F8
(241,240,248)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCDD; }

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

This text font color is #C4CCDD.


Background Color

.myBgColor { background-color: #C4CCDD; }

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

This div background color is #C4CCDD.


Border color

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

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

This div border color is #C4CCDD.


Opacity

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

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

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

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

This text has shadow with #C4CCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCDD on black background.


Color preview on white background

This text has color #C4CCDD on white background.



Black color preview on #C4CCDD background

This text has black color on #C4CCDD background.


White color preview on #C4CCDD background

This text has white color on #C4CCDD background.