COLOR #C7D6FA

HEX: #C7D6FA RGB: (199,214,250)

Color info

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

RGB color model

#C7D6FA color RGB value is (199,214,250).

RGB: (199,214,250) (78%, 84%, 98%)

RGB channels and saturation

R 199 of 255 = 78%
G 214 of 255 = 84%
B 250 of 255 = 98%

199
214
250

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

Portions of RGB colors in percentages

R + G + B = 199 + 214 + 250 = 663 (100%)
R 199 of 663 ~ 30.02%
G 214 of 663 ~ 32.28%
B 250 of 663 ~ 37.71'%

%30.02
%32.28
%37.71

CMYK color model

#C7D6FA color CMYK value is (20,14,0,2).

  • cyan value is 20.40%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (20,14,0,2) C20M14Y0K2 (20%,14%,0%,2%) (0.20/0.14/0.00/0.02) 

CMYK percentages

%20.4
%14.4
%0
%1.96

Codes

Color #C7D6FA in popluar color models

C7 D6 FA
RGB 199 214 250
HSL 222° 83.61% 88.04%
HSB/HSV 222° 20.40% 98.04%
CMYK 20.40% 14.40% 0.00%
1.96%

Color #C7D6FA in popluar number systems.

HEX C7 D6 FA
Decimal 199 214 250
Binary 11000111 11010110 11111010
Octal 307 326 372

Shades and tints

Shades of #C7D6FA

#C7D6FA
(199,214,250)
#B5C3E4
(181,195,228)
#A3B0CE
(163,176,206)
#919DB8
(145,157,184)
#7F8AA2
(127,138,162)
#6D778C
(109,119,140)
#5B6476
(91,100,118)
#495160
(73,81,96)
#373E4A
(55,62,74)
#252B34
(37,43,52)
#13181E
(19,24,30)
#000000
(0,0,0)

Tints of #C7D6FA

#C7D6FA
(199,214,250)
#CCD9FA
(204,217,250)
#D1DCFA
(209,220,250)
#D6DFFA
(214,223,250)
#DBE2FA
(219,226,250)
#E0E5FA
(224,229,250)
#E5E8FA
(229,232,250)
#EAEBFA
(234,235,250)
#EFEEFA
(239,238,250)
#F4F1FA
(244,241,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D6FA color. Also use rgb(199,214,250) instead hex code.

Text Font Color

.myTextColor { color: #C7D6FA; }

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

This text font color is #C7D6FA.

Background Color

.myBgColor { background-color: #C7D6FA; }

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

This div background color is #C7D6FA.

Border color

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

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

This div border color is #C7D6FA.

Opacity

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

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

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

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

This text has shadow with #C7D6FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D6FA.

Preview

Color preview on black background

This text has color #C7D6FA on black background.


Color preview on white background

This text has color #C7D6FA on white background.


Black color preview on #C7D6FA background

This text has black color on #C7D6FA background.


White color preview on #C7D6FA background

This text has white color on #C7D6FA background.


Related colors

Complementary color

Complementary color for #hex is #382905.


I love getcolorcode.com

Triadic colors

1 #FAC7D6 and #D6FAC7 with #C7D6FA are triadic colors.

2 #FAD6C7 and #D6C7FA with #C7D6FA are triadic colors.