COLOR #C1CEEE

HEX: #C1CEEE
RGB: (193,206,238)

Color info

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

RGB color model

#C1CEEE color RGB value is (193,206,238).

  • red value is 193;
  • green value is 206;
  • blue value is 238.
RGB:
(193,206,238)
(76%,81%,93%)

RGB channels and saturation

R 193 of 255 = 76%
G 206 of 255 = 81%
B 238 of 255 = 93%

193
206
238

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

Portions of RGB colors in percentages

R + G + B =
193 + 206 + 238 = 637 (100%)
R 193 of 637 ~ 30.3%
G 206 of 637 ~ 32.34%
B 238 of 637 ~ 37.36%

%30.3
%32.34
%37.36

CMYK color model

#C1CEEE color CMYK value is (19,13,0,7).

  • cyan value is 18.91%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(19,13,0,7)
C19M13Y0K7 
(19%,13%,0%,7%)
(0.19/0.13/0.00/0.07)	

CMYK percentages

%18.91
%13.45
%0
%6.67

Codes

Color #C1CEEE in popluar color models

C1CEEE
RGB193206238
HSL223°56.96%84.51%
HSB/HSV223°18.91%93.33%
CMYK18.91%13.45%0.00%
6.67%

Color #C1CEEE in popluar number systems.

HEXC1CEEE
Decimal193206238
Binary110000011100111011101110
Octal301316356

Shades and tints

Shades of #C1CEEE

#C1CEEE
(193,206,238)
#B0BCD9
(176,188,217)
#9FAAC4
(159,170,196)
#8E98AF
(142,152,175)
#7D869A
(125,134,154)
#6C7485
(108,116,133)
#5B6270
(91,98,112)
#4A505B
(74,80,91)
#393E46
(57,62,70)
#282C31
(40,44,49)
#171A1C
(23,26,28)
#000000
(0,0,0)

Tints of #C1CEEE

#C1CEEE
(193,206,238)
#C6D2EF
(198,210,239)
#CBD6F0
(203,214,240)
#D0DAF1
(208,218,241)
#D5DEF2
(213,222,242)
#DAE2F3
(218,226,243)
#DFE6F4
(223,230,244)
#E4EAF5
(228,234,245)
#E9EEF6
(233,238,246)
#EEF2F7
(238,242,247)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CEEE color. Also use rgb(193,206,238) instead hex code.

Text Font Color

.myTextColor { color: #C1CEEE; }

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

This text font color is #C1CEEE.


Background Color

.myBgColor { background-color: #C1CEEE; }

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

This div background color is #C1CEEE.


Border color

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

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

This div border color is #C1CEEE.


Opacity

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

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

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

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

This text has shadow with #C1CEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1CEEE on black background.


Color preview on white background

This text has color #C1CEEE on white background.



Black color preview on #C1CEEE background

This text has black color on #C1CEEE background.


White color preview on #C1CEEE background

This text has white color on #C1CEEE background.