COLOR #C2C3EB

HEX: #C2C3EB
RGB: (194,195,235)

Color info

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

RGB color model

#C2C3EB color RGB value is (194,195,235).

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

RGB channels and saturation

R 194 of 255 = 76%
G 195 of 255 = 76%
B 235 of 255 = 92%

194
195
235

R + G + B ~ 81%. #C2C3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 195 + 235 = 624 (100%)
R 194 of 624 ~ 31.09%
G 195 of 624 ~ 31.25%
B 235 of 624 ~ 37.66%

%31.09
%31.25
%37.66

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,17,0,8)
C17M17Y0K8 
(17%,17%,0%,8%)
(0.17/0.17/0.00/0.08)	

CMYK percentages

%17.45
%17.02
%0
%7.84

Codes

Color #C2C3EB in popluar color models

C2C3EB
RGB194195235
HSL239°50.62%84.12%
HSB/HSV239°17.45%92.16%
CMYK17.45%17.02%0.00%
7.84%

Color #C2C3EB in popluar number systems.

HEXC2C3EB
Decimal194195235
Binary110000101100001111101011
Octal302303353

Shades and tints

Shades of #C2C3EB

#C2C3EB
(194,195,235)
#B1B2D6
(177,178,214)
#A0A1C1
(160,161,193)
#8F90AC
(143,144,172)
#7E7F97
(126,127,151)
#6D6E82
(109,110,130)
#5C5D6D
(92,93,109)
#4B4C58
(75,76,88)
#3A3B43
(58,59,67)
#292A2E
(41,42,46)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #C2C3EB

#C2C3EB
(194,195,235)
#C7C8EC
(199,200,236)
#CCCDED
(204,205,237)
#D1D2EE
(209,210,238)
#D6D7EF
(214,215,239)
#DBDCF0
(219,220,240)
#E0E1F1
(224,225,241)
#E5E6F2
(229,230,242)
#EAEBF3
(234,235,243)
#EFF0F4
(239,240,244)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3EB; }

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

This text font color is #C2C3EB.


Background Color

.myBgColor { background-color: #C2C3EB; }

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

This div background color is #C2C3EB.


Border color

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

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

This div border color is #C2C3EB.


Opacity

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

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

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

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

This text has shadow with #C2C3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C3EB on black background.


Color preview on white background

This text has color #C2C3EB on white background.



Black color preview on #C2C3EB background

This text has black color on #C2C3EB background.


White color preview on #C2C3EB background

This text has white color on #C2C3EB background.