COLOR #C2D9C4

HEX: #C2D9C4
RGB: (194,217,196)

Color info

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

RGB color model

#C2D9C4 color RGB value is (194,217,196).

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

RGB channels and saturation

R 194 of 255 = 76%
G 217 of 255 = 85%
B 196 of 255 = 77%

194
217
196

R + G + B ~ 79%. #C2D9C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 217 + 196 = 607 (100%)
R 194 of 607 ~ 31.96%
G 217 of 607 ~ 35.75%
B 196 of 607 ~ 32.29%

%31.96
%35.75
%32.29

CMYK color model

#C2D9C4 color CMYK value is (11,0,10,15).

  • cyan value is 10.60%
  • magenta value is 0.00%
  • yellow value is 9.68%
  • key color value is 14.90%
CMYK:
(11,0,10,15)
C11M0Y10K15 
(11%,0%,10%,15%)
(0.11/0.00/0.10/0.15)	

CMYK percentages

%10.6
%0
%9.68
%14.9

Codes

Color #C2D9C4 in popluar color models

C2D9C4
RGB194217196
HSL125°23.23%80.59%
HSB/HSV125°10.60%85.10%
CMYK10.60%0.00%9.68%
14.90%

Color #C2D9C4 in popluar number systems.

HEXC2D9C4
Decimal194217196
Binary110000101101100111000100
Octal302331304

Shades and tints

Shades of #C2D9C4

#C2D9C4
(194,217,196)
#B1C6B3
(177,198,179)
#A0B3A2
(160,179,162)
#8FA091
(143,160,145)
#7E8D80
(126,141,128)
#6D7A6F
(109,122,111)
#5C675E
(92,103,94)
#4B544D
(75,84,77)
#3A413C
(58,65,60)
#292E2B
(41,46,43)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #C2D9C4

#C2D9C4
(194,217,196)
#C7DCC9
(199,220,201)
#CCDFCE
(204,223,206)
#D1E2D3
(209,226,211)
#D6E5D8
(214,229,216)
#DBE8DD
(219,232,221)
#E0EBE2
(224,235,226)
#E5EEE7
(229,238,231)
#EAF1EC
(234,241,236)
#EFF4F1
(239,244,241)
#F4F7F6
(244,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D9C4; }

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

This text font color is #C2D9C4.


Background Color

.myBgColor { background-color: #C2D9C4; }

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

This div background color is #C2D9C4.


Border color

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

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

This div border color is #C2D9C4.


Opacity

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

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

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

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

This text has shadow with #C2D9C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D9C4 on black background.


Color preview on white background

This text has color #C2D9C4 on white background.



Black color preview on #C2D9C4 background

This text has black color on #C2D9C4 background.


White color preview on #C2D9C4 background

This text has white color on #C2D9C4 background.