COLOR #C1CEDD

HEX: #C1CEDD RGB: (193,206,221)

Color info

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

RGB color model

#C1CEDD color RGB value is (193,206,221).

RGB: (193,206,221) (76%, 81%, 87%)

RGB channels and saturation

R 193 of 255 = 76%
G 206 of 255 = 81%
B 221 of 255 = 87%

193
206
221

R + G + B ~ 81%. #C1CEDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 206 + 221 = 620 (100%)
R 193 of 620 ~ 31.13%
G 206 of 620 ~ 33.23%
B 221 of 620 ~ 35.65'%

%31.13
%33.23
%35.65

CMYK color model

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

  • cyan value is 12.67%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (13,7,0,13)
C13M7Y0K13 (13%, 7%, 0%, 13%)
(0.13 / 0.07 / 0.00 / 0.13)

CMYK percentages

%12.67
%6.79
%0
%13.33

Codes

Color #C1CEDD in popluar color models

C1 CE DD
RGB 193 206 221
HSL 212° 29.17% 81.18%
HSB/HSV 212° 12.67% 86.67%
CMYK 12.67% 6.79% 0.00%
13.33%

Color #C1CEDD in popluar number systems.

HEX C1 CE DD
Decimal 193 206 221
Binary 11000001 11001110 11011101
Octal 301 316 335

Shades and tints

Shades of #C1CEDD

#C1CEDD
(193,206,221)
#B0BCC9
(176,188,201)
#9FAAB5
(159,170,181)
#8E98A1
(142,152,161)
#7D868D
(125,134,141)
#6C7479
(108,116,121)
#5B6265
(91,98,101)
#4A5051
(74,80,81)
#393E3D
(57,62,61)
#282C29
(40,44,41)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #C1CEDD

#C1CEDD
(193,206,221)
#C6D2E0
(198,210,224)
#CBD6E3
(203,214,227)
#D0DAE6
(208,218,230)
#D5DEE9
(213,222,233)
#DAE2EC
(218,226,236)
#DFE6EF
(223,230,239)
#E4EAF2
(228,234,242)
#E9EEF5
(233,238,245)
#EEF2F8
(238,242,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1CEDD; }

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

This text font color is #C1CEDD.

Background Color

.myBgColor { background-color: #C1CEDD; }

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

This div background color is #C1CEDD.

Border color

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

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

This div border color is #C1CEDD.

Opacity

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

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

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

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

This text has shadow with #C1CEDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CEDD.

Preview

Color preview on black background

This text has color #C1CEDD on black background.


Color preview on white background

This text has color #C1CEDD on white background.


Black color preview on #C1CEDD background

This text has black color on #C1CEDD background.


White color preview on #C1CEDD background

This text has white color on #C1CEDD background.


Related colors

Complementary color

Complementary color for #hex is #3E3122.


I love getcolorcode.com

Triadic colors

1 #DDC1CE and #CEDDC1 with #C1CEDD are triadic colors.

2 #DDCEC1 and #CEC1DD with #C1CEDD are triadic colors.