COLOR #C2C7FB

HEX: #C2C7FB
RGB: (194,199,251)

Color info

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

RGB color model

#C2C7FB color RGB value is (194,199,251).

  • red value is 194;
  • green value is 199;
  • blue value is 251.
RGB: (194,199,251) (76%,78%,98%)

RGB channels and saturation

R 194 of 255 = 76%
G 199 of 255 = 78%
B 251 of 255 = 98%

194
199
251

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

Portions of RGB colors in percentages

R + G + B =
194 + 199 + 251 = 644 (100%)
R 194 of 644 ~ 30.12%
G 199 of 644 ~ 30.9%
B 251 of 644 ~ 38.98%

%30.12
%30.9
%38.98

CMYK color model

#C2C7FB color CMYK value is (23,21,0,2).

  • cyan value is 22.71%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (23,21,0,2) C23M21Y0K2 (23%,21%,0%,2%) (0.23/0.21/0.00/0.02)

CMYK percentages

%22.71
%20.72
%0
%1.57

Codes

Color #C2C7FB in popluar color models

C2C7FB
RGB194199251
HSL235°87.69%87.25%
HSB/HSV235°22.71%98.43%
CMYK22.71%20.72%0.00%
1.57%

Color #C2C7FB in popluar number systems.

HEXC2C7FB
Decimal194199251
Binary110000101100011111111011
Octal302307373

Shades and tints

Shades of #C2C7FB

#C2C7FB
(194,199,251)
#B1B5E5
(177,181,229)
#A0A3CF
(160,163,207)
#8F91B9
(143,145,185)
#7E7FA3
(126,127,163)
#6D6D8D
(109,109,141)
#5C5B77
(92,91,119)
#4B4961
(75,73,97)
#3A374B
(58,55,75)
#292535
(41,37,53)
#18131F
(24,19,31)
#000000
(0,0,0)

Tints of #C2C7FB

#C2C7FB
(194,199,251)
#C7CCFB
(199,204,251)
#CCD1FB
(204,209,251)
#D1D6FB
(209,214,251)
#D6DBFB
(214,219,251)
#DBE0FB
(219,224,251)
#E0E5FB
(224,229,251)
#E5EAFB
(229,234,251)
#EAEFFB
(234,239,251)
#EFF4FB
(239,244,251)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C7FB; }

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

This text font color is #C2C7FB.


Background Color

.myBgColor { background-color: #C2C7FB; }

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

This div background color is #C2C7FB.


Border color

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

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

This div border color is #C2C7FB.


Opacity

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

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

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

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

This text has shadow with #C2C7FB color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C2C7FB; -webkit-box-shadow:	1px 1px 3px 2px #C2C7FB; box-shadow:	1px 1px 3px 2px #C2C7FB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C2C7FB; -webkit-box-shadow: 1px 1px 3px 2px #C2C7FB; box-shadow:1px 1px 3px 2px #C2C7FB;">
Div content here</div>
This div box has shadow with color #C2C7FB.

Preview

Color preview on black background

This text has color #C2C7FB on black background.


Color preview on white background

This text has color #C2C7FB on white background.



Black color preview on #C2C7FB background

This text has black color on #C2C7FB background.


White color preview on #C2C7FB background

This text has white color on #C2C7FB background.