COLOR #C4C7DF

HEX: #C4C7DF
RGB: (196,199,223)

Color info

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

RGB color model

#C4C7DF color RGB value is (196,199,223).

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

RGB channels and saturation

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

196
199
223

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

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 223 = 618 (100%)
R 196 of 618 ~ 31.72%
G 199 of 618 ~ 32.2%
B 223 of 618 ~ 36.08%

%31.72
%32.2
%36.08

CMYK color model

#C4C7DF color CMYK value is (12,11,0,13).

  • cyan value is 12.11%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(12,11,0,13)
C12M11Y0K13 
(12%,11%,0%,13%)
(0.12/0.11/0.00/0.13)	

CMYK percentages

%12.11
%10.76
%0
%12.55

Codes

Color #C4C7DF in popluar color models

C4C7DF
RGB196199223
HSL233°29.67%82.16%
HSB/HSV233°12.11%87.45%
CMYK12.11%10.76%0.00%
12.55%

Color #C4C7DF in popluar number systems.

HEXC4C7DF
Decimal196199223
Binary110001001100011111011111
Octal304307337

Shades and tints

Shades of #C4C7DF

#C4C7DF
(196,199,223)
#B3B5CB
(179,181,203)
#A2A3B7
(162,163,183)
#9191A3
(145,145,163)
#807F8F
(128,127,143)
#6F6D7B
(111,109,123)
#5E5B67
(94,91,103)
#4D4953
(77,73,83)
#3C373F
(60,55,63)
#2B252B
(43,37,43)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C4C7DF

#C4C7DF
(196,199,223)
#C9CCE1
(201,204,225)
#CED1E3
(206,209,227)
#D3D6E5
(211,214,229)
#D8DBE7
(216,219,231)
#DDE0E9
(221,224,233)
#E2E5EB
(226,229,235)
#E7EAED
(231,234,237)
#ECEFEF
(236,239,239)
#F1F4F1
(241,244,241)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C7DF; }

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

This text font color is #C4C7DF.


Background Color

.myBgColor { background-color: #C4C7DF; }

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

This div background color is #C4C7DF.


Border color

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

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

This div border color is #C4C7DF.


Opacity

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

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

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

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

This text has shadow with #C4C7DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C7DF on black background.


Color preview on white background

This text has color #C4C7DF on white background.



Black color preview on #C4C7DF background

This text has black color on #C4C7DF background.


White color preview on #C4C7DF background

This text has white color on #C4C7DF background.