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).

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

C0 D2 DB
RGB 192 210 219
HSL 200° 27.27% 80.59%
HSB/HSV 200° 12.33% 85.88%
CMYK 12.33% 4.11% 0.00%
14.12%

Color #C0D2DB in popluar number systems.

HEX C0 D2 DB
Decimal 192 210 219
Binary 11000000 11010010 11011011
Octal 300 322 333

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.


Related colors

Complementary color

Complementary color for #hex is #3F2D24.


I love getcolorcode.com

Triadic colors

1 #DBC0D2 and #D2DBC0 with #C0D2DB are triadic colors.

2 #DBD2C0 and #D2C0DB with #C0D2DB are triadic colors.