COLOR #C1CEED

HEX: #C1CEED RGB: (193,206,237)

Color info

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

RGB color model

#C1CEED color RGB value is (193,206,237).

RGB: (193,206,237) (76%, 81%, 93%)

RGB channels and saturation

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

193
206
237

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

Portions of RGB colors in percentages

R + G + B = 193 + 206 + 237 = 636 (100%)
R 193 of 636 ~ 30.35%
G 206 of 636 ~ 32.39%
B 237 of 636 ~ 37.26'%

%30.35
%32.39
%37.26

CMYK color model

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

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

CMYK percentages

%18.57
%13.08
%0
%7.06

Codes

Color #C1CEED in popluar color models

C1 CE ED
RGB 193 206 237
HSL 222° 55.00% 84.31%
HSB/HSV 222° 18.57% 92.94%
CMYK 18.57% 13.08% 0.00%
7.06%

Color #C1CEED in popluar number systems.

HEX C1 CE ED
Decimal 193 206 237
Binary 11000001 11001110 11101101
Octal 301 316 355

Shades and tints

Shades of #C1CEED

#C1CEED
(193,206,237)
#B0BCD8
(176,188,216)
#9FAAC3
(159,170,195)
#8E98AE
(142,152,174)
#7D8699
(125,134,153)
#6C7484
(108,116,132)
#5B626F
(91,98,111)
#4A505A
(74,80,90)
#393E45
(57,62,69)
#282C30
(40,44,48)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #C1CEED

#C1CEED
(193,206,237)
#C6D2EE
(198,210,238)
#CBD6EF
(203,214,239)
#D0DAF0
(208,218,240)
#D5DEF1
(213,222,241)
#DAE2F2
(218,226,242)
#DFE6F3
(223,230,243)
#E4EAF4
(228,234,244)
#E9EEF5
(233,238,245)
#EEF2F6
(238,242,246)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CEED; }

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

This text font color is #C1CEED.

Background Color

.myBgColor { background-color: #C1CEED; }

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

This div background color is #C1CEED.

Border color

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

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

This div border color is #C1CEED.

Opacity

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

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

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

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

This text has shadow with #C1CEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CEED.

Preview

Color preview on black background

This text has color #C1CEED on black background.


Color preview on white background

This text has color #C1CEED on white background.


Black color preview on #C1CEED background

This text has black color on #C1CEED background.


White color preview on #C1CEED background

This text has white color on #C1CEED background.


Related colors

Complementary color

Complementary color for #hex is #3E3112.


I love getcolorcode.com

Triadic colors

1 #EDC1CE and #CEEDC1 with #C1CEED are triadic colors.

2 #EDCEC1 and #CEC1ED with #C1CEED are triadic colors.