COLOR #C2DCCE

HEX: #C2DCCE
RGB: (194,220,206)

Color info

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

RGB color model

#C2DCCE color RGB value is (194,220,206).

  • red value is 194;
  • green value is 220;
  • blue value is 206.
RGB:
(194,220,206)
(76%,86%,81%)

RGB channels and saturation

R 194 of 255 = 76%
G 220 of 255 = 86%
B 206 of 255 = 81%

194
220
206

R + G + B ~ 81%. #C2DCCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 220 + 206 = 620 (100%)
R 194 of 620 ~ 31.29%
G 220 of 620 ~ 35.48%
B 206 of 620 ~ 33.23%

%31.29
%35.48
%33.23

CMYK color model

#C2DCCE color CMYK value is (12,0,6,14).

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%
CMYK:
(12,0,6,14)
C12M0Y6K14 
(12%,0%,6%,14%)
(0.12/0.00/0.06/0.14)	

CMYK percentages

%11.82
%0
%6.36
%13.73

Codes

Color #C2DCCE in popluar color models

C2DCCE
RGB194220206
HSL148°27.08%81.18%
HSB/HSV148°11.82%86.27%
CMYK11.82%0.00%6.36%
13.73%

Color #C2DCCE in popluar number systems.

HEXC2DCCE
Decimal194220206
Binary110000101101110011001110
Octal302334316

Shades and tints

Shades of #C2DCCE

#C2DCCE
(194,220,206)
#B1C8BC
(177,200,188)
#A0B4AA
(160,180,170)
#8FA098
(143,160,152)
#7E8C86
(126,140,134)
#6D7874
(109,120,116)
#5C6462
(92,100,98)
#4B5050
(75,80,80)
#3A3C3E
(58,60,62)
#29282C
(41,40,44)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #C2DCCE

#C2DCCE
(194,220,206)
#C7DFD2
(199,223,210)
#CCE2D6
(204,226,214)
#D1E5DA
(209,229,218)
#D6E8DE
(214,232,222)
#DBEBE2
(219,235,226)
#E0EEE6
(224,238,230)
#E5F1EA
(229,241,234)
#EAF4EE
(234,244,238)
#EFF7F2
(239,247,242)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DCCE color. Also use rgb(194,220,206) instead hex code.

Text Font Color

.myTextColor { color: #C2DCCE; }

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

This text font color is #C2DCCE.


Background Color

.myBgColor { background-color: #C2DCCE; }

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

This div background color is #C2DCCE.


Border color

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

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

This div border color is #C2DCCE.


Opacity

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

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

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

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

This text has shadow with #C2DCCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DCCE on black background.


Color preview on white background

This text has color #C2DCCE on white background.



Black color preview on #C2DCCE background

This text has black color on #C2DCCE background.


White color preview on #C2DCCE background

This text has white color on #C2DCCE background.