COLOR #C2DEEC

HEX: #C2DEEC
RGB: (194,222,236)

Color info

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

RGB color model

#C2DEEC color RGB value is (194,222,236).

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

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 236 of 255 = 93%

194
222
236

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

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 236 = 652 (100%)
R 194 of 652 ~ 29.75%
G 222 of 652 ~ 34.05%
B 236 of 652 ~ 36.2%

%29.75
%34.05
%36.2

CMYK color model

#C2DEEC color CMYK value is (18,6,0,7).

  • cyan value is 17.80%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (18,6,0,7) C18M6Y0K7 (18%,6%,0%,7%) (0.18/0.06/0.00/0.07)

CMYK percentages

%17.8
%5.93
%0
%7.45

Codes

Color #C2DEEC in popluar color models

C2DEEC
RGB194222236
HSL200°52.50%84.31%
HSB/HSV200°17.80%92.55%
CMYK17.80%5.93%0.00%
7.45%

Color #C2DEEC in popluar number systems.

HEXC2DEEC
Decimal194222236
Binary110000101101111011101100
Octal302336354

Shades and tints

Shades of #C2DEEC

#C2DEEC
(194,222,236)
#B1CAD7
(177,202,215)
#A0B6C2
(160,182,194)
#8FA2AD
(143,162,173)
#7E8E98
(126,142,152)
#6D7A83
(109,122,131)
#5C666E
(92,102,110)
#4B5259
(75,82,89)
#3A3E44
(58,62,68)
#292A2F
(41,42,47)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #C2DEEC

#C2DEEC
(194,222,236)
#C7E1ED
(199,225,237)
#CCE4EE
(204,228,238)
#D1E7EF
(209,231,239)
#D6EAF0
(214,234,240)
#DBEDF1
(219,237,241)
#E0F0F2
(224,240,242)
#E5F3F3
(229,243,243)
#EAF6F4
(234,246,244)
#EFF9F5
(239,249,245)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DEEC; }

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

This text font color is #C2DEEC.


Background Color

.myBgColor { background-color: #C2DEEC; }

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

This div background color is #C2DEEC.


Border color

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

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

This div border color is #C2DEEC.


Opacity

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

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

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

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

This text has shadow with #C2DEEC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C2DEEC on black background.


Color preview on white background

This text has color #C2DEEC on white background.



Black color preview on #C2DEEC background

This text has black color on #C2DEEC background.


White color preview on #C2DEEC background

This text has white color on #C2DEEC background.