COLOR #C1D7B5

HEX: #C1D7B5
RGB: (193,215,181)

Color info

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

RGB color model

#C1D7B5 color RGB value is (193,215,181).

  • red value is 193;
  • green value is 215;
  • blue value is 181.
RGB:
(193,215,181)
(76%,84%,71%)

RGB channels and saturation

R 193 of 255 = 76%
G 215 of 255 = 84%
B 181 of 255 = 71%

193
215
181

R + G + B ~ 77%. #C1D7B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 215 + 181 = 589 (100%)
R 193 of 589 ~ 32.77%
G 215 of 589 ~ 36.5%
B 181 of 589 ~ 30.73%

%32.77
%36.5
%30.73

CMYK color model

#C1D7B5 color CMYK value is (10,0,16,16).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 15.81%
  • key color value is 15.69%
CMYK:
(10,0,16,16)
C10M0Y16K16 
(10%,0%,16%,16%)
(0.10/0.00/0.16/0.16)	

CMYK percentages

%10.23
%0
%15.81
%15.69

Codes

Color #C1D7B5 in popluar color models

C1D7B5
RGB193215181
HSL99°29.82%77.65%
HSB/HSV99°15.81%84.31%
CMYK10.23%0.00%15.81%
15.69%

Color #C1D7B5 in popluar number systems.

HEXC1D7B5
Decimal193215181
Binary110000011101011110110101
Octal301327265

Shades and tints

Shades of #C1D7B5

#C1D7B5
(193,215,181)
#B0C4A5
(176,196,165)
#9FB195
(159,177,149)
#8E9E85
(142,158,133)
#7D8B75
(125,139,117)
#6C7865
(108,120,101)
#5B6555
(91,101,85)
#4A5245
(74,82,69)
#393F35
(57,63,53)
#282C25
(40,44,37)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #C1D7B5

#C1D7B5
(193,215,181)
#C6DABB
(198,218,187)
#CBDDC1
(203,221,193)
#D0E0C7
(208,224,199)
#D5E3CD
(213,227,205)
#DAE6D3
(218,230,211)
#DFE9D9
(223,233,217)
#E4ECDF
(228,236,223)
#E9EFE5
(233,239,229)
#EEF2EB
(238,242,235)
#F3F5F1
(243,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D7B5 color. Also use rgb(193,215,181) instead hex code.

Text Font Color

.myTextColor { color: #C1D7B5; }

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

This text font color is #C1D7B5.


Background Color

.myBgColor { background-color: #C1D7B5; }

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

This div background color is #C1D7B5.


Border color

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

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

This div border color is #C1D7B5.


Opacity

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

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

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

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

This text has shadow with #C1D7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D7B5 on black background.


Color preview on white background

This text has color #C1D7B5 on white background.



Black color preview on #C1D7B5 background

This text has black color on #C1D7B5 background.


White color preview on #C1D7B5 background

This text has white color on #C1D7B5 background.