COLOR #C7DEFB

HEX: #C7DEFB
RGB: (199,222,251)

Color info

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

RGB color model

#C7DEFB color RGB value is (199,222,251).

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

RGB channels and saturation

R 199 of 255 = 78%
G 222 of 255 = 87%
B 251 of 255 = 98%

199
222
251

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

Portions of RGB colors in percentages

R + G + B =
199 + 222 + 251 = 672 (100%)
R 199 of 672 ~ 29.61%
G 222 of 672 ~ 33.04%
B 251 of 672 ~ 37.35%

%29.61
%33.04
%37.35

CMYK color model

#C7DEFB color CMYK value is (21,12,0,2).

  • cyan value is 20.72%
  • magenta value is 11.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(21,12,0,2)
C21M12Y0K2 
(21%,12%,0%,2%)
(0.21/0.12/0.00/0.02)	

CMYK percentages

%20.72
%11.55
%0
%1.57

Codes

Color #C7DEFB in popluar color models

C7DEFB
RGB199222251
HSL213°86.67%88.24%
HSB/HSV213°20.72%98.43%
CMYK20.72%11.55%0.00%
1.57%

Color #C7DEFB in popluar number systems.

HEXC7DEFB
Decimal199222251
Binary110001111101111011111011
Octal307336373

Shades and tints

Shades of #C7DEFB

#C7DEFB
(199,222,251)
#B5CAE5
(181,202,229)
#A3B6CF
(163,182,207)
#91A2B9
(145,162,185)
#7F8EA3
(127,142,163)
#6D7A8D
(109,122,141)
#5B6677
(91,102,119)
#495261
(73,82,97)
#373E4B
(55,62,75)
#252A35
(37,42,53)
#13161F
(19,22,31)
#000000
(0,0,0)

Tints of #C7DEFB

#C7DEFB
(199,222,251)
#CCE1FB
(204,225,251)
#D1E4FB
(209,228,251)
#D6E7FB
(214,231,251)
#DBEAFB
(219,234,251)
#E0EDFB
(224,237,251)
#E5F0FB
(229,240,251)
#EAF3FB
(234,243,251)
#EFF6FB
(239,246,251)
#F4F9FB
(244,249,251)
#F9FCFB
(249,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEFB; }

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

This text font color is #C7DEFB.


Background Color

.myBgColor { background-color: #C7DEFB; }

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

This div background color is #C7DEFB.


Border color

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

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

This div border color is #C7DEFB.


Opacity

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

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

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

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

This text has shadow with #C7DEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DEFB on black background.


Color preview on white background

This text has color #C7DEFB on white background.



Black color preview on #C7DEFB background

This text has black color on #C7DEFB background.


White color preview on #C7DEFB background

This text has white color on #C7DEFB background.