COLOR #C7CBFD

HEX: #C7CBFD RGB: (199,203,253)

Color info

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

RGB color model

#C7CBFD color RGB value is (199,203,253).

RGB: (199,203,253) (78%, 80%, 99%)

RGB channels and saturation

R 199 of 255 = 78%
G 203 of 255 = 80%
B 253 of 255 = 99%

199
203
253

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

Portions of RGB colors in percentages

R + G + B = 199 + 203 + 253 = 655 (100%)
R 199 of 655 ~ 30.38%
G 203 of 655 ~ 30.99%
B 253 of 655 ~ 38.63'%

%30.38
%30.99
%38.63

CMYK color model

#C7CBFD color CMYK value is (21,20,0,1).

  • cyan value is 21.34%
  • magenta value is 19.76%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (21,20,0,1)
C21M20Y0K1 (21%, 20%, 0%, 1%)
(0.21 / 0.20 / 0.00 / 0.01)

CMYK percentages

%21.34
%19.76
%0
%0.78

Codes

Color #C7CBFD in popluar color models

C7 CB FD
RGB 199 203 253
HSL 236° 93.10% 88.63%
HSB/HSV 236° 21.34% 99.22%
CMYK 21.34% 19.76% 0.00%
0.78%

Color #C7CBFD in popluar number systems.

HEX C7 CB FD
Decimal 199 203 253
Binary 11000111 11001011 11111101
Octal 307 313 375

Shades and tints

Shades of #C7CBFD

#C7CBFD
(199,203,253)
#B5B9E6
(181,185,230)
#A3A7CF
(163,167,207)
#9195B8
(145,149,184)
#7F83A1
(127,131,161)
#6D718A
(109,113,138)
#5B5F73
(91,95,115)
#494D5C
(73,77,92)
#373B45
(55,59,69)
#25292E
(37,41,46)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #C7CBFD

#C7CBFD
(199,203,253)
#CCCFFD
(204,207,253)
#D1D3FD
(209,211,253)
#D6D7FD
(214,215,253)
#DBDBFD
(219,219,253)
#E0DFFD
(224,223,253)
#E5E3FD
(229,227,253)
#EAE7FD
(234,231,253)
#EFEBFD
(239,235,253)
#F4EFFD
(244,239,253)
#F9F3FD
(249,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7CBFD color. Also use rgb(199,203,253) instead hex code.

Text Font Color

.myTextColor { color: #C7CBFD; }

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

This text font color is #C7CBFD.

Background Color

.myBgColor { background-color: #C7CBFD; }

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

This div background color is #C7CBFD.

Border color

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

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

This div border color is #C7CBFD.

Opacity

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

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

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

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

This text has shadow with #C7CBFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7CBFD.

Preview

Color preview on black background

This text has color #C7CBFD on black background.


Color preview on white background

This text has color #C7CBFD on white background.


Black color preview on #C7CBFD background

This text has black color on #C7CBFD background.


White color preview on #C7CBFD background

This text has white color on #C7CBFD background.


Related colors

Complementary color

Complementary color for #hex is #383402.


I love getcolorcode.com

Triadic colors

1 #FDC7CB and #CBFDC7 with #C7CBFD are triadic colors.

2 #FDCBC7 and #CBC7FD with #C7CBFD are triadic colors.