COLOR #C2CEEF

HEX: #C2CEEF RGB: (194,206,239)

Color info

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

RGB color model

#C2CEEF color RGB value is (194,206,239).

RGB: (194,206,239) (76%, 81%, 94%)

RGB channels and saturation

R 194 of 255 = 76%
G 206 of 255 = 81%
B 239 of 255 = 94%

194
206
239

R + G + B ~ 84%. #C2CEEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 206 + 239 = 639 (100%)
R 194 of 639 ~ 30.36%
G 206 of 639 ~ 32.24%
B 239 of 639 ~ 37.4'%

%30.36
%32.24
%37.4

CMYK color model

#C2CEEF color CMYK value is (19,14,0,6).

  • cyan value is 18.83%
  • magenta value is 13.81%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK: (19,14,0,6) C19M14Y0K6 (19%,14%,0%,6%) (0.19/0.14/0.00/0.06) 

CMYK percentages

%18.83
%13.81
%0
%6.27

Codes

Color #C2CEEF in popluar color models

C2 CE EF
RGB 194 206 239
HSL 224° 58.44% 84.90%
HSB/HSV 224° 18.83% 93.73%
CMYK 18.83% 13.81% 0.00%
6.27%

Color #C2CEEF in popluar number systems.

HEX C2 CE EF
Decimal 194 206 239
Binary 11000010 11001110 11101111
Octal 302 316 357

Shades and tints

Shades of #C2CEEF

#C2CEEF
(194,206,239)
#B1BCDA
(177,188,218)
#A0AAC5
(160,170,197)
#8F98B0
(143,152,176)
#7E869B
(126,134,155)
#6D7486
(109,116,134)
#5C6271
(92,98,113)
#4B505C
(75,80,92)
#3A3E47
(58,62,71)
#292C32
(41,44,50)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #C2CEEF

#C2CEEF
(194,206,239)
#C7D2F0
(199,210,240)
#CCD6F1
(204,214,241)
#D1DAF2
(209,218,242)
#D6DEF3
(214,222,243)
#DBE2F4
(219,226,244)
#E0E6F5
(224,230,245)
#E5EAF6
(229,234,246)
#EAEEF7
(234,238,247)
#EFF2F8
(239,242,248)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2CEEF; }

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

This text font color is #C2CEEF.

Background Color

.myBgColor { background-color: #C2CEEF; }

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

This div background color is #C2CEEF.

Border color

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

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

This div border color is #C2CEEF.

Opacity

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

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

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

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

This text has shadow with #C2CEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2CEEF.

Preview

Color preview on black background

This text has color #C2CEEF on black background.


Color preview on white background

This text has color #C2CEEF on white background.


Black color preview on #C2CEEF background

This text has black color on #C2CEEF background.


White color preview on #C2CEEF background

This text has white color on #C2CEEF background.


Related colors

Complementary color

Complementary color for #hex is #3D3110.


I love getcolorcode.com

Triadic colors

1 #EFC2CE and #CEEFC2 with #C2CEEF are triadic colors.

2 #EFCEC2 and #CEC2EF with #C2CEEF are triadic colors.