COLOR #C2DEC6

HEX: #C2DEC6
RGB: (194,222,198)

Color info

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

RGB color model

#C2DEC6 color RGB value is (194,222,198).

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

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 198 of 255 = 78%

194
222
198

R + G + B ~ 80%. #C2DEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 198 = 614 (100%)
R 194 of 614 ~ 31.6%
G 222 of 614 ~ 36.16%
B 198 of 614 ~ 32.25%

%31.6
%36.16
%32.25

CMYK color model

#C2DEC6 color CMYK value is (13,0,11,13).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 12.94%
CMYK:
(13,0,11,13)
C13M0Y11K13 
(13%,0%,11%,13%)
(0.13/0.00/0.11/0.13)	

CMYK percentages

%12.61
%0
%10.81
%12.94

Codes

Color #C2DEC6 in popluar color models

C2DEC6
RGB194222198
HSL129°29.79%81.57%
HSB/HSV129°12.61%87.06%
CMYK12.61%0.00%10.81%
12.94%

Color #C2DEC6 in popluar number systems.

HEXC2DEC6
Decimal194222198
Binary110000101101111011000110
Octal302336306

Shades and tints

Shades of #C2DEC6

#C2DEC6
(194,222,198)
#B1CAB4
(177,202,180)
#A0B6A2
(160,182,162)
#8FA290
(143,162,144)
#7E8E7E
(126,142,126)
#6D7A6C
(109,122,108)
#5C665A
(92,102,90)
#4B5248
(75,82,72)
#3A3E36
(58,62,54)
#292A24
(41,42,36)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #C2DEC6

#C2DEC6
(194,222,198)
#C7E1CB
(199,225,203)
#CCE4D0
(204,228,208)
#D1E7D5
(209,231,213)
#D6EADA
(214,234,218)
#DBEDDF
(219,237,223)
#E0F0E4
(224,240,228)
#E5F3E9
(229,243,233)
#EAF6EE
(234,246,238)
#EFF9F3
(239,249,243)
#F4FCF8
(244,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DEC6; }

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

This text font color is #C2DEC6.


Background Color

.myBgColor { background-color: #C2DEC6; }

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

This div background color is #C2DEC6.


Border color

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

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

This div border color is #C2DEC6.


Opacity

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

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

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

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

This text has shadow with #C2DEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DEC6 on black background.


Color preview on white background

This text has color #C2DEC6 on white background.



Black color preview on #C2DEC6 background

This text has black color on #C2DEC6 background.


White color preview on #C2DEC6 background

This text has white color on #C2DEC6 background.