COLOR #C4C9DD

HEX: #C4C9DD
RGB: (196,201,221)

Color info

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

RGB color model

#C4C9DD color RGB value is (196,201,221).

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

RGB channels and saturation

R 196 of 255 = 77%
G 201 of 255 = 79%
B 221 of 255 = 87%

196
201
221

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

Portions of RGB colors in percentages

R + G + B =
196 + 201 + 221 = 618 (100%)
R 196 of 618 ~ 31.72%
G 201 of 618 ~ 32.52%
B 221 of 618 ~ 35.76%

%31.72
%32.52
%35.76

CMYK color model

#C4C9DD color CMYK value is (11,9,0,13).

  • cyan value is 11.31%
  • magenta value is 9.05%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,9,0,13)
C11M9Y0K13 
(11%,9%,0%,13%)
(0.11/0.09/0.00/0.13)	

CMYK percentages

%11.31
%9.05
%0
%13.33

Codes

Color #C4C9DD in popluar color models

C4C9DD
RGB196201221
HSL228°26.88%81.76%
HSB/HSV228°11.31%86.67%
CMYK11.31%9.05%0.00%
13.33%

Color #C4C9DD in popluar number systems.

HEXC4C9DD
Decimal196201221
Binary110001001100100111011101
Octal304311335

Shades and tints

Shades of #C4C9DD

#C4C9DD
(196,201,221)
#B3B7C9
(179,183,201)
#A2A5B5
(162,165,181)
#9193A1
(145,147,161)
#80818D
(128,129,141)
#6F6F79
(111,111,121)
#5E5D65
(94,93,101)
#4D4B51
(77,75,81)
#3C393D
(60,57,61)
#2B2729
(43,39,41)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #C4C9DD

#C4C9DD
(196,201,221)
#C9CDE0
(201,205,224)
#CED1E3
(206,209,227)
#D3D5E6
(211,213,230)
#D8D9E9
(216,217,233)
#DDDDEC
(221,221,236)
#E2E1EF
(226,225,239)
#E7E5F2
(231,229,242)
#ECE9F5
(236,233,245)
#F1EDF8
(241,237,248)
#F6F1FB
(246,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C9DD; }

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

This text font color is #C4C9DD.


Background Color

.myBgColor { background-color: #C4C9DD; }

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

This div background color is #C4C9DD.


Border color

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

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

This div border color is #C4C9DD.


Opacity

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

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

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

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

This text has shadow with #C4C9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C9DD on black background.


Color preview on white background

This text has color #C4C9DD on white background.



Black color preview on #C4C9DD background

This text has black color on #C4C9DD background.


White color preview on #C4C9DD background

This text has white color on #C4C9DD background.