COLOR #C2C5EA

HEX: #C2C5EA RGB: (194,197,234)

Color info

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

RGB color model

#C2C5EA color RGB value is (194,197,234).

RGB: (194,197,234) (76%, 77%, 92%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 234 of 255 = 92%

194
197
234

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

Portions of RGB colors in percentages

R + G + B = 194 + 197 + 234 = 625 (100%)
R 194 of 625 ~ 31.04%
G 197 of 625 ~ 31.52%
B 234 of 625 ~ 37.44'%

%31.04
%31.52
%37.44

CMYK color model

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

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

CMYK: (17,16,0,8)
C17M16Y0K8 (17%, 16%, 0%, 8%)
(0.17 / 0.16 / 0.00 / 0.08)

CMYK percentages

%17.09
%15.81
%0
%8.24

Codes

Color #C2C5EA in popluar color models

C2 C5 EA
RGB 194 197 234
HSL 236° 48.78% 83.92%
HSB/HSV 236° 17.09% 91.76%
CMYK 17.09% 15.81% 0.00%
8.24%

Color #C2C5EA in popluar number systems.

HEX C2 C5 EA
Decimal 194 197 234
Binary 11000010 11000101 11101010
Octal 302 305 352

Shades and tints

Shades of #C2C5EA

#C2C5EA
(194,197,234)
#B1B4D5
(177,180,213)
#A0A3C0
(160,163,192)
#8F92AB
(143,146,171)
#7E8196
(126,129,150)
#6D7081
(109,112,129)
#5C5F6C
(92,95,108)
#4B4E57
(75,78,87)
#3A3D42
(58,61,66)
#292C2D
(41,44,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #C2C5EA

#C2C5EA
(194,197,234)
#C7CAEB
(199,202,235)
#CCCFEC
(204,207,236)
#D1D4ED
(209,212,237)
#D6D9EE
(214,217,238)
#DBDEEF
(219,222,239)
#E0E3F0
(224,227,240)
#E5E8F1
(229,232,241)
#EAEDF2
(234,237,242)
#EFF2F3
(239,242,243)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C5EA; }

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

This text font color is #C2C5EA.

Background Color

.myBgColor { background-color: #C2C5EA; }

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

This div background color is #C2C5EA.

Border color

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

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

This div border color is #C2C5EA.

Opacity

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

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

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

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

This text has shadow with #C2C5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C5EA.

Preview

Color preview on black background

This text has color #C2C5EA on black background.


Color preview on white background

This text has color #C2C5EA on white background.


Black color preview on #C2C5EA background

This text has black color on #C2C5EA background.


White color preview on #C2C5EA background

This text has white color on #C2C5EA background.


Related colors

Complementary color

Complementary color for #hex is #3D3A15.


I love getcolorcode.com

Triadic colors

1 #EAC2C5 and #C5EAC2 with #C2C5EA are triadic colors.

2 #EAC5C2 and #C5C2EA with #C2C5EA are triadic colors.