COLOR #C7DFFE

HEX: #C7DFFE RGB: (199,223,254)

Color info

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

RGB color model

#C7DFFE color RGB value is (199,223,254).

RGB: (199,223,254) (78%, 87%, 100%)

RGB channels and saturation

R 199 of 255 = 78%
G 223 of 255 = 87%
B 254 of 255 = 100%

199
223
254

R + G + B ~ 88%. #C7DFFE is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 223 + 254 = 676 (100%)
R 199 of 676 ~ 29.44%
G 223 of 676 ~ 32.99%
B 254 of 676 ~ 37.57'%

%29.44
%32.99
%37.57

CMYK color model

#C7DFFE color CMYK value is (22,12,0,0).

  • cyan value is 21.65%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (22,12,0,0)
C22M12Y0K0 (22%, 12%, 0%, 0%)
(0.22 / 0.12 / 0.00 / 0.00)

CMYK percentages

%21.65
%12.2
%0
%0.39

Codes

Color #C7DFFE in popluar color models

C7 DF FE
RGB 199 223 254
HSL 214° 96.49% 88.82%
HSB/HSV 214° 21.65% 99.61%
CMYK 21.65% 12.20% 0.00%
0.39%

Color #C7DFFE in popluar number systems.

HEX C7 DF FE
Decimal 199 223 254
Binary 11000111 11011111 11111110
Octal 307 337 376

Shades and tints

Shades of #C7DFFE

#C7DFFE
(199,223,254)
#B5CBE7
(181,203,231)
#A3B7D0
(163,183,208)
#91A3B9
(145,163,185)
#7F8FA2
(127,143,162)
#6D7B8B
(109,123,139)
#5B6774
(91,103,116)
#49535D
(73,83,93)
#373F46
(55,63,70)
#252B2F
(37,43,47)
#131718
(19,23,24)
#000000
(0,0,0)

Tints of #C7DFFE

#C7DFFE
(199,223,254)
#CCE1FE
(204,225,254)
#D1E3FE
(209,227,254)
#D6E5FE
(214,229,254)
#DBE7FE
(219,231,254)
#E0E9FE
(224,233,254)
#E5EBFE
(229,235,254)
#EAEDFE
(234,237,254)
#EFEFFE
(239,239,254)
#F4F1FE
(244,241,254)
#F9F3FE
(249,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DFFE; }

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

This text font color is #C7DFFE.

Background Color

.myBgColor { background-color: #C7DFFE; }

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

This div background color is #C7DFFE.

Border color

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

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

This div border color is #C7DFFE.

Opacity

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

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

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

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

This text has shadow with #C7DFFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DFFE.

Preview

Color preview on black background

This text has color #C7DFFE on black background.


Color preview on white background

This text has color #C7DFFE on white background.


Black color preview on #C7DFFE background

This text has black color on #C7DFFE background.


White color preview on #C7DFFE background

This text has white color on #C7DFFE background.


Related colors

Complementary color

Complementary color for #hex is #382001.


I love getcolorcode.com

Triadic colors

1 #FEC7DF and #DFFEC7 with #C7DFFE are triadic colors.

2 #FEDFC7 and #DFC7FE with #C7DFFE are triadic colors.