COLOR #C2CEE4

HEX: #C2CEE4
RGB: (194,206,228)

Color info

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

RGB color model

#C2CEE4 color RGB value is (194,206,228).

  • red value is 194;
  • green value is 206;
  • blue value is 228.
RGB:
(194,206,228)
(76%,81%,89%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 228 of 255 = 89%

194
206
228

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

Portions of RGB colors in percentages

R + G + B =
194 + 206 + 228 = 628 (100%)
R 194 of 628 ~ 30.89%
G 206 of 628 ~ 32.8%
B 228 of 628 ~ 36.31%

%30.89
%32.8
%36.31

CMYK color model

#C2CEE4 color CMYK value is (15,10,0,11).

  • cyan value is 14.91%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(15,10,0,11)
C15M10Y0K11 
(15%,10%,0%,11%)
(0.15/0.10/0.00/0.11)	

CMYK percentages

%14.91
%9.65
%0
%10.59

Codes

Color #C2CEE4 in popluar color models

C2CEE4
RGB194206228
HSL219°38.64%82.75%
HSB/HSV219°14.91%89.41%
CMYK14.91%9.65%0.00%
10.59%

Color #C2CEE4 in popluar number systems.

HEXC2CEE4
Decimal194206228
Binary110000101100111011100100
Octal302316344

Shades and tints

Shades of #C2CEE4

#C2CEE4
(194,206,228)
#B1BCD0
(177,188,208)
#A0AABC
(160,170,188)
#8F98A8
(143,152,168)
#7E8694
(126,134,148)
#6D7480
(109,116,128)
#5C626C
(92,98,108)
#4B5058
(75,80,88)
#3A3E44
(58,62,68)
#292C30
(41,44,48)
#181A1C
(24,26,28)
#000000
(0,0,0)

Tints of #C2CEE4

#C2CEE4
(194,206,228)
#C7D2E6
(199,210,230)
#CCD6E8
(204,214,232)
#D1DAEA
(209,218,234)
#D6DEEC
(214,222,236)
#DBE2EE
(219,226,238)
#E0E6F0
(224,230,240)
#E5EAF2
(229,234,242)
#EAEEF4
(234,238,244)
#EFF2F6
(239,242,246)
#F4F6F8
(244,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CEE4; }

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

This text font color is #C2CEE4.


Background Color

.myBgColor { background-color: #C2CEE4; }

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

This div background color is #C2CEE4.


Border color

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

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

This div border color is #C2CEE4.


Opacity

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

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

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

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

This text has shadow with #C2CEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CEE4 on black background.


Color preview on white background

This text has color #C2CEE4 on white background.



Black color preview on #C2CEE4 background

This text has black color on #C2CEE4 background.


White color preview on #C2CEE4 background

This text has white color on #C2CEE4 background.