COLOR #C7D6FF

HEX: #C7D6FF
RGB: (199,214,255)

Color info

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

RGB color model

#C7D6FF color RGB value is (199,214,255).

  • red value is 199;
  • green value is 214;
  • blue value is 255.
RGB:
(199,214,255)
(78%,84%,100%)

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 255 of 255 = 100%

199
214
255

R + G + B ~ 87%. #C7D6FF is light color.

Portions of RGB colors in percentages

R + G + B =
199 + 214 + 255 = 668 (100%)
R 199 of 668 ~ 29.79%
G 214 of 668 ~ 32.04%
B 255 of 668 ~ 38.17%

%29.79
%32.04
%38.17

CMYK color model

#C7D6FF color CMYK value is (22,16,0,0).

  • cyan value is 21.96%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(22,16,0,0)
C22M16Y0K0 
(22%,16%,0%,0%)
(0.22/0.16/0.00/0.00)	

CMYK percentages

%21.96
%16.08
%0
%0

Codes

Color #C7D6FF in popluar color models

C7D6FF
RGB199214255
HSL224°100.00%89.02%
HSB/HSV224°21.96%100.00%
CMYK21.96%16.08%0.00%
0.00%

Color #C7D6FF in popluar number systems.

HEXC7D6FF
Decimal199214255
Binary110001111101011011111111
Octal307326377

Shades and tints

Shades of #C7D6FF

#C7D6FF
(199,214,255)
#B5C3E8
(181,195,232)
#A3B0D1
(163,176,209)
#919DBA
(145,157,186)
#7F8AA3
(127,138,163)
#6D778C
(109,119,140)
#5B6475
(91,100,117)
#49515E
(73,81,94)
#373E47
(55,62,71)
#252B30
(37,43,48)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7D6FF

#C7D6FF
(199,214,255)
#CCD9FF
(204,217,255)
#D1DCFF
(209,220,255)
#D6DFFF
(214,223,255)
#DBE2FF
(219,226,255)
#E0E5FF
(224,229,255)
#E5E8FF
(229,232,255)
#EAEBFF
(234,235,255)
#EFEEFF
(239,238,255)
#F4F1FF
(244,241,255)
#F9F4FF
(249,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D6FF color. Also use rgb(199,214,255) instead hex code.

Text Font Color

.myTextColor { color: #C7D6FF; }

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

This text font color is #C7D6FF.


Background Color

.myBgColor { background-color: #C7D6FF; }

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

This div background color is #C7D6FF.


Border color

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

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

This div border color is #C7D6FF.


Opacity

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

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

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

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

This text has shadow with #C7D6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D6FF on black background.


Color preview on white background

This text has color #C7D6FF on white background.



Black color preview on #C7D6FF background

This text has black color on #C7D6FF background.


White color preview on #C7D6FF background

This text has white color on #C7D6FF background.