COLOR #C2CCED

HEX: #C2CCED
RGB: (194,204,237)

Color info

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

RGB color model

#C2CCED color RGB value is (194,204,237).

  • red value is 194;
  • green value is 204;
  • blue value is 237.
RGB:
(194,204,237)
(76%,80%,93%)

RGB channels and saturation

R 194 of 255 = 76%
G 204 of 255 = 80%
B 237 of 255 = 93%

194
204
237

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

Portions of RGB colors in percentages

R + G + B =
194 + 204 + 237 = 635 (100%)
R 194 of 635 ~ 30.55%
G 204 of 635 ~ 32.13%
B 237 of 635 ~ 37.32%

%30.55
%32.13
%37.32

CMYK color model

#C2CCED color CMYK value is (18,14,0,7).

  • cyan value is 18.14%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(18,14,0,7)
C18M14Y0K7 
(18%,14%,0%,7%)
(0.18/0.14/0.00/0.07)	

CMYK percentages

%18.14
%13.92
%0
%7.06

Codes

Color #C2CCED in popluar color models

C2CCED
RGB194204237
HSL226°54.43%84.51%
HSB/HSV226°18.14%92.94%
CMYK18.14%13.92%0.00%
7.06%

Color #C2CCED in popluar number systems.

HEXC2CCED
Decimal194204237
Binary110000101100110011101101
Octal302314355

Shades and tints

Shades of #C2CCED

#C2CCED
(194,204,237)
#B1BAD8
(177,186,216)
#A0A8C3
(160,168,195)
#8F96AE
(143,150,174)
#7E8499
(126,132,153)
#6D7284
(109,114,132)
#5C606F
(92,96,111)
#4B4E5A
(75,78,90)
#3A3C45
(58,60,69)
#292A30
(41,42,48)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #C2CCED

#C2CCED
(194,204,237)
#C7D0EE
(199,208,238)
#CCD4EF
(204,212,239)
#D1D8F0
(209,216,240)
#D6DCF1
(214,220,241)
#DBE0F2
(219,224,242)
#E0E4F3
(224,228,243)
#E5E8F4
(229,232,244)
#EAECF5
(234,236,245)
#EFF0F6
(239,240,246)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2CCED color. Also use rgb(194,204,237) instead hex code.

Text Font Color

.myTextColor { color: #C2CCED; }

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

This text font color is #C2CCED.


Background Color

.myBgColor { background-color: #C2CCED; }

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

This div background color is #C2CCED.


Border color

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

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

This div border color is #C2CCED.


Opacity

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

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

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

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

This text has shadow with #C2CCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2CCED on black background.


Color preview on white background

This text has color #C2CCED on white background.



Black color preview on #C2CCED background

This text has black color on #C2CCED background.


White color preview on #C2CCED background

This text has white color on #C2CCED background.