COLOR #C0D2DB

HEX: #C0D2DB
RGB: (192,210,219)

Color info

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

RGB color model

#C0D2DB color RGB value is (192,210,219).

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

RGB channels and saturation

R 192 of 255 = 75%
G 210 of 255 = 82%
B 219 of 255 = 86%

192
210
219

R + G + B ~ 81%. #C0D2DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 210 + 219 = 621 (100%)
R 192 of 621 ~ 30.92%
G 210 of 621 ~ 33.82%
B 219 of 621 ~ 35.27%

%30.92
%33.82
%35.27

CMYK color model

#C0D2DB color CMYK value is (12,4,0,14).

  • cyan value is 12.33%
  • magenta value is 4.11%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK: (12,4,0,14) C12M4Y0K14 (12%,4%,0%,14%) (0.12/0.04/0.00/0.14)

CMYK percentages

%12.33
%4.11
%0
%14.12

Codes

Color #C0D2DB in popluar color models

C0D2DB
RGB192210219
HSL200°27.27%80.59%
HSB/HSV200°12.33%85.88%
CMYK12.33%4.11%0.00%
14.12%

Color #C0D2DB in popluar number systems.

HEXC0D2DB
Decimal192210219
Binary110000001101001011011011
Octal300322333

Shades and tints

Shades of #C0D2DB

#C0D2DB
(192,210,219)
#AFBFC8
(175,191,200)
#9EACB5
(158,172,181)
#8D99A2
(141,153,162)
#7C868F
(124,134,143)
#6B737C
(107,115,124)
#5A6069
(90,96,105)
#494D56
(73,77,86)
#383A43
(56,58,67)
#272730
(39,39,48)
#16141D
(22,20,29)
#000000
(0,0,0)

Tints of #C0D2DB

#C0D2DB
(192,210,219)
#C5D6DE
(197,214,222)
#CADAE1
(202,218,225)
#CFDEE4
(207,222,228)
#D4E2E7
(212,226,231)
#D9E6EA
(217,230,234)
#DEEAED
(222,234,237)
#E3EEF0
(227,238,240)
#E8F2F3
(232,242,243)
#EDF6F6
(237,246,246)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0D2DB; }

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

This text font color is #C0D2DB.


Background Color

.myBgColor { background-color: #C0D2DB; }

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

This div background color is #C0D2DB.


Border color

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

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

This div border color is #C0D2DB.


Opacity

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

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

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

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

This text has shadow with #C0D2DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C0D2DB on black background.


Color preview on white background

This text has color #C0D2DB on white background.



Black color preview on #C0D2DB background

This text has black color on #C0D2DB background.


White color preview on #C0D2DB background

This text has white color on #C0D2DB background.