COLOR #C2CBED

HEX: #C2CBED
RGB: (194,203,237)

Color info

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

RGB color model

#C2CBED color RGB value is (194,203,237).

  • red value is 194;
  • green value is 203;
  • blue value is 237.
RGB:
(194,203,237)
(76%,80%,93%)

RGB channels and saturation

R 194 of 255 = 76%
G 203 of 255 = 80%
B 237 of 255 = 93%

194
203
237

R + G + B ~ 83%. #C2CBED is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 203 + 237 = 634 (100%)
R 194 of 634 ~ 30.6%
G 203 of 634 ~ 32.02%
B 237 of 634 ~ 37.38%

%30.6
%32.02
%37.38

CMYK color model

#C2CBED color CMYK value is (18,14,0,7).

  • cyan value is 18.14%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,14,0,7)
C18M14Y0K7 
(18%,14%,0%,7%)
(0.18/0.14/0.00/0.07)	

CMYK percentages

%18.14
%14.35
%0
%7.06

Codes

Color #C2CBED in popluar color models

C2CBED
RGB194203237
HSL227°54.43%84.51%
HSB/HSV227°18.14%92.94%
CMYK18.14%14.35%0.00%
7.06%

Color #C2CBED in popluar number systems.

HEXC2CBED
Decimal194203237
Binary110000101100101111101101
Octal302313355

Shades and tints

Shades of #C2CBED

#C2CBED
(194,203,237)
#B1B9D8
(177,185,216)
#A0A7C3
(160,167,195)
#8F95AE
(143,149,174)
#7E8399
(126,131,153)
#6D7184
(109,113,132)
#5C5F6F
(92,95,111)
#4B4D5A
(75,77,90)
#3A3B45
(58,59,69)
#292930
(41,41,48)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #C2CBED

#C2CBED
(194,203,237)
#C7CFEE
(199,207,238)
#CCD3EF
(204,211,239)
#D1D7F0
(209,215,240)
#D6DBF1
(214,219,241)
#DBDFF2
(219,223,242)
#E0E3F3
(224,227,243)
#E5E7F4
(229,231,244)
#EAEBF5
(234,235,245)
#EFEFF6
(239,239,246)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CBED color. Also use rgb(194,203,237) instead hex code.

Text Font Color

.myTextColor { color: #C2CBED; }

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

This text font color is #C2CBED.


Background Color

.myBgColor { background-color: #C2CBED; }

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

This div background color is #C2CBED.


Border color

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

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

This div border color is #C2CBED.


Opacity

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

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

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

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

This text has shadow with #C2CBED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CBED on black background.


Color preview on white background

This text has color #C2CBED on white background.



Black color preview on #C2CBED background

This text has black color on #C2CBED background.


White color preview on #C2CBED background

This text has white color on #C2CBED background.