COLOR #C2D6D6

HEX: #C2D6D6
RGB: (194,214,214)

Color info

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

RGB color model

#C2D6D6 color RGB value is (194,214,214).

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

RGB channels and saturation

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

194
214
214

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

Portions of RGB colors in percentages

R + G + B =
194 + 214 + 214 = 622 (100%)
R 194 of 622 ~ 31.19%
G 214 of 622 ~ 34.41%
B 214 of 622 ~ 34.41%

%31.19
%34.41
%34.41

CMYK color model

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

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

CMYK percentages

%9.35
%0
%0
%16.08

Codes

Color #C2D6D6 in popluar color models

C2D6D6
RGB194214214
HSL180°19.61%80.00%
HSB/HSV180°9.35%83.92%
CMYK9.35%0.00%0.00%
16.08%

Color #C2D6D6 in popluar number systems.

HEXC2D6D6
Decimal194214214
Binary110000101101011011010110
Octal302326326

Shades and tints

Shades of #C2D6D6

#C2D6D6
(194,214,214)
#B1C3C3
(177,195,195)
#A0B0B0
(160,176,176)
#8F9D9D
(143,157,157)
#7E8A8A
(126,138,138)
#6D7777
(109,119,119)
#5C6464
(92,100,100)
#4B5151
(75,81,81)
#3A3E3E
(58,62,62)
#292B2B
(41,43,43)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #C2D6D6

#C2D6D6
(194,214,214)
#C7D9D9
(199,217,217)
#CCDCDC
(204,220,220)
#D1DFDF
(209,223,223)
#D6E2E2
(214,226,226)
#DBE5E5
(219,229,229)
#E0E8E8
(224,232,232)
#E5EBEB
(229,235,235)
#EAEEEE
(234,238,238)
#EFF1F1
(239,241,241)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D6D6; }

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

This text font color is #C2D6D6.


Background Color

.myBgColor { background-color: #C2D6D6; }

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

This div background color is #C2D6D6.


Border color

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

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

This div border color is #C2D6D6.


Opacity

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

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

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

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

This text has shadow with #C2D6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D6D6 on black background.


Color preview on white background

This text has color #C2D6D6 on white background.



Black color preview on #C2D6D6 background

This text has black color on #C2D6D6 background.


White color preview on #C2D6D6 background

This text has white color on #C2D6D6 background.