COLOR #C0DDC6

HEX: #C0DDC6
RGB: (192,221,198)

Color info

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

RGB color model

#C0DDC6 color RGB value is (192,221,198).

  • red value is 192;
  • green value is 221;
  • blue value is 198.
RGB:
(192,221,198)
(75%,87%,78%)

RGB channels and saturation

R 192 of 255 = 75%
G 221 of 255 = 87%
B 198 of 255 = 78%

192
221
198

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

Portions of RGB colors in percentages

R + G + B =
192 + 221 + 198 = 611 (100%)
R 192 of 611 ~ 31.42%
G 221 of 611 ~ 36.17%
B 198 of 611 ~ 32.41%

%31.42
%36.17
%32.41

CMYK color model

#C0DDC6 color CMYK value is (13,0,10,13).

  • cyan value is 13.12%
  • magenta value is 0.00%
  • yellow value is 10.41%
  • key color value is 13.33%
CMYK:
(13,0,10,13)
C13M0Y10K13 
(13%,0%,10%,13%)
(0.13/0.00/0.10/0.13)	

CMYK percentages

%13.12
%0
%10.41
%13.33

Codes

Color #C0DDC6 in popluar color models

C0DDC6
RGB192221198
HSL132°29.90%80.98%
HSB/HSV132°13.12%86.67%
CMYK13.12%0.00%10.41%
13.33%

Color #C0DDC6 in popluar number systems.

HEXC0DDC6
Decimal192221198
Binary110000001101110111000110
Octal300335306

Shades and tints

Shades of #C0DDC6

#C0DDC6
(192,221,198)
#AFC9B4
(175,201,180)
#9EB5A2
(158,181,162)
#8DA190
(141,161,144)
#7C8D7E
(124,141,126)
#6B796C
(107,121,108)
#5A655A
(90,101,90)
#495148
(73,81,72)
#383D36
(56,61,54)
#272924
(39,41,36)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #C0DDC6

#C0DDC6
(192,221,198)
#C5E0CB
(197,224,203)
#CAE3D0
(202,227,208)
#CFE6D5
(207,230,213)
#D4E9DA
(212,233,218)
#D9ECDF
(217,236,223)
#DEEFE4
(222,239,228)
#E3F2E9
(227,242,233)
#E8F5EE
(232,245,238)
#EDF8F3
(237,248,243)
#F2FBF8
(242,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0DDC6 color. Also use rgb(192,221,198) instead hex code.

Text Font Color

.myTextColor { color: #C0DDC6; }

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

This text font color is #C0DDC6.


Background Color

.myBgColor { background-color: #C0DDC6; }

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

This div background color is #C0DDC6.


Border color

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

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

This div border color is #C0DDC6.


Opacity

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

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

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

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

This text has shadow with #C0DDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0DDC6 on black background.


Color preview on white background

This text has color #C0DDC6 on white background.



Black color preview on #C0DDC6 background

This text has black color on #C0DDC6 background.


White color preview on #C0DDC6 background

This text has white color on #C0DDC6 background.