COLOR #C0D7DB

HEX: #C0D7DB
RGB: (192,215,219)

Color info

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

RGB color model

#C0D7DB color RGB value is (192,215,219).

  • red value is 192;
  • green value is 215;
  • blue value is 219.
RGB:
(192,215,219)
(75%,84%,86%)

RGB channels and saturation

R 192 of 255 = 75%
G 215 of 255 = 84%
B 219 of 255 = 86%

192
215
219

R + G + B ~ 82%. #C0D7DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 215 + 219 = 626 (100%)
R 192 of 626 ~ 30.67%
G 215 of 626 ~ 34.35%
B 219 of 626 ~ 34.98%

%30.67
%34.35
%34.98

CMYK color model

#C0D7DB color CMYK value is (12,2,0,14).

  • cyan value is 12.33%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(12,2,0,14)
C12M2Y0K14 
(12%,2%,0%,14%)
(0.12/0.02/0.00/0.14)	

CMYK percentages

%12.33
%1.83
%0
%14.12

Codes

Color #C0D7DB in popluar color models

C0D7DB
RGB192215219
HSL189°27.27%80.59%
HSB/HSV189°12.33%85.88%
CMYK12.33%1.83%0.00%
14.12%

Color #C0D7DB in popluar number systems.

HEXC0D7DB
Decimal192215219
Binary110000001101011111011011
Octal300327333

Shades and tints

Shades of #C0D7DB

#C0D7DB
(192,215,219)
#AFC4C8
(175,196,200)
#9EB1B5
(158,177,181)
#8D9EA2
(141,158,162)
#7C8B8F
(124,139,143)
#6B787C
(107,120,124)
#5A6569
(90,101,105)
#495256
(73,82,86)
#383F43
(56,63,67)
#272C30
(39,44,48)
#16191D
(22,25,29)
#000000
(0,0,0)

Tints of #C0D7DB

#C0D7DB
(192,215,219)
#C5DADE
(197,218,222)
#CADDE1
(202,221,225)
#CFE0E4
(207,224,228)
#D4E3E7
(212,227,231)
#D9E6EA
(217,230,234)
#DEE9ED
(222,233,237)
#E3ECF0
(227,236,240)
#E8EFF3
(232,239,243)
#EDF2F6
(237,242,246)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D7DB color. Also use rgb(192,215,219) instead hex code.

Text Font Color

.myTextColor { color: #C0D7DB; }

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

This text font color is #C0D7DB.


Background Color

.myBgColor { background-color: #C0D7DB; }

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

This div background color is #C0D7DB.


Border color

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

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

This div border color is #C0D7DB.


Opacity

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

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

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

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

This text has shadow with #C0D7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D7DB on black background.


Color preview on white background

This text has color #C0D7DB on white background.



Black color preview on #C0D7DB background

This text has black color on #C0D7DB background.


White color preview on #C0D7DB background

This text has white color on #C0D7DB background.