COLOR #C2DDD4

HEX: #C2DDD4
RGB: (194,221,212)

Color info

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

RGB color model

#C2DDD4 color RGB value is (194,221,212).

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

RGB channels and saturation

R 194 of 255 = 76%
G 221 of 255 = 87%
B 212 of 255 = 83%

194
221
212

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

Portions of RGB colors in percentages

R + G + B =
194 + 221 + 212 = 627 (100%)
R 194 of 627 ~ 30.94%
G 221 of 627 ~ 35.25%
B 212 of 627 ~ 33.81%

%30.94
%35.25
%33.81

CMYK color model

#C2DDD4 color CMYK value is (12,0,4,13).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 4.07%
  • key color value is 13.33%
CMYK:
(12,0,4,13)
C12M0Y4K13 
(12%,0%,4%,13%)
(0.12/0.00/0.04/0.13)	

CMYK percentages

%12.22
%0
%4.07
%13.33

Codes

Color #C2DDD4 in popluar color models

C2DDD4
RGB194221212
HSL160°28.42%81.37%
HSB/HSV160°12.22%86.67%
CMYK12.22%0.00%4.07%
13.33%

Color #C2DDD4 in popluar number systems.

HEXC2DDD4
Decimal194221212
Binary110000101101110111010100
Octal302335324

Shades and tints

Shades of #C2DDD4

#C2DDD4
(194,221,212)
#B1C9C1
(177,201,193)
#A0B5AE
(160,181,174)
#8FA19B
(143,161,155)
#7E8D88
(126,141,136)
#6D7975
(109,121,117)
#5C6562
(92,101,98)
#4B514F
(75,81,79)
#3A3D3C
(58,61,60)
#292929
(41,41,41)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #C2DDD4

#C2DDD4
(194,221,212)
#C7E0D7
(199,224,215)
#CCE3DA
(204,227,218)
#D1E6DD
(209,230,221)
#D6E9E0
(214,233,224)
#DBECE3
(219,236,227)
#E0EFE6
(224,239,230)
#E5F2E9
(229,242,233)
#EAF5EC
(234,245,236)
#EFF8EF
(239,248,239)
#F4FBF2
(244,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DDD4; }

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

This text font color is #C2DDD4.


Background Color

.myBgColor { background-color: #C2DDD4; }

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

This div background color is #C2DDD4.


Border color

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

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

This div border color is #C2DDD4.


Opacity

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

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

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

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

This text has shadow with #C2DDD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DDD4 on black background.


Color preview on white background

This text has color #C2DDD4 on white background.



Black color preview on #C2DDD4 background

This text has black color on #C2DDD4 background.


White color preview on #C2DDD4 background

This text has white color on #C2DDD4 background.