COLOR #C2DBD4

HEX: #C2DBD4
RGB: (194,219,212)

Color info

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

RGB color model

#C2DBD4 color RGB value is (194,219,212).

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

RGB channels and saturation

R 194 of 255 = 76%
G 219 of 255 = 86%
B 212 of 255 = 83%

194
219
212

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

Portions of RGB colors in percentages

R + G + B =
194 + 219 + 212 = 625 (100%)
R 194 of 625 ~ 31.04%
G 219 of 625 ~ 35.04%
B 212 of 625 ~ 33.92%

%31.04
%35.04
%33.92

CMYK color model

#C2DBD4 color CMYK value is (11,0,3,14).

  • cyan value is 11.42%
  • magenta value is 0.00%
  • yellow value is 3.20%
  • key color value is 14.12%
CMYK:
(11,0,3,14)
C11M0Y3K14 
(11%,0%,3%,14%)
(0.11/0.00/0.03/0.14)	

CMYK percentages

%11.42
%0
%3.2
%14.12

Codes

Color #C2DBD4 in popluar color models

C2DBD4
RGB194219212
HSL163°25.77%80.98%
HSB/HSV163°11.42%85.88%
CMYK11.42%0.00%3.20%
14.12%

Color #C2DBD4 in popluar number systems.

HEXC2DBD4
Decimal194219212
Binary110000101101101111010100
Octal302333324

Shades and tints

Shades of #C2DBD4

#C2DBD4
(194,219,212)
#B1C8C1
(177,200,193)
#A0B5AE
(160,181,174)
#8FA29B
(143,162,155)
#7E8F88
(126,143,136)
#6D7C75
(109,124,117)
#5C6962
(92,105,98)
#4B564F
(75,86,79)
#3A433C
(58,67,60)
#293029
(41,48,41)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #C2DBD4

#C2DBD4
(194,219,212)
#C7DED7
(199,222,215)
#CCE1DA
(204,225,218)
#D1E4DD
(209,228,221)
#D6E7E0
(214,231,224)
#DBEAE3
(219,234,227)
#E0EDE6
(224,237,230)
#E5F0E9
(229,240,233)
#EAF3EC
(234,243,236)
#EFF6EF
(239,246,239)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DBD4; }

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

This text font color is #C2DBD4.


Background Color

.myBgColor { background-color: #C2DBD4; }

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

This div background color is #C2DBD4.


Border color

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

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

This div border color is #C2DBD4.


Opacity

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

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

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

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

This text has shadow with #C2DBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DBD4 on black background.


Color preview on white background

This text has color #C2DBD4 on white background.



Black color preview on #C2DBD4 background

This text has black color on #C2DBD4 background.


White color preview on #C2DBD4 background

This text has white color on #C2DBD4 background.