COLOR #C2D6CD

HEX: #C2D6CD
RGB: (194,214,205)

Color info

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

RGB color model

#C2D6CD color RGB value is (194,214,205).

  • red value is 194;
  • green value is 214;
  • blue value is 205.
RGB:
(194,214,205)
(76%,84%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 214 of 255 = 84%
B 205 of 255 = 80%

194
214
205

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

Portions of RGB colors in percentages

R + G + B =
194 + 214 + 205 = 613 (100%)
R 194 of 613 ~ 31.65%
G 214 of 613 ~ 34.91%
B 205 of 613 ~ 33.44%

%31.65
%34.91
%33.44

CMYK color model

#C2D6CD color CMYK value is (9,0,4,16).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 16.08%
CMYK:
(9,0,4,16)
C9M0Y4K16 
(9%,0%,4%,16%)
(0.09/0.00/0.04/0.16)	

CMYK percentages

%9.35
%0
%4.21
%16.08

Codes

Color #C2D6CD in popluar color models

C2D6CD
RGB194214205
HSL153°19.61%80.00%
HSB/HSV153°9.35%83.92%
CMYK9.35%0.00%4.21%
16.08%

Color #C2D6CD in popluar number systems.

HEXC2D6CD
Decimal194214205
Binary110000101101011011001101
Octal302326315

Shades and tints

Shades of #C2D6CD

#C2D6CD
(194,214,205)
#B1C3BB
(177,195,187)
#A0B0A9
(160,176,169)
#8F9D97
(143,157,151)
#7E8A85
(126,138,133)
#6D7773
(109,119,115)
#5C6461
(92,100,97)
#4B514F
(75,81,79)
#3A3E3D
(58,62,61)
#292B2B
(41,43,43)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #C2D6CD

#C2D6CD
(194,214,205)
#C7D9D1
(199,217,209)
#CCDCD5
(204,220,213)
#D1DFD9
(209,223,217)
#D6E2DD
(214,226,221)
#DBE5E1
(219,229,225)
#E0E8E5
(224,232,229)
#E5EBE9
(229,235,233)
#EAEEED
(234,238,237)
#EFF1F1
(239,241,241)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D6CD color. Also use rgb(194,214,205) instead hex code.

Text Font Color

.myTextColor { color: #C2D6CD; }

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

This text font color is #C2D6CD.


Background Color

.myBgColor { background-color: #C2D6CD; }

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

This div background color is #C2D6CD.


Border color

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

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

This div border color is #C2D6CD.


Opacity

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

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

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

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

This text has shadow with #C2D6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D6CD on black background.


Color preview on white background

This text has color #C2D6CD on white background.



Black color preview on #C2D6CD background

This text has black color on #C2D6CD background.


White color preview on #C2D6CD background

This text has white color on #C2D6CD background.