COLOR #C0D4C1

HEX: #C0D4C1
RGB: (192,212,193)

Color info

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

RGB color model

#C0D4C1 color RGB value is (192,212,193).

  • red value is 192;
  • green value is 212;
  • blue value is 193.
RGB:
(192,212,193)
(75%,83%,76%)

RGB channels and saturation

R 192 of 255 = 75%
G 212 of 255 = 83%
B 193 of 255 = 76%

192
212
193

R + G + B ~ 78%. #C0D4C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 212 + 193 = 597 (100%)
R 192 of 597 ~ 32.16%
G 212 of 597 ~ 35.51%
B 193 of 597 ~ 32.33%

%32.16
%35.51
%32.33

CMYK color model

#C0D4C1 color CMYK value is (9,0,9,17).

  • cyan value is 9.43%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 16.86%
CMYK:
(9,0,9,17)
C9M0Y9K17 
(9%,0%,9%,17%)
(0.09/0.00/0.09/0.17)	

CMYK percentages

%9.43
%0
%8.96
%16.86

Codes

Color #C0D4C1 in popluar color models

C0D4C1
RGB192212193
HSL123°18.87%79.22%
HSB/HSV123°9.43%83.14%
CMYK9.43%0.00%8.96%
16.86%

Color #C0D4C1 in popluar number systems.

HEXC0D4C1
Decimal192212193
Binary110000001101010011000001
Octal300324301

Shades and tints

Shades of #C0D4C1

#C0D4C1
(192,212,193)
#AFC1B0
(175,193,176)
#9EAE9F
(158,174,159)
#8D9B8E
(141,155,142)
#7C887D
(124,136,125)
#6B756C
(107,117,108)
#5A625B
(90,98,91)
#494F4A
(73,79,74)
#383C39
(56,60,57)
#272928
(39,41,40)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #C0D4C1

#C0D4C1
(192,212,193)
#C5D7C6
(197,215,198)
#CADACB
(202,218,203)
#CFDDD0
(207,221,208)
#D4E0D5
(212,224,213)
#D9E3DA
(217,227,218)
#DEE6DF
(222,230,223)
#E3E9E4
(227,233,228)
#E8ECE9
(232,236,233)
#EDEFEE
(237,239,238)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D4C1 color. Also use rgb(192,212,193) instead hex code.

Text Font Color

.myTextColor { color: #C0D4C1; }

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

This text font color is #C0D4C1.


Background Color

.myBgColor { background-color: #C0D4C1; }

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

This div background color is #C0D4C1.


Border color

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

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

This div border color is #C0D4C1.


Opacity

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

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

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

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

This text has shadow with #C0D4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D4C1 on black background.


Color preview on white background

This text has color #C0D4C1 on white background.



Black color preview on #C0D4C1 background

This text has black color on #C0D4C1 background.


White color preview on #C0D4C1 background

This text has white color on #C0D4C1 background.