COLOR #C1C8DD

HEX: #C1C8DD RGB: (193,200,221)

Color info

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

RGB color model

#C1C8DD color RGB value is (193,200,221).

RGB: (193,200,221) (76%, 78%, 87%)

RGB channels and saturation

R 193 of 255 = 76%
G 200 of 255 = 78%
B 221 of 255 = 87%

193
200
221

R + G + B ~ 80%. #C1C8DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 193 + 200 + 221 = 614 (100%)
R 193 of 614 ~ 31.43%
G 200 of 614 ~ 32.57%
B 221 of 614 ~ 35.99'%

%31.43
%32.57
%35.99

CMYK color model

#C1C8DD color CMYK value is (13,10,0,13).

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

CMYK: (13,10,0,13)
C13M10Y0K13 (13%, 10%, 0%, 13%)
(0.13 / 0.10 / 0.00 / 0.13)

CMYK percentages

%12.67
%9.5
%0
%13.33

Codes

Color #C1C8DD in popluar color models

C1 C8 DD
RGB 193 200 221
HSL 225° 29.17% 81.18%
HSB/HSV 225° 12.67% 86.67%
CMYK 12.67% 9.50% 0.00%
13.33%

Color #C1C8DD in popluar number systems.

HEX C1 C8 DD
Decimal 193 200 221
Binary 11000001 11001000 11011101
Octal 301 310 335

Shades and tints

Shades of #C1C8DD

#C1C8DD
(193,200,221)
#B0B6C9
(176,182,201)
#9FA4B5
(159,164,181)
#8E92A1
(142,146,161)
#7D808D
(125,128,141)
#6C6E79
(108,110,121)
#5B5C65
(91,92,101)
#4A4A51
(74,74,81)
#39383D
(57,56,61)
#282629
(40,38,41)
#171415
(23,20,21)
#000000
(0,0,0)

Tints of #C1C8DD

#C1C8DD
(193,200,221)
#C6CDE0
(198,205,224)
#CBD2E3
(203,210,227)
#D0D7E6
(208,215,230)
#D5DCE9
(213,220,233)
#DAE1EC
(218,225,236)
#DFE6EF
(223,230,239)
#E4EBF2
(228,235,242)
#E9F0F5
(233,240,245)
#EEF5F8
(238,245,248)
#F3FAFB
(243,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C8DD; }

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

This text font color is #C1C8DD.

Background Color

.myBgColor { background-color: #C1C8DD; }

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

This div background color is #C1C8DD.

Border color

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

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

This div border color is #C1C8DD.

Opacity

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

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

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

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

This text has shadow with #C1C8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C8DD.

Preview

Color preview on black background

This text has color #C1C8DD on black background.


Color preview on white background

This text has color #C1C8DD on white background.


Black color preview on #C1C8DD background

This text has black color on #C1C8DD background.


White color preview on #C1C8DD background

This text has white color on #C1C8DD background.


Related colors

Complementary color

Complementary color for #hex is #3E3722.


I love getcolorcode.com

Triadic colors

1 #DDC1C8 and #C8DDC1 with #C1C8DD are triadic colors.

2 #DDC8C1 and #C8C1DD with #C1C8DD are triadic colors.