COLOR #C2DCDB

HEX: #C2DCDB
RGB: (194,220,219)

Color info

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

RGB color model

#C2DCDB color RGB value is (194,220,219).

  • red value is 194;
  • green value is 220;
  • blue value is 219.
RGB: (194,220,219) (76%,86%,86%)

RGB channels and saturation

R 194 of 255 = 76%
G 220 of 255 = 86%
B 219 of 255 = 86%

194
220
219

R + G + B ~ 83%. #C2DCDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 220 + 219 = 633 (100%)
R 194 of 633 ~ 30.65%
G 220 of 633 ~ 34.76%
B 219 of 633 ~ 34.6%

%30.65
%34.76
%34.6

CMYK color model

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

  • cyan value is 11.82%
  • magenta value is 0.00%
  • yellow value is 0.45%
  • key color value is 13.73%
CMYK: (12,0,0,14) C12M0Y0K14 (12%,0%,0%,14%) (0.12/0.00/0.00/0.14)

CMYK percentages

%11.82
%0
%0.45
%13.73

Codes

Color #C2DCDB in popluar color models

C2DCDB
RGB194220219
HSL178°27.08%81.18%
HSB/HSV178°11.82%86.27%
CMYK11.82%0.00%0.45%
13.73%

Color #C2DCDB in popluar number systems.

HEXC2DCDB
Decimal194220219
Binary110000101101110011011011
Octal302334333

Shades and tints

Shades of #C2DCDB

#C2DCDB
(194,220,219)
#B1C8C8
(177,200,200)
#A0B4B5
(160,180,181)
#8FA0A2
(143,160,162)
#7E8C8F
(126,140,143)
#6D787C
(109,120,124)
#5C6469
(92,100,105)
#4B5056
(75,80,86)
#3A3C43
(58,60,67)
#292830
(41,40,48)
#18141D
(24,20,29)
#000000
(0,0,0)

Tints of #C2DCDB

#C2DCDB
(194,220,219)
#C7DFDE
(199,223,222)
#CCE2E1
(204,226,225)
#D1E5E4
(209,229,228)
#D6E8E7
(214,232,231)
#DBEBEA
(219,235,234)
#E0EEED
(224,238,237)
#E5F1F0
(229,241,240)
#EAF4F3
(234,244,243)
#EFF7F6
(239,247,246)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2DCDB color. Also use rgb(194,220,219) instead hex code.

Text Font Color

.myTextColor { color: #C2DCDB; }

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

This text font color is #C2DCDB.


Background Color

.myBgColor { background-color: #C2DCDB; }

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

This div background color is #C2DCDB.


Border color

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

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

This div border color is #C2DCDB.


Opacity

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

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

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

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

This text has shadow with #C2DCDB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C2DCDB on black background.


Color preview on white background

This text has color #C2DCDB on white background.



Black color preview on #C2DCDB background

This text has black color on #C2DCDB background.


White color preview on #C2DCDB background

This text has white color on #C2DCDB background.