COLOR #C1D5B4

HEX: #C1D5B4
RGB: (193,213,180)

Color info

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

RGB color model

#C1D5B4 color RGB value is (193,213,180).

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

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 180 of 255 = 71%

193
213
180

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

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 180 = 586 (100%)
R 193 of 586 ~ 32.94%
G 213 of 586 ~ 36.35%
B 180 of 586 ~ 30.72%

%32.94
%36.35
%30.72

CMYK color model

#C1D5B4 color CMYK value is (9,0,15,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 15.49%
  • key color value is 16.47%
CMYK:
(9,0,15,16)
C9M0Y15K16 
(9%,0%,15%,16%)
(0.09/0.00/0.15/0.16)	

CMYK percentages

%9.39
%0
%15.49
%16.47

Codes

Color #C1D5B4 in popluar color models

C1D5B4
RGB193213180
HSL96°28.21%77.06%
HSB/HSV96°15.49%83.53%
CMYK9.39%0.00%15.49%
16.47%

Color #C1D5B4 in popluar number systems.

HEXC1D5B4
Decimal193213180
Binary110000011101010110110100
Octal301325264

Shades and tints

Shades of #C1D5B4

#C1D5B4
(193,213,180)
#B0C2A4
(176,194,164)
#9FAF94
(159,175,148)
#8E9C84
(142,156,132)
#7D8974
(125,137,116)
#6C7664
(108,118,100)
#5B6354
(91,99,84)
#4A5044
(74,80,68)
#393D34
(57,61,52)
#282A24
(40,42,36)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #C1D5B4

#C1D5B4
(193,213,180)
#C6D8BA
(198,216,186)
#CBDBC0
(203,219,192)
#D0DEC6
(208,222,198)
#D5E1CC
(213,225,204)
#DAE4D2
(218,228,210)
#DFE7D8
(223,231,216)
#E4EADE
(228,234,222)
#E9EDE4
(233,237,228)
#EEF0EA
(238,240,234)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D5B4; }

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

This text font color is #C1D5B4.


Background Color

.myBgColor { background-color: #C1D5B4; }

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

This div background color is #C1D5B4.


Border color

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

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

This div border color is #C1D5B4.


Opacity

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

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

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

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

This text has shadow with #C1D5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D5B4 on black background.


Color preview on white background

This text has color #C1D5B4 on white background.



Black color preview on #C1D5B4 background

This text has black color on #C1D5B4 background.


White color preview on #C1D5B4 background

This text has white color on #C1D5B4 background.