COLOR #C1D0B1

HEX: #C1D0B1
RGB: (193,208,177)

Color info

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

RGB color model

#C1D0B1 color RGB value is (193,208,177).

  • red value is 193;
  • green value is 208;
  • blue value is 177.
RGB:
(193,208,177)
(76%,82%,69%)

RGB channels and saturation

R 193 of 255 = 76%
G 208 of 255 = 82%
B 177 of 255 = 69%

193
208
177

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

Portions of RGB colors in percentages

R + G + B =
193 + 208 + 177 = 578 (100%)
R 193 of 578 ~ 33.39%
G 208 of 578 ~ 35.99%
B 177 of 578 ~ 30.62%

%33.39
%35.99
%30.62

CMYK color model

#C1D0B1 color CMYK value is (7,0,15,18).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 14.90%
  • key color value is 18.43%
CMYK:
(7,0,15,18)
C7M0Y15K18 
(7%,0%,15%,18%)
(0.07/0.00/0.15/0.18)	

CMYK percentages

%7.21
%0
%14.9
%18.43

Codes

Color #C1D0B1 in popluar color models

C1D0B1
RGB193208177
HSL89°24.80%75.49%
HSB/HSV89°14.90%81.57%
CMYK7.21%0.00%14.90%
18.43%

Color #C1D0B1 in popluar number systems.

HEXC1D0B1
Decimal193208177
Binary110000011101000010110001
Octal301320261

Shades and tints

Shades of #C1D0B1

#C1D0B1
(193,208,177)
#B0BEA1
(176,190,161)
#9FAC91
(159,172,145)
#8E9A81
(142,154,129)
#7D8871
(125,136,113)
#6C7661
(108,118,97)
#5B6451
(91,100,81)
#4A5241
(74,82,65)
#394031
(57,64,49)
#282E21
(40,46,33)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #C1D0B1

#C1D0B1
(193,208,177)
#C6D4B8
(198,212,184)
#CBD8BF
(203,216,191)
#D0DCC6
(208,220,198)
#D5E0CD
(213,224,205)
#DAE4D4
(218,228,212)
#DFE8DB
(223,232,219)
#E4ECE2
(228,236,226)
#E9F0E9
(233,240,233)
#EEF4F0
(238,244,240)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D0B1 color. Also use rgb(193,208,177) instead hex code.

Text Font Color

.myTextColor { color: #C1D0B1; }

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

This text font color is #C1D0B1.


Background Color

.myBgColor { background-color: #C1D0B1; }

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

This div background color is #C1D0B1.


Border color

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

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

This div border color is #C1D0B1.


Opacity

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

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

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

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

This text has shadow with #C1D0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D0B1 on black background.


Color preview on white background

This text has color #C1D0B1 on white background.



Black color preview on #C1D0B1 background

This text has black color on #C1D0B1 background.


White color preview on #C1D0B1 background

This text has white color on #C1D0B1 background.