COLOR #C2DEC4

HEX: #C2DEC4
RGB: (194,222,196)

Color info

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

RGB color model

#C2DEC4 color RGB value is (194,222,196).

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

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 196 of 255 = 77%

194
222
196

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

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 196 = 612 (100%)
R 194 of 612 ~ 31.7%
G 222 of 612 ~ 36.27%
B 196 of 612 ~ 32.03%

%31.7
%36.27
%32.03

CMYK color model

#C2DEC4 color CMYK value is (13,0,12,13).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 12.94%
CMYK:
(13,0,12,13)
C13M0Y12K13 
(13%,0%,12%,13%)
(0.13/0.00/0.12/0.13)	

CMYK percentages

%12.61
%0
%11.71
%12.94

Codes

Color #C2DEC4 in popluar color models

C2DEC4
RGB194222196
HSL124°29.79%81.57%
HSB/HSV124°12.61%87.06%
CMYK12.61%0.00%11.71%
12.94%

Color #C2DEC4 in popluar number systems.

HEXC2DEC4
Decimal194222196
Binary110000101101111011000100
Octal302336304

Shades and tints

Shades of #C2DEC4

#C2DEC4
(194,222,196)
#B1CAB3
(177,202,179)
#A0B6A2
(160,182,162)
#8FA291
(143,162,145)
#7E8E80
(126,142,128)
#6D7A6F
(109,122,111)
#5C665E
(92,102,94)
#4B524D
(75,82,77)
#3A3E3C
(58,62,60)
#292A2B
(41,42,43)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #C2DEC4

#C2DEC4
(194,222,196)
#C7E1C9
(199,225,201)
#CCE4CE
(204,228,206)
#D1E7D3
(209,231,211)
#D6EAD8
(214,234,216)
#DBEDDD
(219,237,221)
#E0F0E2
(224,240,226)
#E5F3E7
(229,243,231)
#EAF6EC
(234,246,236)
#EFF9F1
(239,249,241)
#F4FCF6
(244,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DEC4; }

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

This text font color is #C2DEC4.


Background Color

.myBgColor { background-color: #C2DEC4; }

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

This div background color is #C2DEC4.


Border color

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

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

This div border color is #C2DEC4.


Opacity

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

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

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

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

This text has shadow with #C2DEC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DEC4 on black background.


Color preview on white background

This text has color #C2DEC4 on white background.



Black color preview on #C2DEC4 background

This text has black color on #C2DEC4 background.


White color preview on #C2DEC4 background

This text has white color on #C2DEC4 background.