COLOR #C2D7EB

HEX: #C2D7EB
RGB: (194,215,235)

Color info

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

RGB color model

#C2D7EB color RGB value is (194,215,235).

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

RGB channels and saturation

R 194 of 255 = 76%
G 215 of 255 = 84%
B 235 of 255 = 92%

194
215
235

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

Portions of RGB colors in percentages

R + G + B =
194 + 215 + 235 = 644 (100%)
R 194 of 644 ~ 30.12%
G 215 of 644 ~ 33.39%
B 235 of 644 ~ 36.49%

%30.12
%33.39
%36.49

CMYK color model

#C2D7EB color CMYK value is (17,9,0,8).

  • cyan value is 17.45%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,9,0,8)
C17M9Y0K8 
(17%,9%,0%,8%)
(0.17/0.09/0.00/0.08)	

CMYK percentages

%17.45
%8.51
%0
%7.84

Codes

Color #C2D7EB in popluar color models

C2D7EB
RGB194215235
HSL209°50.62%84.12%
HSB/HSV209°17.45%92.16%
CMYK17.45%8.51%0.00%
7.84%

Color #C2D7EB in popluar number systems.

HEXC2D7EB
Decimal194215235
Binary110000101101011111101011
Octal302327353

Shades and tints

Shades of #C2D7EB

#C2D7EB
(194,215,235)
#B1C4D6
(177,196,214)
#A0B1C1
(160,177,193)
#8F9EAC
(143,158,172)
#7E8B97
(126,139,151)
#6D7882
(109,120,130)
#5C656D
(92,101,109)
#4B5258
(75,82,88)
#3A3F43
(58,63,67)
#292C2E
(41,44,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2D7EB

#C2D7EB
(194,215,235)
#C7DAEC
(199,218,236)
#CCDDED
(204,221,237)
#D1E0EE
(209,224,238)
#D6E3EF
(214,227,239)
#DBE6F0
(219,230,240)
#E0E9F1
(224,233,241)
#E5ECF2
(229,236,242)
#EAEFF3
(234,239,243)
#EFF2F4
(239,242,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D7EB; }

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

This text font color is #C2D7EB.


Background Color

.myBgColor { background-color: #C2D7EB; }

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

This div background color is #C2D7EB.


Border color

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

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

This div border color is #C2D7EB.


Opacity

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

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

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

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

This text has shadow with #C2D7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D7EB on black background.


Color preview on white background

This text has color #C2D7EB on white background.



Black color preview on #C2D7EB background

This text has black color on #C2D7EB background.


White color preview on #C2D7EB background

This text has white color on #C2D7EB background.