COLOR #C4C9DF

HEX: #C4C9DF RGB: (196,201,223)

Color info

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

RGB color model

#C4C9DF color RGB value is (196,201,223).

RGB: (196,201,223) (77%, 79%, 87%)

RGB channels and saturation

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

196
201
223

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

Portions of RGB colors in percentages

R + G + B = 196 + 201 + 223 = 620 (100%)
R 196 of 620 ~ 31.61%
G 201 of 620 ~ 32.42%
B 223 of 620 ~ 35.97'%

%31.61
%32.42
%35.97

CMYK color model

#C4C9DF color CMYK value is (12,10,0,13).

  • cyan value is 12.11%
  • magenta value is 9.87%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (12,10,0,13)
C12M10Y0K13 (12%, 10%, 0%, 13%)
(0.12 / 0.10 / 0.00 / 0.13)

CMYK percentages

%12.11
%9.87
%0
%12.55

Codes

Color #C4C9DF in popluar color models

C4 C9 DF
RGB 196 201 223
HSL 229° 29.67% 82.16%
HSB/HSV 229° 12.11% 87.45%
CMYK 12.11% 9.87% 0.00%
12.55%

Color #C4C9DF in popluar number systems.

HEX C4 C9 DF
Decimal 196 201 223
Binary 11000100 11001001 11011111
Octal 304 311 337

Shades and tints

Shades of #C4C9DF

#C4C9DF
(196,201,223)
#B3B7CB
(179,183,203)
#A2A5B7
(162,165,183)
#9193A3
(145,147,163)
#80818F
(128,129,143)
#6F6F7B
(111,111,123)
#5E5D67
(94,93,103)
#4D4B53
(77,75,83)
#3C393F
(60,57,63)
#2B272B
(43,39,43)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #C4C9DF

#C4C9DF
(196,201,223)
#C9CDE1
(201,205,225)
#CED1E3
(206,209,227)
#D3D5E5
(211,213,229)
#D8D9E7
(216,217,231)
#DDDDE9
(221,221,233)
#E2E1EB
(226,225,235)
#E7E5ED
(231,229,237)
#ECE9EF
(236,233,239)
#F1EDF1
(241,237,241)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C9DF; }

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

This text font color is #C4C9DF.

Background Color

.myBgColor { background-color: #C4C9DF; }

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

This div background color is #C4C9DF.

Border color

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

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

This div border color is #C4C9DF.

Opacity

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

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

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

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

This text has shadow with #C4C9DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C9DF.

Preview

Color preview on black background

This text has color #C4C9DF on black background.


Color preview on white background

This text has color #C4C9DF on white background.


Black color preview on #C4C9DF background

This text has black color on #C4C9DF background.


White color preview on #C4C9DF background

This text has white color on #C4C9DF background.


Related colors

Complementary color

Complementary color for #hex is #3B3620.


I love getcolorcode.com

Triadic colors

1 #DFC4C9 and #C9DFC4 with #C4C9DF are triadic colors.

2 #DFC9C4 and #C9C4DF with #C4C9DF are triadic colors.