COLOR #C2D9CC

HEX: #C2D9CC
RGB: (194,217,204)

Color info

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

RGB color model

#C2D9CC color RGB value is (194,217,204).

  • red value is 194;
  • green value is 217;
  • blue value is 204.
RGB:
(194,217,204)
(76%,85%,80%)

RGB channels and saturation

R 194 of 255 = 76%
G 217 of 255 = 85%
B 204 of 255 = 80%

194
217
204

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

Portions of RGB colors in percentages

R + G + B =
194 + 217 + 204 = 615 (100%)
R 194 of 615 ~ 31.54%
G 217 of 615 ~ 35.28%
B 204 of 615 ~ 33.17%

%31.54
%35.28
%33.17

CMYK color model

#C2D9CC color CMYK value is (11,0,6,15).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(11,0,6,15)
C11M0Y6K15 
(11%,0%,6%,15%)
(0.11/0.00/0.06/0.15)	

CMYK percentages

%10.6
%0
%5.99
%14.9

Codes

Color #C2D9CC in popluar color models

C2D9CC
RGB194217204
HSL146°23.23%80.59%
HSB/HSV146°10.60%85.10%
CMYK10.60%0.00%5.99%
14.90%

Color #C2D9CC in popluar number systems.

HEXC2D9CC
Decimal194217204
Binary110000101101100111001100
Octal302331314

Shades and tints

Shades of #C2D9CC

#C2D9CC
(194,217,204)
#B1C6BA
(177,198,186)
#A0B3A8
(160,179,168)
#8FA096
(143,160,150)
#7E8D84
(126,141,132)
#6D7A72
(109,122,114)
#5C6760
(92,103,96)
#4B544E
(75,84,78)
#3A413C
(58,65,60)
#292E2A
(41,46,42)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #C2D9CC

#C2D9CC
(194,217,204)
#C7DCD0
(199,220,208)
#CCDFD4
(204,223,212)
#D1E2D8
(209,226,216)
#D6E5DC
(214,229,220)
#DBE8E0
(219,232,224)
#E0EBE4
(224,235,228)
#E5EEE8
(229,238,232)
#EAF1EC
(234,241,236)
#EFF4F0
(239,244,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D9CC; }

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

This text font color is #C2D9CC.


Background Color

.myBgColor { background-color: #C2D9CC; }

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

This div background color is #C2D9CC.


Border color

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

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

This div border color is #C2D9CC.


Opacity

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

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

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

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

This text has shadow with #C2D9CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D9CC on black background.


Color preview on white background

This text has color #C2D9CC on white background.



Black color preview on #C2D9CC background

This text has black color on #C2D9CC background.


White color preview on #C2D9CC background

This text has white color on #C2D9CC background.