COLOR #C2D7EE

HEX: #C2D7EE
RGB: (194,215,238)

Color info

#C2D7EE contains red, green and blue colors in about the same proportion. Web safe color of #C2D7EE is #CCCCFF (or #CCF).

RGB color model

#C2D7EE color RGB value is (194,215,238).

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

RGB channels and saturation

R 194 of 255 = 76%
G 215 of 255 = 84%
B 238 of 255 = 93%

194
215
238

R + G + B ~ 84%. #C2D7EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 215 + 238 = 647 (100%)
R 194 of 647 ~ 29.98%
G 215 of 647 ~ 33.23%
B 238 of 647 ~ 36.79%

%29.98
%33.23
%36.79

CMYK color model

#C2D7EE color CMYK value is (18,10,0,7).

  • cyan value is 18.49%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,10,0,7)
C18M10Y0K7 
(18%,10%,0%,7%)
(0.18/0.10/0.00/0.07)	

CMYK percentages

%18.49
%9.66
%0
%6.67

Codes

Color #C2D7EE in popluar color models

C2D7EE
RGB194215238
HSL211°56.41%84.71%
HSB/HSV211°18.49%93.33%
CMYK18.49%9.66%0.00%
6.67%

Color #C2D7EE in popluar number systems.

HEXC2D7EE
Decimal194215238
Binary110000101101011111101110
Octal302327356

Shades and tints

Shades of #C2D7EE

#C2D7EE
(194,215,238)
#B1C4D9
(177,196,217)
#A0B1C4
(160,177,196)
#8F9EAF
(143,158,175)
#7E8B9A
(126,139,154)
#6D7885
(109,120,133)
#5C6570
(92,101,112)
#4B525B
(75,82,91)
#3A3F46
(58,63,70)
#292C31
(41,44,49)
#18191C
(24,25,28)
#000000
(0,0,0)

Tints of #C2D7EE

#C2D7EE
(194,215,238)
#C7DAEF
(199,218,239)
#CCDDF0
(204,221,240)
#D1E0F1
(209,224,241)
#D6E3F2
(214,227,242)
#DBE6F3
(219,230,243)
#E0E9F4
(224,233,244)
#E5ECF5
(229,236,245)
#EAEFF6
(234,239,246)
#EFF2F7
(239,242,247)
#F4F5F8
(244,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D7EE; }

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

This text font color is #C2D7EE.


Background Color

.myBgColor { background-color: #C2D7EE; }

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

This div background color is #C2D7EE.


Border color

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

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

This div border color is #C2D7EE.


Opacity

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

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

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

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

This text has shadow with #C2D7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D7EE on black background.


Color preview on white background

This text has color #C2D7EE on white background.



Black color preview on #C2D7EE background

This text has black color on #C2D7EE background.


White color preview on #C2D7EE background

This text has white color on #C2D7EE background.