COLOR #C2D1FB

HEX: #C2D1FB
RGB: (194,209,251)

Color info

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

RGB color model

#C2D1FB color RGB value is (194,209,251).

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

RGB channels and saturation

R 194 of 255 = 76%
G 209 of 255 = 82%
B 251 of 255 = 98%

194
209
251

R + G + B ~ 85%. #C2D1FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 209 + 251 = 654 (100%)
R 194 of 654 ~ 29.66%
G 209 of 654 ~ 31.96%
B 251 of 654 ~ 38.38%

%29.66
%31.96
%38.38

CMYK color model

#C2D1FB color CMYK value is (23,17,0,2).

  • cyan value is 22.71%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(23,17,0,2)
C23M17Y0K2 
(23%,17%,0%,2%)
(0.23/0.17/0.00/0.02)	

CMYK percentages

%22.71
%16.73
%0
%1.57

Codes

Color #C2D1FB in popluar color models

C2D1FB
RGB194209251
HSL224°87.69%87.25%
HSB/HSV224°22.71%98.43%
CMYK22.71%16.73%0.00%
1.57%

Color #C2D1FB in popluar number systems.

HEXC2D1FB
Decimal194209251
Binary110000101101000111111011
Octal302321373

Shades and tints

Shades of #C2D1FB

#C2D1FB
(194,209,251)
#B1BEE5
(177,190,229)
#A0ABCF
(160,171,207)
#8F98B9
(143,152,185)
#7E85A3
(126,133,163)
#6D728D
(109,114,141)
#5C5F77
(92,95,119)
#4B4C61
(75,76,97)
#3A394B
(58,57,75)
#292635
(41,38,53)
#18131F
(24,19,31)
#000000
(0,0,0)

Tints of #C2D1FB

#C2D1FB
(194,209,251)
#C7D5FB
(199,213,251)
#CCD9FB
(204,217,251)
#D1DDFB
(209,221,251)
#D6E1FB
(214,225,251)
#DBE5FB
(219,229,251)
#E0E9FB
(224,233,251)
#E5EDFB
(229,237,251)
#EAF1FB
(234,241,251)
#EFF5FB
(239,245,251)
#F4F9FB
(244,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D1FB; }

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

This text font color is #C2D1FB.


Background Color

.myBgColor { background-color: #C2D1FB; }

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

This div background color is #C2D1FB.


Border color

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

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

This div border color is #C2D1FB.


Opacity

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

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

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

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

This text has shadow with #C2D1FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D1FB on black background.


Color preview on white background

This text has color #C2D1FB on white background.



Black color preview on #C2D1FB background

This text has black color on #C2D1FB background.


White color preview on #C2D1FB background

This text has white color on #C2D1FB background.