COLOR #C2C3EA

HEX: #C2C3EA RGB: (194,195,234)

Color info

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

RGB color model

#C2C3EA color RGB value is (194,195,234).

RGB: (194,195,234) (76%, 76%, 92%)

RGB channels and saturation

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

194
195
234

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

Portions of RGB colors in percentages

R + G + B = 194 + 195 + 234 = 623 (100%)
R 194 of 623 ~ 31.14%
G 195 of 623 ~ 31.3%
B 234 of 623 ~ 37.56'%

%31.14
%31.3
%37.56

CMYK color model

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

  • cyan value is 17.09%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (17,17,0,8)
C17M17Y0K8 (17%, 17%, 0%, 8%)
(0.17 / 0.17 / 0.00 / 0.08)

CMYK percentages

%17.09
%16.67
%0
%8.24

Codes

Color #C2C3EA in popluar color models

C2 C3 EA
RGB 194 195 234
HSL 239° 48.78% 83.92%
HSB/HSV 239° 17.09% 91.76%
CMYK 17.09% 16.67% 0.00%
8.24%

Color #C2C3EA in popluar number systems.

HEX C2 C3 EA
Decimal 194 195 234
Binary 11000010 11000011 11101010
Octal 302 303 352

Shades and tints

Shades of #C2C3EA

#C2C3EA
(194,195,234)
#B1B2D5
(177,178,213)
#A0A1C0
(160,161,192)
#8F90AB
(143,144,171)
#7E7F96
(126,127,150)
#6D6E81
(109,110,129)
#5C5D6C
(92,93,108)
#4B4C57
(75,76,87)
#3A3B42
(58,59,66)
#292A2D
(41,42,45)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #C2C3EA

#C2C3EA
(194,195,234)
#C7C8EB
(199,200,235)
#CCCDEC
(204,205,236)
#D1D2ED
(209,210,237)
#D6D7EE
(214,215,238)
#DBDCEF
(219,220,239)
#E0E1F0
(224,225,240)
#E5E6F1
(229,230,241)
#EAEBF2
(234,235,242)
#EFF0F3
(239,240,243)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C3EA; }

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

This text font color is #C2C3EA.

Background Color

.myBgColor { background-color: #C2C3EA; }

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

This div background color is #C2C3EA.

Border color

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

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

This div border color is #C2C3EA.

Opacity

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

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

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

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

This text has shadow with #C2C3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C3EA.

Preview

Color preview on black background

This text has color #C2C3EA on black background.


Color preview on white background

This text has color #C2C3EA on white background.


Black color preview on #C2C3EA background

This text has black color on #C2C3EA background.


White color preview on #C2C3EA background

This text has white color on #C2C3EA background.


Related colors

Complementary color

Complementary color for #hex is #3D3C15.


I love getcolorcode.com

Triadic colors

1 #EAC2C3 and #C3EAC2 with #C2C3EA are triadic colors.

2 #EAC3C2 and #C3C2EA with #C2C3EA are triadic colors.