COLOR #C2CEE6

HEX: #C2CEE6 RGB: (194,206,230)

Color info

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

RGB color model

#C2CEE6 color RGB value is (194,206,230).

RGB: (194,206,230) (76%, 81%, 90%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 230 of 255 = 90%

194
206
230

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

Portions of RGB colors in percentages

R + G + B = 194 + 206 + 230 = 630 (100%)
R 194 of 630 ~ 30.79%
G 206 of 630 ~ 32.7%
B 230 of 630 ~ 36.51'%

%30.79
%32.7
%36.51

CMYK color model

#C2CEE6 color CMYK value is (16,10,0,10).

  • cyan value is 15.65%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 9.80%

CMYK: (16,10,0,10)
C16M10Y0K10 (16%, 10%, 0%, 10%)
(0.16 / 0.10 / 0.00 / 0.10)

CMYK percentages

%15.65
%10.43
%0
%9.8

Codes

Color #C2CEE6 in popluar color models

C2 CE E6
RGB 194 206 230
HSL 220° 41.86% 83.14%
HSB/HSV 220° 15.65% 90.20%
CMYK 15.65% 10.43% 0.00%
9.80%

Color #C2CEE6 in popluar number systems.

HEX C2 CE E6
Decimal 194 206 230
Binary 11000010 11001110 11100110
Octal 302 316 346

Shades and tints

Shades of #C2CEE6

#C2CEE6
(194,206,230)
#B1BCD2
(177,188,210)
#A0AABE
(160,170,190)
#8F98AA
(143,152,170)
#7E8696
(126,134,150)
#6D7482
(109,116,130)
#5C626E
(92,98,110)
#4B505A
(75,80,90)
#3A3E46
(58,62,70)
#292C32
(41,44,50)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #C2CEE6

#C2CEE6
(194,206,230)
#C7D2E8
(199,210,232)
#CCD6EA
(204,214,234)
#D1DAEC
(209,218,236)
#D6DEEE
(214,222,238)
#DBE2F0
(219,226,240)
#E0E6F2
(224,230,242)
#E5EAF4
(229,234,244)
#EAEEF6
(234,238,246)
#EFF2F8
(239,242,248)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CEE6 color. Also use rgb(194,206,230) instead hex code.

Text Font Color

.myTextColor { color: #C2CEE6; }

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

This text font color is #C2CEE6.

Background Color

.myBgColor { background-color: #C2CEE6; }

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

This div background color is #C2CEE6.

Border color

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

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

This div border color is #C2CEE6.

Opacity

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

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

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

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

This text has shadow with #C2CEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CEE6.

Preview

Color preview on black background

This text has color #C2CEE6 on black background.


Color preview on white background

This text has color #C2CEE6 on white background.


Black color preview on #C2CEE6 background

This text has black color on #C2CEE6 background.


White color preview on #C2CEE6 background

This text has white color on #C2CEE6 background.


Related colors

Complementary color

Complementary color for #hex is #3D3119.


I love getcolorcode.com

Triadic colors

1 #E6C2CE and #CEE6C2 with #C2CEE6 are triadic colors.

2 #E6CEC2 and #CEC2E6 with #C2CEE6 are triadic colors.