COLOR #C1CCD5

HEX: #C1CCD5 RGB: (193,204,213)

Color info

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

RGB color model

#C1CCD5 color RGB value is (193,204,213).

RGB: (193,204,213) (76%, 80%, 84%)

RGB channels and saturation

R 193 of 255 = 76%
G 204 of 255 = 80%
B 213 of 255 = 84%

193
204
213

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

Portions of RGB colors in percentages

R + G + B = 193 + 204 + 213 = 610 (100%)
R 193 of 610 ~ 31.64%
G 204 of 610 ~ 33.44%
B 213 of 610 ~ 34.92'%

%31.64
%33.44
%34.92

CMYK color model

#C1CCD5 color CMYK value is (9,4,0,16).

  • cyan value is 9.39%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (9,4,0,16)
C9M4Y0K16 (9%, 4%, 0%, 16%)
(0.09 / 0.04 / 0.00 / 0.16)

CMYK percentages

%9.39
%4.23
%0
%16.47

Codes

Color #C1CCD5 in popluar color models

C1 CC D5
RGB 193 204 213
HSL 207° 19.23% 79.61%
HSB/HSV 207° 9.39% 83.53%
CMYK 9.39% 4.23% 0.00%
16.47%

Color #C1CCD5 in popluar number systems.

HEX C1 CC D5
Decimal 193 204 213
Binary 11000001 11001100 11010101
Octal 301 314 325

Shades and tints

Shades of #C1CCD5

#C1CCD5
(193,204,213)
#B0BAC2
(176,186,194)
#9FA8AF
(159,168,175)
#8E969C
(142,150,156)
#7D8489
(125,132,137)
#6C7276
(108,114,118)
#5B6063
(91,96,99)
#4A4E50
(74,78,80)
#393C3D
(57,60,61)
#282A2A
(40,42,42)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #C1CCD5

#C1CCD5
(193,204,213)
#C6D0D8
(198,208,216)
#CBD4DB
(203,212,219)
#D0D8DE
(208,216,222)
#D5DCE1
(213,220,225)
#DAE0E4
(218,224,228)
#DFE4E7
(223,228,231)
#E4E8EA
(228,232,234)
#E9ECED
(233,236,237)
#EEF0F0
(238,240,240)
#F3F4F3
(243,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1CCD5 color. Also use rgb(193,204,213) instead hex code.

Text Font Color

.myTextColor { color: #C1CCD5; }

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

This text font color is #C1CCD5.

Background Color

.myBgColor { background-color: #C1CCD5; }

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

This div background color is #C1CCD5.

Border color

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

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

This div border color is #C1CCD5.

Opacity

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

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

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

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

This text has shadow with #C1CCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1CCD5.

Preview

Color preview on black background

This text has color #C1CCD5 on black background.


Color preview on white background

This text has color #C1CCD5 on white background.


Black color preview on #C1CCD5 background

This text has black color on #C1CCD5 background.


White color preview on #C1CCD5 background

This text has white color on #C1CCD5 background.


Related colors

Complementary color

Complementary color for #hex is #3E332A.


I love getcolorcode.com

Triadic colors

1 #D5C1CC and #CCD5C1 with #C1CCD5 are triadic colors.

2 #D5CCC1 and #CCC1D5 with #C1CCD5 are triadic colors.