COLOR #C7C4EF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
196
239

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

Portions of RGB colors in percentages

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

%31.39
%30.91
%37.7

CMYK color model

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

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

CMYK percentages

%16.74
%17.99
%0
%6.27

Codes

Color #C7C4EF in popluar color models

C7C4EF
RGB199196239
HSL244°57.33%85.29%
HSB/HSV244°17.99%93.73%
CMYK16.74%17.99%0.00%
6.27%

Color #C7C4EF in popluar number systems.

HEXC7C4EF
Decimal199196239
Binary110001111100010011101111
Octal307304357

Shades and tints

Shades of #C7C4EF

#C7C4EF
(199,196,239)
#B5B3DA
(181,179,218)
#A3A2C5
(163,162,197)
#9191B0
(145,145,176)
#7F809B
(127,128,155)
#6D6F86
(109,111,134)
#5B5E71
(91,94,113)
#494D5C
(73,77,92)
#373C47
(55,60,71)
#252B32
(37,43,50)
#131A1D
(19,26,29)
#000000
(0,0,0)

Tints of #C7C4EF

#C7C4EF
(199,196,239)
#CCC9F0
(204,201,240)
#D1CEF1
(209,206,241)
#D6D3F2
(214,211,242)
#DBD8F3
(219,216,243)
#E0DDF4
(224,221,244)
#E5E2F5
(229,226,245)
#EAE7F6
(234,231,246)
#EFECF7
(239,236,247)
#F4F1F8
(244,241,248)
#F9F6F9
(249,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7C4EF; }

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

This text font color is #C7C4EF.


Background Color

.myBgColor { background-color: #C7C4EF; }

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

This div background color is #C7C4EF.


Border color

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

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

This div border color is #C7C4EF.


Opacity

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

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

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

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

This text has shadow with #C7C4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C4EF on black background.


Color preview on white background

This text has color #C7C4EF on white background.



Black color preview on #C7C4EF background

This text has black color on #C7C4EF background.


White color preview on #C7C4EF background

This text has white color on #C7C4EF background.