COLOR #C2DECA

HEX: #C2DECA
RGB: (194,222,202)

Color info

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

RGB color model

#C2DECA color RGB value is (194,222,202).

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

RGB channels and saturation

R 194 of 255 = 76%
G 222 of 255 = 87%
B 202 of 255 = 79%

194
222
202

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

Portions of RGB colors in percentages

R + G + B =
194 + 222 + 202 = 618 (100%)
R 194 of 618 ~ 31.39%
G 222 of 618 ~ 35.92%
B 202 of 618 ~ 32.69%

%31.39
%35.92
%32.69

CMYK color model

#C2DECA color CMYK value is (13,0,9,13).

  • cyan value is 12.61%
  • magenta value is 0.00%
  • yellow value is 9.01%
  • key color value is 12.94%
CMYK:
(13,0,9,13)
C13M0Y9K13 
(13%,0%,9%,13%)
(0.13/0.00/0.09/0.13)	

CMYK percentages

%12.61
%0
%9.01
%12.94

Codes

Color #C2DECA in popluar color models

C2DECA
RGB194222202
HSL137°29.79%81.57%
HSB/HSV137°12.61%87.06%
CMYK12.61%0.00%9.01%
12.94%

Color #C2DECA in popluar number systems.

HEXC2DECA
Decimal194222202
Binary110000101101111011001010
Octal302336312

Shades and tints

Shades of #C2DECA

#C2DECA
(194,222,202)
#B1CAB8
(177,202,184)
#A0B6A6
(160,182,166)
#8FA294
(143,162,148)
#7E8E82
(126,142,130)
#6D7A70
(109,122,112)
#5C665E
(92,102,94)
#4B524C
(75,82,76)
#3A3E3A
(58,62,58)
#292A28
(41,42,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #C2DECA

#C2DECA
(194,222,202)
#C7E1CE
(199,225,206)
#CCE4D2
(204,228,210)
#D1E7D6
(209,231,214)
#D6EADA
(214,234,218)
#DBEDDE
(219,237,222)
#E0F0E2
(224,240,226)
#E5F3E6
(229,243,230)
#EAF6EA
(234,246,234)
#EFF9EE
(239,249,238)
#F4FCF2
(244,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DECA; }

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

This text font color is #C2DECA.


Background Color

.myBgColor { background-color: #C2DECA; }

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

This div background color is #C2DECA.


Border color

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

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

This div border color is #C2DECA.


Opacity

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

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

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

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

This text has shadow with #C2DECA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DECA on black background.


Color preview on white background

This text has color #C2DECA on white background.



Black color preview on #C2DECA background

This text has black color on #C2DECA background.


White color preview on #C2DECA background

This text has white color on #C2DECA background.