COLOR #C1C4DD

HEX: #C1C4DD RGB: (193,196,221)

Color info

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

RGB color model

#C1C4DD color RGB value is (193,196,221).

RGB: (193,196,221) (76%, 77%, 87%)

RGB channels and saturation

R 193 of 255 = 76%
G 196 of 255 = 77%
B 221 of 255 = 87%

193
196
221

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

Portions of RGB colors in percentages

R + G + B = 193 + 196 + 221 = 610 (100%)
R 193 of 610 ~ 31.64%
G 196 of 610 ~ 32.13%
B 221 of 610 ~ 36.23'%

%31.64
%32.13
%36.23

CMYK color model

#C1C4DD color CMYK value is (13,11,0,13).

  • cyan value is 12.67%
  • magenta value is 11.31%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (13,11,0,13) C13M11Y0K13 (13%,11%,0%,13%) (0.13/0.11/0.00/0.13) 

CMYK percentages

%12.67
%11.31
%0
%13.33

Codes

Color #C1C4DD in popluar color models

C1 C4 DD
RGB 193 196 221
HSL 234° 29.17% 81.18%
HSB/HSV 234° 12.67% 86.67%
CMYK 12.67% 11.31% 0.00%
13.33%

Color #C1C4DD in popluar number systems.

HEX C1 C4 DD
Decimal 193 196 221
Binary 11000001 11000100 11011101
Octal 301 304 335

Shades and tints

Shades of #C1C4DD

#C1C4DD
(193,196,221)
#B0B3C9
(176,179,201)
#9FA2B5
(159,162,181)
#8E91A1
(142,145,161)
#7D808D
(125,128,141)
#6C6F79
(108,111,121)
#5B5E65
(91,94,101)
#4A4D51
(74,77,81)
#393C3D
(57,60,61)
#282B29
(40,43,41)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #C1C4DD

#C1C4DD
(193,196,221)
#C6C9E0
(198,201,224)
#CBCEE3
(203,206,227)
#D0D3E6
(208,211,230)
#D5D8E9
(213,216,233)
#DADDEC
(218,221,236)
#DFE2EF
(223,226,239)
#E4E7F2
(228,231,242)
#E9ECF5
(233,236,245)
#EEF1F8
(238,241,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1C4DD; }

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

This text font color is #C1C4DD.

Background Color

.myBgColor { background-color: #C1C4DD; }

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

This div background color is #C1C4DD.

Border color

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

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

This div border color is #C1C4DD.

Opacity

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

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

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

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

This text has shadow with #C1C4DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1C4DD.

Preview

Color preview on black background

This text has color #C1C4DD on black background.


Color preview on white background

This text has color #C1C4DD on white background.


Black color preview on #C1C4DD background

This text has black color on #C1C4DD background.


White color preview on #C1C4DD background

This text has white color on #C1C4DD background.


Related colors

Complementary color

Complementary color for #hex is #3E3B22.


I love getcolorcode.com

Triadic colors

1 #DDC1C4 and #C4DDC1 with #C1C4DD are triadic colors.

2 #DDC4C1 and #C4C1DD with #C1C4DD are triadic colors.