COLOR #C7D5F6

HEX: #C7D5F6 RGB: (199,213,246)

Color info

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

RGB color model

#C7D5F6 color RGB value is (199,213,246).

RGB: (199,213,246) (78%, 84%, 96%)

RGB channels and saturation

R 199 of 255 = 78%
G 213 of 255 = 84%
B 246 of 255 = 96%

199
213
246

R + G + B ~ 86%. #C7D5F6 is light color.

Portions of RGB colors in percentages

R + G + B = 199 + 213 + 246 = 658 (100%)
R 199 of 658 ~ 30.24%
G 213 of 658 ~ 32.37%
B 246 of 658 ~ 37.39'%

%30.24
%32.37
%37.39

CMYK color model

#C7D5F6 color CMYK value is (19,13,0,4).

  • cyan value is 19.11%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (19,13,0,4)
C19M13Y0K4 (19%, 13%, 0%, 4%)
(0.19 / 0.13 / 0.00 / 0.04)

CMYK percentages

%19.11
%13.41
%0
%3.53

Codes

Color #C7D5F6 in popluar color models

C7 D5 F6
RGB 199 213 246
HSL 222° 72.31% 87.25%
HSB/HSV 222° 19.11% 96.47%
CMYK 19.11% 13.41% 0.00%
3.53%

Color #C7D5F6 in popluar number systems.

HEX C7 D5 F6
Decimal 199 213 246
Binary 11000111 11010101 11110110
Octal 307 325 366

Shades and tints

Shades of #C7D5F6

#C7D5F6
(199,213,246)
#B5C2E0
(181,194,224)
#A3AFCA
(163,175,202)
#919CB4
(145,156,180)
#7F899E
(127,137,158)
#6D7688
(109,118,136)
#5B6372
(91,99,114)
#49505C
(73,80,92)
#373D46
(55,61,70)
#252A30
(37,42,48)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #C7D5F6

#C7D5F6
(199,213,246)
#CCD8F6
(204,216,246)
#D1DBF6
(209,219,246)
#D6DEF6
(214,222,246)
#DBE1F6
(219,225,246)
#E0E4F6
(224,228,246)
#E5E7F6
(229,231,246)
#EAEAF6
(234,234,246)
#EFEDF6
(239,237,246)
#F4F0F6
(244,240,246)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7D5F6 color. Also use rgb(199,213,246) instead hex code.

Text Font Color

.myTextColor { color: #C7D5F6; }

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

This text font color is #C7D5F6.

Background Color

.myBgColor { background-color: #C7D5F6; }

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

This div background color is #C7D5F6.

Border color

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

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

This div border color is #C7D5F6.

Opacity

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

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

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

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

This text has shadow with #C7D5F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D5F6.

Preview

Color preview on black background

This text has color #C7D5F6 on black background.


Color preview on white background

This text has color #C7D5F6 on white background.


Black color preview on #C7D5F6 background

This text has black color on #C7D5F6 background.


White color preview on #C7D5F6 background

This text has white color on #C7D5F6 background.


Related colors

Complementary color

Complementary color for #hex is #382A09.


I love getcolorcode.com

Triadic colors

1 #F6C7D5 and #D5F6C7 with #C7D5F6 are triadic colors.

2 #F6D5C7 and #D5C7F6 with #C7D5F6 are triadic colors.