COLOR #C4C7DD

HEX: #C4C7DD
RGB: (196,199,221)

Color info

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

RGB color model

#C4C7DD color RGB value is (196,199,221).

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

RGB channels and saturation

R 196 of 255 = 77%
G 199 of 255 = 78%
B 221 of 255 = 87%

196
199
221

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

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 221 = 616 (100%)
R 196 of 616 ~ 31.82%
G 199 of 616 ~ 32.31%
B 221 of 616 ~ 35.88%

%31.82
%32.31
%35.88

CMYK color model

#C4C7DD color CMYK value is (11,10,0,13).

  • cyan value is 11.31%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(11,10,0,13)
C11M10Y0K13 
(11%,10%,0%,13%)
(0.11/0.10/0.00/0.13)	

CMYK percentages

%11.31
%9.95
%0
%13.33

Codes

Color #C4C7DD in popluar color models

C4C7DD
RGB196199221
HSL233°26.88%81.76%
HSB/HSV233°11.31%86.67%
CMYK11.31%9.95%0.00%
13.33%

Color #C4C7DD in popluar number systems.

HEXC4C7DD
Decimal196199221
Binary110001001100011111011101
Octal304307335

Shades and tints

Shades of #C4C7DD

#C4C7DD
(196,199,221)
#B3B5C9
(179,181,201)
#A2A3B5
(162,163,181)
#9191A1
(145,145,161)
#807F8D
(128,127,141)
#6F6D79
(111,109,121)
#5E5B65
(94,91,101)
#4D4951
(77,73,81)
#3C373D
(60,55,61)
#2B2529
(43,37,41)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C4C7DD

#C4C7DD
(196,199,221)
#C9CCE0
(201,204,224)
#CED1E3
(206,209,227)
#D3D6E6
(211,214,230)
#D8DBE9
(216,219,233)
#DDE0EC
(221,224,236)
#E2E5EF
(226,229,239)
#E7EAF2
(231,234,242)
#ECEFF5
(236,239,245)
#F1F4F8
(241,244,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C7DD; }

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

This text font color is #C4C7DD.


Background Color

.myBgColor { background-color: #C4C7DD; }

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

This div background color is #C4C7DD.


Border color

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

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

This div border color is #C4C7DD.


Opacity

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

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

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

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

This text has shadow with #C4C7DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C7DD on black background.


Color preview on white background

This text has color #C4C7DD on white background.



Black color preview on #C4C7DD background

This text has black color on #C4C7DD background.


White color preview on #C4C7DD background

This text has white color on #C4C7DD background.