COLOR #C4C7EF

HEX: #C4C7EF
RGB: (196,199,239)

Color info

#C4C7EF contains red, green and blue colors in about the same proportion. Web safe color of #C4C7EF is #CCCCFF (or #CCF).

RGB color model

#C4C7EF color RGB value is (196,199,239).

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

RGB channels and saturation

R 196 of 255 = 77%
G 199 of 255 = 78%
B 239 of 255 = 94%

196
199
239

R + G + B ~ 83%. #C4C7EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 239 = 634 (100%)
R 196 of 634 ~ 30.91%
G 199 of 634 ~ 31.39%
B 239 of 634 ~ 37.7%

%30.91
%31.39
%37.7

CMYK color model

#C4C7EF color CMYK value is (18,17,0,6).

  • cyan value is 17.99%
  • magenta value is 16.74%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(18,17,0,6)
C18M17Y0K6 
(18%,17%,0%,6%)
(0.18/0.17/0.00/0.06)	

CMYK percentages

%17.99
%16.74
%0
%6.27

Codes

Color #C4C7EF in popluar color models

C4C7EF
RGB196199239
HSL236°57.33%85.29%
HSB/HSV236°17.99%93.73%
CMYK17.99%16.74%0.00%
6.27%

Color #C4C7EF in popluar number systems.

HEXC4C7EF
Decimal196199239
Binary110001001100011111101111
Octal304307357

Shades and tints

Shades of #C4C7EF

#C4C7EF
(196,199,239)
#B3B5DA
(179,181,218)
#A2A3C5
(162,163,197)
#9191B0
(145,145,176)
#807F9B
(128,127,155)
#6F6D86
(111,109,134)
#5E5B71
(94,91,113)
#4D495C
(77,73,92)
#3C3747
(60,55,71)
#2B2532
(43,37,50)
#1A131D
(26,19,29)
#000000
(0,0,0)

Tints of #C4C7EF

#C4C7EF
(196,199,239)
#C9CCF0
(201,204,240)
#CED1F1
(206,209,241)
#D3D6F2
(211,214,242)
#D8DBF3
(216,219,243)
#DDE0F4
(221,224,244)
#E2E5F5
(226,229,245)
#E7EAF6
(231,234,246)
#ECEFF7
(236,239,247)
#F1F4F8
(241,244,248)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C7EF; }

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

This text font color is #C4C7EF.


Background Color

.myBgColor { background-color: #C4C7EF; }

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

This div background color is #C4C7EF.


Border color

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

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

This div border color is #C4C7EF.


Opacity

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

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

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

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

This text has shadow with #C4C7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C7EF on black background.


Color preview on white background

This text has color #C4C7EF on white background.



Black color preview on #C4C7EF background

This text has black color on #C4C7EF background.


White color preview on #C4C7EF background

This text has white color on #C4C7EF background.