COLOR #C7D1F2

HEX: #C7D1F2
RGB: (199,209,242)

Color info

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

RGB color model

#C7D1F2 color RGB value is (199,209,242).

  • red value is 199;
  • green value is 209;
  • blue value is 242.
RGB:
(199,209,242)
(78%,82%,95%)

RGB channels and saturation

R 199 of 255 = 78%
G 209 of 255 = 82%
B 242 of 255 = 95%

199
209
242

R + G + B ~ 85%. #C7D1F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 209 + 242 = 650 (100%)
R 199 of 650 ~ 30.62%
G 209 of 650 ~ 32.15%
B 242 of 650 ~ 37.23%

%30.62
%32.15
%37.23

CMYK color model

#C7D1F2 color CMYK value is (18,14,0,5).

  • cyan value is 17.77%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(18,14,0,5)
C18M14Y0K5 
(18%,14%,0%,5%)
(0.18/0.14/0.00/0.05)	

CMYK percentages

%17.77
%13.64
%0
%5.1

Codes

Color #C7D1F2 in popluar color models

C7D1F2
RGB199209242
HSL226°62.32%86.47%
HSB/HSV226°17.77%94.90%
CMYK17.77%13.64%0.00%
5.10%

Color #C7D1F2 in popluar number systems.

HEXC7D1F2
Decimal199209242
Binary110001111101000111110010
Octal307321362

Shades and tints

Shades of #C7D1F2

#C7D1F2
(199,209,242)
#B5BEDC
(181,190,220)
#A3ABC6
(163,171,198)
#9198B0
(145,152,176)
#7F859A
(127,133,154)
#6D7284
(109,114,132)
#5B5F6E
(91,95,110)
#494C58
(73,76,88)
#373942
(55,57,66)
#25262C
(37,38,44)
#131316
(19,19,22)
#000000
(0,0,0)

Tints of #C7D1F2

#C7D1F2
(199,209,242)
#CCD5F3
(204,213,243)
#D1D9F4
(209,217,244)
#D6DDF5
(214,221,245)
#DBE1F6
(219,225,246)
#E0E5F7
(224,229,247)
#E5E9F8
(229,233,248)
#EAEDF9
(234,237,249)
#EFF1FA
(239,241,250)
#F4F5FB
(244,245,251)
#F9F9FC
(249,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D1F2 color. Also use rgb(199,209,242) instead hex code.

Text Font Color

.myTextColor { color: #C7D1F2; }

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

This text font color is #C7D1F2.


Background Color

.myBgColor { background-color: #C7D1F2; }

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

This div background color is #C7D1F2.


Border color

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

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

This div border color is #C7D1F2.


Opacity

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

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

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

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

This text has shadow with #C7D1F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7D1F2 on black background.


Color preview on white background

This text has color #C7D1F2 on white background.



Black color preview on #C7D1F2 background

This text has black color on #C7D1F2 background.


White color preview on #C7D1F2 background

This text has white color on #C7D1F2 background.