COLOR #C1D5BA

HEX: #C1D5BA
RGB: (193,213,186)

Color info

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

RGB color model

#C1D5BA color RGB value is (193,213,186).

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

RGB channels and saturation

R 193 of 255 = 76%
G 213 of 255 = 84%
B 186 of 255 = 73%

193
213
186

R + G + B ~ 78%. #C1D5BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 213 + 186 = 592 (100%)
R 193 of 592 ~ 32.6%
G 213 of 592 ~ 35.98%
B 186 of 592 ~ 31.42%

%32.6
%35.98
%31.42

CMYK color model

#C1D5BA color CMYK value is (9,0,13,16).

  • cyan value is 9.39%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 16.47%
CMYK:
(9,0,13,16)
C9M0Y13K16 
(9%,0%,13%,16%)
(0.09/0.00/0.13/0.16)	

CMYK percentages

%9.39
%0
%12.68
%16.47

Codes

Color #C1D5BA in popluar color models

C1D5BA
RGB193213186
HSL104°24.32%78.24%
HSB/HSV104°12.68%83.53%
CMYK9.39%0.00%12.68%
16.47%

Color #C1D5BA in popluar number systems.

HEXC1D5BA
Decimal193213186
Binary110000011101010110111010
Octal301325272

Shades and tints

Shades of #C1D5BA

#C1D5BA
(193,213,186)
#B0C2AA
(176,194,170)
#9FAF9A
(159,175,154)
#8E9C8A
(142,156,138)
#7D897A
(125,137,122)
#6C766A
(108,118,106)
#5B635A
(91,99,90)
#4A504A
(74,80,74)
#393D3A
(57,61,58)
#282A2A
(40,42,42)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #C1D5BA

#C1D5BA
(193,213,186)
#C6D8C0
(198,216,192)
#CBDBC6
(203,219,198)
#D0DECC
(208,222,204)
#D5E1D2
(213,225,210)
#DAE4D8
(218,228,216)
#DFE7DE
(223,231,222)
#E4EAE4
(228,234,228)
#E9EDEA
(233,237,234)
#EEF0F0
(238,240,240)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D5BA; }

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

This text font color is #C1D5BA.


Background Color

.myBgColor { background-color: #C1D5BA; }

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

This div background color is #C1D5BA.


Border color

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

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

This div border color is #C1D5BA.


Opacity

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

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

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

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

This text has shadow with #C1D5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D5BA on black background.


Color preview on white background

This text has color #C1D5BA on white background.



Black color preview on #C1D5BA background

This text has black color on #C1D5BA background.


White color preview on #C1D5BA background

This text has white color on #C1D5BA background.