COLOR #C1D3BA

HEX: #C1D3BA
RGB: (193,211,186)

Color info

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

RGB color model

#C1D3BA color RGB value is (193,211,186).

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

RGB channels and saturation

R 193 of 255 = 76%
G 211 of 255 = 83%
B 186 of 255 = 73%

193
211
186

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

Portions of RGB colors in percentages

R + G + B =
193 + 211 + 186 = 590 (100%)
R 193 of 590 ~ 32.71%
G 211 of 590 ~ 35.76%
B 186 of 590 ~ 31.53%

%32.71
%35.76
%31.53

CMYK color model

#C1D3BA color CMYK value is (9,0,12,17).

  • cyan value is 8.53%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 17.25%
CMYK:
(9,0,12,17)
C9M0Y12K17 
(9%,0%,12%,17%)
(0.09/0.00/0.12/0.17)	

CMYK percentages

%8.53
%0
%11.85
%17.25

Codes

Color #C1D3BA in popluar color models

C1D3BA
RGB193211186
HSL103°22.12%77.84%
HSB/HSV103°11.85%82.75%
CMYK8.53%0.00%11.85%
17.25%

Color #C1D3BA in popluar number systems.

HEXC1D3BA
Decimal193211186
Binary110000011101001110111010
Octal301323272

Shades and tints

Shades of #C1D3BA

#C1D3BA
(193,211,186)
#B0C0AA
(176,192,170)
#9FAD9A
(159,173,154)
#8E9A8A
(142,154,138)
#7D877A
(125,135,122)
#6C746A
(108,116,106)
#5B615A
(91,97,90)
#4A4E4A
(74,78,74)
#393B3A
(57,59,58)
#28282A
(40,40,42)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #C1D3BA

#C1D3BA
(193,211,186)
#C6D7C0
(198,215,192)
#CBDBC6
(203,219,198)
#D0DFCC
(208,223,204)
#D5E3D2
(213,227,210)
#DAE7D8
(218,231,216)
#DFEBDE
(223,235,222)
#E4EFE4
(228,239,228)
#E9F3EA
(233,243,234)
#EEF7F0
(238,247,240)
#F3FBF6
(243,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D3BA; }

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

This text font color is #C1D3BA.


Background Color

.myBgColor { background-color: #C1D3BA; }

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

This div background color is #C1D3BA.


Border color

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

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

This div border color is #C1D3BA.


Opacity

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

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

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

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

This text has shadow with #C1D3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D3BA on black background.


Color preview on white background

This text has color #C1D3BA on white background.



Black color preview on #C1D3BA background

This text has black color on #C1D3BA background.


White color preview on #C1D3BA background

This text has white color on #C1D3BA background.