COLOR #C2DAF5

HEX: #C2DAF5
RGB: (194,218,245)

Color info

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

RGB color model

#C2DAF5 color RGB value is (194,218,245).

  • red value is 194;
  • green value is 218;
  • blue value is 245.
RGB:
(194,218,245)
(76%,85%,96%)

RGB channels and saturation

R 194 of 255 = 76%
G 218 of 255 = 85%
B 245 of 255 = 96%

194
218
245

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

Portions of RGB colors in percentages

R + G + B =
194 + 218 + 245 = 657 (100%)
R 194 of 657 ~ 29.53%
G 218 of 657 ~ 33.18%
B 245 of 657 ~ 37.29%

%29.53
%33.18
%37.29

CMYK color model

#C2DAF5 color CMYK value is (21,11,0,4).

  • cyan value is 20.82%
  • magenta value is 11.02%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(21,11,0,4)
C21M11Y0K4 
(21%,11%,0%,4%)
(0.21/0.11/0.00/0.04)	

CMYK percentages

%20.82
%11.02
%0
%3.92

Codes

Color #C2DAF5 in popluar color models

C2DAF5
RGB194218245
HSL212°71.83%86.08%
HSB/HSV212°20.82%96.08%
CMYK20.82%11.02%0.00%
3.92%

Color #C2DAF5 in popluar number systems.

HEXC2DAF5
Decimal194218245
Binary110000101101101011110101
Octal302332365

Shades and tints

Shades of #C2DAF5

#C2DAF5
(194,218,245)
#B1C7DF
(177,199,223)
#A0B4C9
(160,180,201)
#8FA1B3
(143,161,179)
#7E8E9D
(126,142,157)
#6D7B87
(109,123,135)
#5C6871
(92,104,113)
#4B555B
(75,85,91)
#3A4245
(58,66,69)
#292F2F
(41,47,47)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #C2DAF5

#C2DAF5
(194,218,245)
#C7DDF5
(199,221,245)
#CCE0F5
(204,224,245)
#D1E3F5
(209,227,245)
#D6E6F5
(214,230,245)
#DBE9F5
(219,233,245)
#E0ECF5
(224,236,245)
#E5EFF5
(229,239,245)
#EAF2F5
(234,242,245)
#EFF5F5
(239,245,245)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DAF5 color. Also use rgb(194,218,245) instead hex code.

Text Font Color

.myTextColor { color: #C2DAF5; }

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

This text font color is #C2DAF5.


Background Color

.myBgColor { background-color: #C2DAF5; }

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

This div background color is #C2DAF5.


Border color

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

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

This div border color is #C2DAF5.


Opacity

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

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

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

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

This text has shadow with #C2DAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DAF5 on black background.


Color preview on white background

This text has color #C2DAF5 on white background.



Black color preview on #C2DAF5 background

This text has black color on #C2DAF5 background.


White color preview on #C2DAF5 background

This text has white color on #C2DAF5 background.