COLOR #C7DEFA

HEX: #C7DEFA RGB: (199,222,250)

Color info

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

RGB color model

#C7DEFA color RGB value is (199,222,250).

RGB: (199,222,250) (78%, 87%, 98%)

RGB channels and saturation

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

199
222
250

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

Portions of RGB colors in percentages

R + G + B = 199 + 222 + 250 = 671 (100%)
R 199 of 671 ~ 29.66%
G 222 of 671 ~ 33.08%
B 250 of 671 ~ 37.26'%

%29.66
%33.08
%37.26

CMYK color model

#C7DEFA color CMYK value is (20,11,0,2).

  • cyan value is 20.40%
  • magenta value is 11.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (20,11,0,2)
C20M11Y0K2 (20%, 11%, 0%, 2%)
(0.20 / 0.11 / 0.00 / 0.02)

CMYK percentages

%20.4
%11.2
%0
%1.96

Codes

Color #C7DEFA in popluar color models

C7 DE FA
RGB 199 222 250
HSL 213° 83.61% 88.04%
HSB/HSV 213° 20.40% 98.04%
CMYK 20.40% 11.20% 0.00%
1.96%

Color #C7DEFA in popluar number systems.

HEX C7 DE FA
Decimal 199 222 250
Binary 11000111 11011110 11111010
Octal 307 336 372

Shades and tints

Shades of #C7DEFA

#C7DEFA
(199,222,250)
#B5CAE4
(181,202,228)
#A3B6CE
(163,182,206)
#91A2B8
(145,162,184)
#7F8EA2
(127,142,162)
#6D7A8C
(109,122,140)
#5B6676
(91,102,118)
#495260
(73,82,96)
#373E4A
(55,62,74)
#252A34
(37,42,52)
#13161E
(19,22,30)
#000000
(0,0,0)

Tints of #C7DEFA

#C7DEFA
(199,222,250)
#CCE1FA
(204,225,250)
#D1E4FA
(209,228,250)
#D6E7FA
(214,231,250)
#DBEAFA
(219,234,250)
#E0EDFA
(224,237,250)
#E5F0FA
(229,240,250)
#EAF3FA
(234,243,250)
#EFF6FA
(239,246,250)
#F4F9FA
(244,249,250)
#F9FCFA
(249,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DEFA; }

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

This text font color is #C7DEFA.

Background Color

.myBgColor { background-color: #C7DEFA; }

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

This div background color is #C7DEFA.

Border color

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

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

This div border color is #C7DEFA.

Opacity

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

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

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

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

This text has shadow with #C7DEFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DEFA.

Preview

Color preview on black background

This text has color #C7DEFA on black background.


Color preview on white background

This text has color #C7DEFA on white background.


Black color preview on #C7DEFA background

This text has black color on #C7DEFA background.


White color preview on #C7DEFA background

This text has white color on #C7DEFA background.


Related colors

Complementary color

Complementary color for #hex is #382105.


I love getcolorcode.com

Triadic colors

1 #FAC7DE and #DEFAC7 with #C7DEFA are triadic colors.

2 #FADEC7 and #DEC7FA with #C7DEFA are triadic colors.