COLOR #C2D0E3

HEX: #C2D0E3
RGB: (194,208,227)

Color info

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

RGB color model

#C2D0E3 color RGB value is (194,208,227).

  • red value is 194;
  • green value is 208;
  • blue value is 227.
RGB:
(194,208,227)
(76%,82%,89%)

RGB channels and saturation

R 194 of 255 = 76%
G 208 of 255 = 82%
B 227 of 255 = 89%

194
208
227

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

Portions of RGB colors in percentages

R + G + B =
194 + 208 + 227 = 629 (100%)
R 194 of 629 ~ 30.84%
G 208 of 629 ~ 33.07%
B 227 of 629 ~ 36.09%

%30.84
%33.07
%36.09

CMYK color model

#C2D0E3 color CMYK value is (15,8,0,11).

  • cyan value is 14.54%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(15,8,0,11)
C15M8Y0K11 
(15%,8%,0%,11%)
(0.15/0.08/0.00/0.11)	

CMYK percentages

%14.54
%8.37
%0
%10.98

Codes

Color #C2D0E3 in popluar color models

C2D0E3
RGB194208227
HSL215°37.08%82.55%
HSB/HSV215°14.54%89.02%
CMYK14.54%8.37%0.00%
10.98%

Color #C2D0E3 in popluar number systems.

HEXC2D0E3
Decimal194208227
Binary110000101101000011100011
Octal302320343

Shades and tints

Shades of #C2D0E3

#C2D0E3
(194,208,227)
#B1BECF
(177,190,207)
#A0ACBB
(160,172,187)
#8F9AA7
(143,154,167)
#7E8893
(126,136,147)
#6D767F
(109,118,127)
#5C646B
(92,100,107)
#4B5257
(75,82,87)
#3A4043
(58,64,67)
#292E2F
(41,46,47)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #C2D0E3

#C2D0E3
(194,208,227)
#C7D4E5
(199,212,229)
#CCD8E7
(204,216,231)
#D1DCE9
(209,220,233)
#D6E0EB
(214,224,235)
#DBE4ED
(219,228,237)
#E0E8EF
(224,232,239)
#E5ECF1
(229,236,241)
#EAF0F3
(234,240,243)
#EFF4F5
(239,244,245)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2D0E3 color. Also use rgb(194,208,227) instead hex code.

Text Font Color

.myTextColor { color: #C2D0E3; }

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

This text font color is #C2D0E3.


Background Color

.myBgColor { background-color: #C2D0E3; }

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

This div background color is #C2D0E3.


Border color

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

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

This div border color is #C2D0E3.


Opacity

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

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

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

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

This text has shadow with #C2D0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D0E3 on black background.


Color preview on white background

This text has color #C2D0E3 on white background.



Black color preview on #C2D0E3 background

This text has black color on #C2D0E3 background.


White color preview on #C2D0E3 background

This text has white color on #C2D0E3 background.