COLOR #C2DDD7

HEX: #C2DDD7
RGB: (194,221,215)

Color info

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

RGB color model

#C2DDD7 color RGB value is (194,221,215).

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

RGB channels and saturation

R 194 of 255 = 76%
G 221 of 255 = 87%
B 215 of 255 = 84%

194
221
215

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

Portions of RGB colors in percentages

R + G + B =
194 + 221 + 215 = 630 (100%)
R 194 of 630 ~ 30.79%
G 221 of 630 ~ 35.08%
B 215 of 630 ~ 34.13%

%30.79
%35.08
%34.13

CMYK color model

#C2DDD7 color CMYK value is (12,0,3,13).

  • cyan value is 12.22%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(12,0,3,13)
C12M0Y3K13 
(12%,0%,3%,13%)
(0.12/0.00/0.03/0.13)	

CMYK percentages

%12.22
%0
%2.71
%13.33

Codes

Color #C2DDD7 in popluar color models

C2DDD7
RGB194221215
HSL167°28.42%81.37%
HSB/HSV167°12.22%86.67%
CMYK12.22%0.00%2.71%
13.33%

Color #C2DDD7 in popluar number systems.

HEXC2DDD7
Decimal194221215
Binary110000101101110111010111
Octal302335327

Shades and tints

Shades of #C2DDD7

#C2DDD7
(194,221,215)
#B1C9C4
(177,201,196)
#A0B5B1
(160,181,177)
#8FA19E
(143,161,158)
#7E8D8B
(126,141,139)
#6D7978
(109,121,120)
#5C6565
(92,101,101)
#4B5152
(75,81,82)
#3A3D3F
(58,61,63)
#29292C
(41,41,44)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #C2DDD7

#C2DDD7
(194,221,215)
#C7E0DA
(199,224,218)
#CCE3DD
(204,227,221)
#D1E6E0
(209,230,224)
#D6E9E3
(214,233,227)
#DBECE6
(219,236,230)
#E0EFE9
(224,239,233)
#E5F2EC
(229,242,236)
#EAF5EF
(234,245,239)
#EFF8F2
(239,248,242)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2DDD7; }

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

This text font color is #C2DDD7.


Background Color

.myBgColor { background-color: #C2DDD7; }

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

This div background color is #C2DDD7.


Border color

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

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

This div border color is #C2DDD7.


Opacity

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

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

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

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

This text has shadow with #C2DDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2DDD7 on black background.


Color preview on white background

This text has color #C2DDD7 on white background.



Black color preview on #C2DDD7 background

This text has black color on #C2DDD7 background.


White color preview on #C2DDD7 background

This text has white color on #C2DDD7 background.