COLOR #C7DFF1

HEX: #C7DFF1
RGB: (199,223,241)

Color info

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

RGB color model

#C7DFF1 color RGB value is (199,223,241).

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

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 241 of 255 = 95%

199
223
241

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

Portions of RGB colors in percentages

R + G + B =
199 + 223 + 241 = 663 (100%)
R 199 of 663 ~ 30.02%
G 223 of 663 ~ 33.63%
B 241 of 663 ~ 36.35%

%30.02
%33.63
%36.35

CMYK color model

#C7DFF1 color CMYK value is (17,7,0,5).

  • cyan value is 17.43%
  • magenta value is 7.47%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(17,7,0,5)
C17M7Y0K5 
(17%,7%,0%,5%)
(0.17/0.07/0.00/0.05)	

CMYK percentages

%17.43
%7.47
%0
%5.49

Codes

Color #C7DFF1 in popluar color models

C7DFF1
RGB199223241
HSL206°60.00%86.27%
HSB/HSV206°17.43%94.51%
CMYK17.43%7.47%0.00%
5.49%

Color #C7DFF1 in popluar number systems.

HEXC7DFF1
Decimal199223241
Binary110001111101111111110001
Octal307337361

Shades and tints

Shades of #C7DFF1

#C7DFF1
(199,223,241)
#B5CBDC
(181,203,220)
#A3B7C7
(163,183,199)
#91A3B2
(145,163,178)
#7F8F9D
(127,143,157)
#6D7B88
(109,123,136)
#5B6773
(91,103,115)
#49535E
(73,83,94)
#373F49
(55,63,73)
#252B34
(37,43,52)
#13171F
(19,23,31)
#000000
(0,0,0)

Tints of #C7DFF1

#C7DFF1
(199,223,241)
#CCE1F2
(204,225,242)
#D1E3F3
(209,227,243)
#D6E5F4
(214,229,244)
#DBE7F5
(219,231,245)
#E0E9F6
(224,233,246)
#E5EBF7
(229,235,247)
#EAEDF8
(234,237,248)
#EFEFF9
(239,239,249)
#F4F1FA
(244,241,250)
#F9F3FB
(249,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFF1; }

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

This text font color is #C7DFF1.


Background Color

.myBgColor { background-color: #C7DFF1; }

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

This div background color is #C7DFF1.


Border color

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

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

This div border color is #C7DFF1.


Opacity

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

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

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

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

This text has shadow with #C7DFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DFF1 on black background.


Color preview on white background

This text has color #C7DFF1 on white background.



Black color preview on #C7DFF1 background

This text has black color on #C7DFF1 background.


White color preview on #C7DFF1 background

This text has white color on #C7DFF1 background.