COLOR #C7DEF1

HEX: #C7DEF1
RGB: (199,222,241)

Color info

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

RGB color model

#C7DEF1 color RGB value is (199,222,241).

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

RGB channels and saturation

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

199
222
241

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

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 241 = 662 (100%)
R 199 of 662 ~ 30.06%
G 222 of 662 ~ 33.53%
B 241 of 662 ~ 36.4%

%30.06
%33.53
%36.4

CMYK color model

#C7DEF1 color CMYK value is (17,8,0,5).

  • cyan value is 17.43%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(17,8,0,5)
C17M8Y0K5 
(17%,8%,0%,5%)
(0.17/0.08/0.00/0.05)	

CMYK percentages

%17.43
%7.88
%0
%5.49

Codes

Color #C7DEF1 in popluar color models

C7DEF1
RGB199222241
HSL207°60.00%86.27%
HSB/HSV207°17.43%94.51%
CMYK17.43%7.88%0.00%
5.49%

Color #C7DEF1 in popluar number systems.

HEXC7DEF1
Decimal199222241
Binary110001111101111011110001
Octal307336361

Shades and tints

Shades of #C7DEF1

#C7DEF1
(199,222,241)
#B5CADC
(181,202,220)
#A3B6C7
(163,182,199)
#91A2B2
(145,162,178)
#7F8E9D
(127,142,157)
#6D7A88
(109,122,136)
#5B6673
(91,102,115)
#49525E
(73,82,94)
#373E49
(55,62,73)
#252A34
(37,42,52)
#13161F
(19,22,31)
#000000
(0,0,0)

Tints of #C7DEF1

#C7DEF1
(199,222,241)
#CCE1F2
(204,225,242)
#D1E4F3
(209,228,243)
#D6E7F4
(214,231,244)
#DBEAF5
(219,234,245)
#E0EDF6
(224,237,246)
#E5F0F7
(229,240,247)
#EAF3F8
(234,243,248)
#EFF6F9
(239,246,249)
#F4F9FA
(244,249,250)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEF1; }

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

This text font color is #C7DEF1.


Background Color

.myBgColor { background-color: #C7DEF1; }

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

This div background color is #C7DEF1.


Border color

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

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

This div border color is #C7DEF1.


Opacity

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

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

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

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

This text has shadow with #C7DEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DEF1 on black background.


Color preview on white background

This text has color #C7DEF1 on white background.



Black color preview on #C7DEF1 background

This text has black color on #C7DEF1 background.


White color preview on #C7DEF1 background

This text has white color on #C7DEF1 background.