COLOR #C2DBE8

HEX: #C2DBE8
RGB: (194,219,232)

Color info

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

RGB color model

#C2DBE8 color RGB value is (194,219,232).

  • red value is 194;
  • green value is 219;
  • blue value is 232.
RGB:
(194,219,232)
(76%,86%,91%)

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 232 of 255 = 91%

194
219
232

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

Portions of RGB colors in percentages

R + G + B =
194 + 219 + 232 = 645 (100%)
R 194 of 645 ~ 30.08%
G 219 of 645 ~ 33.95%
B 232 of 645 ~ 35.97%

%30.08
%33.95
%35.97

CMYK color model

#C2DBE8 color CMYK value is (16,6,0,9).

  • cyan value is 16.38%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(16,6,0,9)
C16M6Y0K9 
(16%,6%,0%,9%)
(0.16/0.06/0.00/0.09)	

CMYK percentages

%16.38
%5.6
%0
%9.02

Codes

Color #C2DBE8 in popluar color models

C2DBE8
RGB194219232
HSL201°45.24%83.53%
HSB/HSV201°16.38%90.98%
CMYK16.38%5.60%0.00%
9.02%

Color #C2DBE8 in popluar number systems.

HEXC2DBE8
Decimal194219232
Binary110000101101101111101000
Octal302333350

Shades and tints

Shades of #C2DBE8

#C2DBE8
(194,219,232)
#B1C8D3
(177,200,211)
#A0B5BE
(160,181,190)
#8FA2A9
(143,162,169)
#7E8F94
(126,143,148)
#6D7C7F
(109,124,127)
#5C696A
(92,105,106)
#4B5655
(75,86,85)
#3A4340
(58,67,64)
#29302B
(41,48,43)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #C2DBE8

#C2DBE8
(194,219,232)
#C7DEEA
(199,222,234)
#CCE1EC
(204,225,236)
#D1E4EE
(209,228,238)
#D6E7F0
(214,231,240)
#DBEAF2
(219,234,242)
#E0EDF4
(224,237,244)
#E5F0F6
(229,240,246)
#EAF3F8
(234,243,248)
#EFF6FA
(239,246,250)
#F4F9FC
(244,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DBE8 color. Also use rgb(194,219,232) instead hex code.

Text Font Color

.myTextColor { color: #C2DBE8; }

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

This text font color is #C2DBE8.


Background Color

.myBgColor { background-color: #C2DBE8; }

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

This div background color is #C2DBE8.


Border color

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

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

This div border color is #C2DBE8.


Opacity

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

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

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

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

This text has shadow with #C2DBE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DBE8 on black background.


Color preview on white background

This text has color #C2DBE8 on white background.



Black color preview on #C2DBE8 background

This text has black color on #C2DBE8 background.


White color preview on #C2DBE8 background

This text has white color on #C2DBE8 background.