COLOR #C1D4BD

HEX: #C1D4BD
RGB: (193,212,189)

Color info

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

RGB color model

#C1D4BD color RGB value is (193,212,189).

  • red value is 193;
  • green value is 212;
  • blue value is 189.
RGB:
(193,212,189)
(76%,83%,74%)

RGB channels and saturation

R 193 of 255 = 76%
G 212 of 255 = 83%
B 189 of 255 = 74%

193
212
189

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

Portions of RGB colors in percentages

R + G + B =
193 + 212 + 189 = 594 (100%)
R 193 of 594 ~ 32.49%
G 212 of 594 ~ 35.69%
B 189 of 594 ~ 31.82%

%32.49
%35.69
%31.82

CMYK color model

#C1D4BD color CMYK value is (9,0,11,17).

  • cyan value is 8.96%
  • magenta value is 0.00%
  • yellow value is 10.85%
  • key color value is 16.86%
CMYK:
(9,0,11,17)
C9M0Y11K17 
(9%,0%,11%,17%)
(0.09/0.00/0.11/0.17)	

CMYK percentages

%8.96
%0
%10.85
%16.86

Codes

Color #C1D4BD in popluar color models

C1D4BD
RGB193212189
HSL110°21.10%78.63%
HSB/HSV110°10.85%83.14%
CMYK8.96%0.00%10.85%
16.86%

Color #C1D4BD in popluar number systems.

HEXC1D4BD
Decimal193212189
Binary110000011101010010111101
Octal301324275

Shades and tints

Shades of #C1D4BD

#C1D4BD
(193,212,189)
#B0C1AC
(176,193,172)
#9FAE9B
(159,174,155)
#8E9B8A
(142,155,138)
#7D8879
(125,136,121)
#6C7568
(108,117,104)
#5B6257
(91,98,87)
#4A4F46
(74,79,70)
#393C35
(57,60,53)
#282924
(40,41,36)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #C1D4BD

#C1D4BD
(193,212,189)
#C6D7C3
(198,215,195)
#CBDAC9
(203,218,201)
#D0DDCF
(208,221,207)
#D5E0D5
(213,224,213)
#DAE3DB
(218,227,219)
#DFE6E1
(223,230,225)
#E4E9E7
(228,233,231)
#E9ECED
(233,236,237)
#EEEFF3
(238,239,243)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D4BD color. Also use rgb(193,212,189) instead hex code.

Text Font Color

.myTextColor { color: #C1D4BD; }

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

This text font color is #C1D4BD.


Background Color

.myBgColor { background-color: #C1D4BD; }

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

This div background color is #C1D4BD.


Border color

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

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

This div border color is #C1D4BD.


Opacity

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

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

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

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

This text has shadow with #C1D4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1D4BD on black background.


Color preview on white background

This text has color #C1D4BD on white background.



Black color preview on #C1D4BD background

This text has black color on #C1D4BD background.


White color preview on #C1D4BD background

This text has white color on #C1D4BD background.