COLOR #C1D1B2

HEX: #C1D1B2
RGB: (193,209,178)

Color info

#C1D1B2 contains red, green and blue colors in about the same proportion. Web safe color of #C1D1B2 is #CCCC99 (or #CC9).

RGB color model

#C1D1B2 color RGB value is (193,209,178).

  • red value is 193;
  • green value is 209;
  • blue value is 178.
RGB:
(193,209,178)
(76%,82%,70%)

RGB channels and saturation

R 193 of 255 = 76%
G 209 of 255 = 82%
B 178 of 255 = 70%

193
209
178

R + G + B ~ 76%. #C1D1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 209 + 178 = 580 (100%)
R 193 of 580 ~ 33.28%
G 209 of 580 ~ 36.03%
B 178 of 580 ~ 30.69%

%33.28
%36.03
%30.69

CMYK color model

#C1D1B2 color CMYK value is (8,0,15,18).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(8,0,15,18)
C8M0Y15K18 
(8%,0%,15%,18%)
(0.08/0.00/0.15/0.18)	

CMYK percentages

%7.66
%0
%14.83
%18.04

Codes

Color #C1D1B2 in popluar color models

C1D1B2
RGB193209178
HSL91°25.20%75.88%
HSB/HSV91°14.83%81.96%
CMYK7.66%0.00%14.83%
18.04%

Color #C1D1B2 in popluar number systems.

HEXC1D1B2
Decimal193209178
Binary110000011101000110110010
Octal301321262

Shades and tints

Shades of #C1D1B2

#C1D1B2
(193,209,178)
#B0BEA2
(176,190,162)
#9FAB92
(159,171,146)
#8E9882
(142,152,130)
#7D8572
(125,133,114)
#6C7262
(108,114,98)
#5B5F52
(91,95,82)
#4A4C42
(74,76,66)
#393932
(57,57,50)
#282622
(40,38,34)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #C1D1B2

#C1D1B2
(193,209,178)
#C6D5B9
(198,213,185)
#CBD9C0
(203,217,192)
#D0DDC7
(208,221,199)
#D5E1CE
(213,225,206)
#DAE5D5
(218,229,213)
#DFE9DC
(223,233,220)
#E4EDE3
(228,237,227)
#E9F1EA
(233,241,234)
#EEF5F1
(238,245,241)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D1B2 color. Also use rgb(193,209,178) instead hex code.

Text Font Color

.myTextColor { color: #C1D1B2; }

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

This text font color is #C1D1B2.


Background Color

.myBgColor { background-color: #C1D1B2; }

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

This div background color is #C1D1B2.


Border color

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

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

This div border color is #C1D1B2.


Opacity

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

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

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

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

This text has shadow with #C1D1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D1B2 on black background.


Color preview on white background

This text has color #C1D1B2 on white background.



Black color preview on #C1D1B2 background

This text has black color on #C1D1B2 background.


White color preview on #C1D1B2 background

This text has white color on #C1D1B2 background.