COLOR #C2CEEB

HEX: #C2CEEB
RGB: (194,206,235)

Color info

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

RGB color model

#C2CEEB color RGB value is (194,206,235).

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

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 235 of 255 = 92%

194
206
235

R + G + B ~ 83%. #C2CEEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 206 + 235 = 635 (100%)
R 194 of 635 ~ 30.55%
G 206 of 635 ~ 32.44%
B 235 of 635 ~ 37.01%

%30.55
%32.44
%37.01

CMYK color model

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

  • cyan value is 17.45%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(17,12,0,8)
C17M12Y0K8 
(17%,12%,0%,8%)
(0.17/0.12/0.00/0.08)	

CMYK percentages

%17.45
%12.34
%0
%7.84

Codes

Color #C2CEEB in popluar color models

C2CEEB
RGB194206235
HSL222°50.62%84.12%
HSB/HSV222°17.45%92.16%
CMYK17.45%12.34%0.00%
7.84%

Color #C2CEEB in popluar number systems.

HEXC2CEEB
Decimal194206235
Binary110000101100111011101011
Octal302316353

Shades and tints

Shades of #C2CEEB

#C2CEEB
(194,206,235)
#B1BCD6
(177,188,214)
#A0AAC1
(160,170,193)
#8F98AC
(143,152,172)
#7E8697
(126,134,151)
#6D7482
(109,116,130)
#5C626D
(92,98,109)
#4B5058
(75,80,88)
#3A3E43
(58,62,67)
#292C2E
(41,44,46)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #C2CEEB

#C2CEEB
(194,206,235)
#C7D2EC
(199,210,236)
#CCD6ED
(204,214,237)
#D1DAEE
(209,218,238)
#D6DEEF
(214,222,239)
#DBE2F0
(219,226,240)
#E0E6F1
(224,230,241)
#E5EAF2
(229,234,242)
#EAEEF3
(234,238,243)
#EFF2F4
(239,242,244)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CEEB; }

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

This text font color is #C2CEEB.


Background Color

.myBgColor { background-color: #C2CEEB; }

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

This div background color is #C2CEEB.


Border color

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

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

This div border color is #C2CEEB.


Opacity

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

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

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

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

This text has shadow with #C2CEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CEEB on black background.


Color preview on white background

This text has color #C2CEEB on white background.



Black color preview on #C2CEEB background

This text has black color on #C2CEEB background.


White color preview on #C2CEEB background

This text has white color on #C2CEEB background.