COLOR #C2DEE3

HEX: #C2DEE3
RGB: (194,222,227)

Color info

#C2DEE3 contains red, green and blue colors in about the same proportion. Web safe color of #C2DEE3 is #CCCCCC (or #CCC).

RGB color model

#C2DEE3 color RGB value is (194,222,227).

  • red value is 194;
  • green value is 222;
  • blue value is 227.
RGB:
(194,222,227)
(76%,87%,89%)

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 227 of 255 = 89%

194
222
227

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

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 227 = 643 (100%)
R 194 of 643 ~ 30.17%
G 222 of 643 ~ 34.53%
B 227 of 643 ~ 35.3%

%30.17
%34.53
%35.3

CMYK color model

#C2DEE3 color CMYK value is (15,2,0,11).

  • cyan value is 14.54%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(15,2,0,11)
C15M2Y0K11 
(15%,2%,0%,11%)
(0.15/0.02/0.00/0.11)	

CMYK percentages

%14.54
%2.2
%0
%10.98

Codes

Color #C2DEE3 in popluar color models

C2DEE3
RGB194222227
HSL189°37.08%82.55%
HSB/HSV189°14.54%89.02%
CMYK14.54%2.20%0.00%
10.98%

Color #C2DEE3 in popluar number systems.

HEXC2DEE3
Decimal194222227
Binary110000101101111011100011
Octal302336343

Shades and tints

Shades of #C2DEE3

#C2DEE3
(194,222,227)
#B1CACF
(177,202,207)
#A0B6BB
(160,182,187)
#8FA2A7
(143,162,167)
#7E8E93
(126,142,147)
#6D7A7F
(109,122,127)
#5C666B
(92,102,107)
#4B5257
(75,82,87)
#3A3E43
(58,62,67)
#292A2F
(41,42,47)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #C2DEE3

#C2DEE3
(194,222,227)
#C7E1E5
(199,225,229)
#CCE4E7
(204,228,231)
#D1E7E9
(209,231,233)
#D6EAEB
(214,234,235)
#DBEDED
(219,237,237)
#E0F0EF
(224,240,239)
#E5F3F1
(229,243,241)
#EAF6F3
(234,246,243)
#EFF9F5
(239,249,245)
#F4FCF7
(244,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DEE3 color. Also use rgb(194,222,227) instead hex code.

Text Font Color

.myTextColor { color: #C2DEE3; }

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

This text font color is #C2DEE3.


Background Color

.myBgColor { background-color: #C2DEE3; }

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

This div background color is #C2DEE3.


Border color

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

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

This div border color is #C2DEE3.


Opacity

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

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

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

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

This text has shadow with #C2DEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DEE3 on black background.


Color preview on white background

This text has color #C2DEE3 on white background.



Black color preview on #C2DEE3 background

This text has black color on #C2DEE3 background.


White color preview on #C2DEE3 background

This text has white color on #C2DEE3 background.