COLOR #C7D4FB

HEX: #C7D4FB RGB: (199,212,251)

Color info

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

RGB color model

#C7D4FB color RGB value is (199,212,251).

RGB: (199,212,251) (78%, 83%, 98%)

RGB channels and saturation

R 199 of 255 = 78%
G 212 of 255 = 83%
B 251 of 255 = 98%

199
212
251

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

Portions of RGB colors in percentages

R + G + B = 199 + 212 + 251 = 662 (100%)
R 199 of 662 ~ 30.06%
G 212 of 662 ~ 32.02%
B 251 of 662 ~ 37.92'%

%30.06
%32.02
%37.92

CMYK color model

#C7D4FB color CMYK value is (21,16,0,2).

  • cyan value is 20.72%
  • magenta value is 15.54%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (21,16,0,2) C21M16Y0K2 (21%,16%,0%,2%) (0.21/0.16/0.00/0.02) 

CMYK percentages

%20.72
%15.54
%0
%1.57

Codes

Color #C7D4FB in popluar color models

C7 D4 FB
RGB 199 212 251
HSL 225° 86.67% 88.24%
HSB/HSV 225° 20.72% 98.43%
CMYK 20.72% 15.54% 0.00%
1.57%

Color #C7D4FB in popluar number systems.

HEX C7 D4 FB
Decimal 199 212 251
Binary 11000111 11010100 11111011
Octal 307 324 373

Shades and tints

Shades of #C7D4FB

#C7D4FB
(199,212,251)
#B5C1E5
(181,193,229)
#A3AECF
(163,174,207)
#919BB9
(145,155,185)
#7F88A3
(127,136,163)
#6D758D
(109,117,141)
#5B6277
(91,98,119)
#494F61
(73,79,97)
#373C4B
(55,60,75)
#252935
(37,41,53)
#13161F
(19,22,31)
#000000
(0,0,0)

Tints of #C7D4FB

#C7D4FB
(199,212,251)
#CCD7FB
(204,215,251)
#D1DAFB
(209,218,251)
#D6DDFB
(214,221,251)
#DBE0FB
(219,224,251)
#E0E3FB
(224,227,251)
#E5E6FB
(229,230,251)
#EAE9FB
(234,233,251)
#EFECFB
(239,236,251)
#F4EFFB
(244,239,251)
#F9F2FB
(249,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7D4FB; }

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

This text font color is #C7D4FB.

Background Color

.myBgColor { background-color: #C7D4FB; }

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

This div background color is #C7D4FB.

Border color

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

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

This div border color is #C7D4FB.

Opacity

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

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

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

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

This text has shadow with #C7D4FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7D4FB.

Preview

Color preview on black background

This text has color #C7D4FB on black background.


Color preview on white background

This text has color #C7D4FB on white background.


Black color preview on #C7D4FB background

This text has black color on #C7D4FB background.


White color preview on #C7D4FB background

This text has white color on #C7D4FB background.


Related colors

Complementary color

Complementary color for #hex is #382B04.


I love getcolorcode.com

Triadic colors

1 #FBC7D4 and #D4FBC7 with #C7D4FB are triadic colors.

2 #FBD4C7 and #D4C7FB with #C7D4FB are triadic colors.