COLOR #C1CEE5

HEX: #C1CEE5 RGB: (193,206,229)

Color info

#C1CEE5 contains red, green and blue colors in about the same proportion. Web safe color of #C1CEE5 is #CCCCCC (or #CCC).

RGB color model

#C1CEE5 color RGB value is (193,206,229).

RGB: (193,206,229) (76%, 81%, 90%)

RGB channels and saturation

R 193 of 255 = 76%
G 206 of 255 = 81%
B 229 of 255 = 90%

193
206
229

R + G + B ~ 82%. #C1CEE5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 206 + 229 = 628 (100%)
R 193 of 628 ~ 30.73%
G 206 of 628 ~ 32.8%
B 229 of 628 ~ 36.46'%

%30.73
%32.8
%36.46

CMYK color model

#C1CEE5 color CMYK value is (16,10,0,10).

  • cyan value is 15.72%
  • magenta value is 10.04%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (16,10,0,10)
C16M10Y0K10 (16%, 10%, 0%, 10%)
(0.16 / 0.10 / 0.00 / 0.10)

CMYK percentages

%15.72
%10.04
%0
%10.2

Codes

Color #C1CEE5 in popluar color models

C1 CE E5
RGB 193 206 229
HSL 218° 40.91% 82.75%
HSB/HSV 218° 15.72% 89.80%
CMYK 15.72% 10.04% 0.00%
10.20%

Color #C1CEE5 in popluar number systems.

HEX C1 CE E5
Decimal 193 206 229
Binary 11000001 11001110 11100101
Octal 301 316 345

Shades and tints

Shades of #C1CEE5

#C1CEE5
(193,206,229)
#B0BCD1
(176,188,209)
#9FAABD
(159,170,189)
#8E98A9
(142,152,169)
#7D8695
(125,134,149)
#6C7481
(108,116,129)
#5B626D
(91,98,109)
#4A5059
(74,80,89)
#393E45
(57,62,69)
#282C31
(40,44,49)
#171A1D
(23,26,29)
#000000
(0,0,0)

Tints of #C1CEE5

#C1CEE5
(193,206,229)
#C6D2E7
(198,210,231)
#CBD6E9
(203,214,233)
#D0DAEB
(208,218,235)
#D5DEED
(213,222,237)
#DAE2EF
(218,226,239)
#DFE6F1
(223,230,241)
#E4EAF3
(228,234,243)
#E9EEF5
(233,238,245)
#EEF2F7
(238,242,247)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CEE5; }

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

This text font color is #C1CEE5.

Background Color

.myBgColor { background-color: #C1CEE5; }

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

This div background color is #C1CEE5.

Border color

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

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

This div border color is #C1CEE5.

Opacity

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

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

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

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

This text has shadow with #C1CEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CEE5.

Preview

Color preview on black background

This text has color #C1CEE5 on black background.


Color preview on white background

This text has color #C1CEE5 on white background.


Black color preview on #C1CEE5 background

This text has black color on #C1CEE5 background.


White color preview on #C1CEE5 background

This text has white color on #C1CEE5 background.


Related colors

Complementary color

Complementary color for #hex is #3E311A.


I love getcolorcode.com

Triadic colors

1 #E5C1CE and #CEE5C1 with #C1CEE5 are triadic colors.

2 #E5CEC1 and #CEC1E5 with #C1CEE5 are triadic colors.