COLOR #C1D5CB

HEX: #C1D5CB RGB: (193,213,203)

Color info

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

RGB color model

#C1D5CB color RGB value is (193,213,203).

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

RGB channels and saturation

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

193
213
203

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

Portions of RGB colors in percentages

R + G + B = 193 + 213 + 203 = 609 (100%)
R 193 of 609 ~ 31.69%
G 213 of 609 ~ 34.98%
B 203 of 609 ~ 33.33'%

%31.69
%34.98
%33.33

CMYK color model

#C1D5CB color CMYK value is (9,0,5,16).

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

CMYK: (9,0,5,16)
C9M0Y5K16 (9%, 0%, 5%, 16%)
(0.09 / 0.00 / 0.05 / 0.16)

CMYK percentages

%9.39
%0
%4.69
%16.47

Codes

Color #C1D5CB in popluar color models

C1 D5 CB
RGB 193 213 203
HSL 150° 19.23% 79.61%
HSB/HSV 150° 9.39% 83.53%
CMYK 9.39% 0.00% 4.69%
16.47%

Color #C1D5CB in popluar number systems.

HEX C1 D5 CB
Decimal 193 213 203
Binary 11000001 11010101 11001011
Octal 301 325 313

Shades and tints

Shades of #C1D5CB

#C1D5CB
(193,213,203)
#B0C2B9
(176,194,185)
#9FAFA7
(159,175,167)
#8E9C95
(142,156,149)
#7D8983
(125,137,131)
#6C7671
(108,118,113)
#5B635F
(91,99,95)
#4A504D
(74,80,77)
#393D3B
(57,61,59)
#282A29
(40,42,41)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #C1D5CB

#C1D5CB
(193,213,203)
#C6D8CF
(198,216,207)
#CBDBD3
(203,219,211)
#D0DED7
(208,222,215)
#D5E1DB
(213,225,219)
#DAE4DF
(218,228,223)
#DFE7E3
(223,231,227)
#E4EAE7
(228,234,231)
#E9EDEB
(233,237,235)
#EEF0EF
(238,240,239)
#F3F3F3
(243,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D5CB; }

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

This text font color is #C1D5CB.

Background Color

.myBgColor { background-color: #C1D5CB; }

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

This div background color is #C1D5CB.

Border color

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

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

This div border color is #C1D5CB.

Opacity

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

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

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

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

This text has shadow with #C1D5CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D5CB.

Preview

Color preview on black background

This text has color #C1D5CB on black background.


Color preview on white background

This text has color #C1D5CB on white background.


Black color preview on #C1D5CB background

This text has black color on #C1D5CB background.


White color preview on #C1D5CB background

This text has white color on #C1D5CB background.


Related colors

Complementary color

Complementary color for #hex is #3E2A34.


I love getcolorcode.com

Triadic colors

1 #CBC1D5 and #D5CBC1 with #C1D5CB are triadic colors.

2 #CBD5C1 and #D5C1CB with #C1D5CB are triadic colors.