COLOR #C2C7FD

HEX: #C2C7FD RGB: (194,199,253)

Color info

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

RGB color model

#C2C7FD color RGB value is (194,199,253).

RGB: (194,199,253) (76%, 78%, 99%)

RGB channels and saturation

R 194 of 255 = 76%
G 199 of 255 = 78%
B 253 of 255 = 99%

194
199
253

R + G + B ~ 84%. #C2C7FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 199 + 253 = 646 (100%)
R 194 of 646 ~ 30.03%
G 199 of 646 ~ 30.8%
B 253 of 646 ~ 39.16'%

%30.03
%30.8
%39.16

CMYK color model

#C2C7FD color CMYK value is (23,21,0,1).

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

CMYK: (23,21,0,1)
C23M21Y0K1 (23%, 21%, 0%, 1%)
(0.23 / 0.21 / 0.00 / 0.01)

CMYK percentages

%23.32
%21.34
%0
%0.78

Codes

Color #C2C7FD in popluar color models

C2 C7 FD
RGB 194 199 253
HSL 235° 93.65% 87.65%
HSB/HSV 235° 23.32% 99.22%
CMYK 23.32% 21.34% 0.00%
0.78%

Color #C2C7FD in popluar number systems.

HEX C2 C7 FD
Decimal 194 199 253
Binary 11000010 11000111 11111101
Octal 302 307 375

Shades and tints

Shades of #C2C7FD

#C2C7FD
(194,199,253)
#B1B5E6
(177,181,230)
#A0A3CF
(160,163,207)
#8F91B8
(143,145,184)
#7E7FA1
(126,127,161)
#6D6D8A
(109,109,138)
#5C5B73
(92,91,115)
#4B495C
(75,73,92)
#3A3745
(58,55,69)
#29252E
(41,37,46)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #C2C7FD

#C2C7FD
(194,199,253)
#C7CCFD
(199,204,253)
#CCD1FD
(204,209,253)
#D1D6FD
(209,214,253)
#D6DBFD
(214,219,253)
#DBE0FD
(219,224,253)
#E0E5FD
(224,229,253)
#E5EAFD
(229,234,253)
#EAEFFD
(234,239,253)
#EFF4FD
(239,244,253)
#F4F9FD
(244,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C7FD; }

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

This text font color is #C2C7FD.

Background Color

.myBgColor { background-color: #C2C7FD; }

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

This div background color is #C2C7FD.

Border color

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

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

This div border color is #C2C7FD.

Opacity

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

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

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

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

This text has shadow with #C2C7FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C7FD.

Preview

Color preview on black background

This text has color #C2C7FD on black background.


Color preview on white background

This text has color #C2C7FD on white background.


Black color preview on #C2C7FD background

This text has black color on #C2C7FD background.


White color preview on #C2C7FD background

This text has white color on #C2C7FD background.


Related colors

Complementary color

Complementary color for #hex is #3D3802.


I love getcolorcode.com

Triadic colors

1 #FDC2C7 and #C7FDC2 with #C2C7FD are triadic colors.

2 #FDC7C2 and #C7C2FD with #C2C7FD are triadic colors.