COLOR #C0D9C2

HEX: #C0D9C2
RGB: (192,217,194)

Color info

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

RGB color model

#C0D9C2 color RGB value is (192,217,194).

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

RGB channels and saturation

R 192 of 255 = 75%
G 217 of 255 = 85%
B 194 of 255 = 76%

192
217
194

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

Portions of RGB colors in percentages

R + G + B =
192 + 217 + 194 = 603 (100%)
R 192 of 603 ~ 31.84%
G 217 of 603 ~ 35.99%
B 194 of 603 ~ 32.17%

%31.84
%35.99
%32.17

CMYK color model

#C0D9C2 color CMYK value is (12,0,11,15).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 10.60%
  • key color value is 14.90%
CMYK:
(12,0,11,15)
C12M0Y11K15 
(12%,0%,11%,15%)
(0.12/0.00/0.11/0.15)	

CMYK percentages

%11.52
%0
%10.6
%14.9

Codes

Color #C0D9C2 in popluar color models

C0D9C2
RGB192217194
HSL125°24.75%80.20%
HSB/HSV125°11.52%85.10%
CMYK11.52%0.00%10.60%
14.90%

Color #C0D9C2 in popluar number systems.

HEXC0D9C2
Decimal192217194
Binary110000001101100111000010
Octal300331302

Shades and tints

Shades of #C0D9C2

#C0D9C2
(192,217,194)
#AFC6B1
(175,198,177)
#9EB3A0
(158,179,160)
#8DA08F
(141,160,143)
#7C8D7E
(124,141,126)
#6B7A6D
(107,122,109)
#5A675C
(90,103,92)
#49544B
(73,84,75)
#38413A
(56,65,58)
#272E29
(39,46,41)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #C0D9C2

#C0D9C2
(192,217,194)
#C5DCC7
(197,220,199)
#CADFCC
(202,223,204)
#CFE2D1
(207,226,209)
#D4E5D6
(212,229,214)
#D9E8DB
(217,232,219)
#DEEBE0
(222,235,224)
#E3EEE5
(227,238,229)
#E8F1EA
(232,241,234)
#EDF4EF
(237,244,239)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D9C2; }

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

This text font color is #C0D9C2.


Background Color

.myBgColor { background-color: #C0D9C2; }

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

This div background color is #C0D9C2.


Border color

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

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

This div border color is #C0D9C2.


Opacity

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

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

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

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

This text has shadow with #C0D9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D9C2 on black background.


Color preview on white background

This text has color #C0D9C2 on white background.



Black color preview on #C0D9C2 background

This text has black color on #C0D9C2 background.


White color preview on #C0D9C2 background

This text has white color on #C0D9C2 background.