COLOR #C1D9BD

HEX: #C1D9BD RGB: (193,217,189)

Color info

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

RGB color model

#C1D9BD color RGB value is (193,217,189).

RGB: (193,217,189) (76%, 85%, 74%)

RGB channels and saturation

R 193 of 255 = 76%
G 217 of 255 = 85%
B 189 of 255 = 74%

193
217
189

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

Portions of RGB colors in percentages

R + G + B = 193 + 217 + 189 = 599 (100%)
R 193 of 599 ~ 32.22%
G 217 of 599 ~ 36.23%
B 189 of 599 ~ 31.55'%

%32.22
%36.23
%31.55

CMYK color model

#C1D9BD color CMYK value is (11,0,13,15).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 14.90%

CMYK: (11,0,13,15)
C11M0Y13K15 (11%, 0%, 13%, 15%)
(0.11 / 0.00 / 0.13 / 0.15)

CMYK percentages

%11.06
%0
%12.9
%14.9

Codes

Color #C1D9BD in popluar color models

C1 D9 BD
RGB 193 217 189
HSL 111° 26.92% 79.61%
HSB/HSV 111° 12.90% 85.10%
CMYK 11.06% 0.00% 12.90%
14.90%

Color #C1D9BD in popluar number systems.

HEX C1 D9 BD
Decimal 193 217 189
Binary 11000001 11011001 10111101
Octal 301 331 275

Shades and tints

Shades of #C1D9BD

#C1D9BD
(193,217,189)
#B0C6AC
(176,198,172)
#9FB39B
(159,179,155)
#8EA08A
(142,160,138)
#7D8D79
(125,141,121)
#6C7A68
(108,122,104)
#5B6757
(91,103,87)
#4A5446
(74,84,70)
#394135
(57,65,53)
#282E24
(40,46,36)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #C1D9BD

#C1D9BD
(193,217,189)
#C6DCC3
(198,220,195)
#CBDFC9
(203,223,201)
#D0E2CF
(208,226,207)
#D5E5D5
(213,229,213)
#DAE8DB
(218,232,219)
#DFEBE1
(223,235,225)
#E4EEE7
(228,238,231)
#E9F1ED
(233,241,237)
#EEF4F3
(238,244,243)
#F3F7F9
(243,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D9BD; }

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

This text font color is #C1D9BD.

Background Color

.myBgColor { background-color: #C1D9BD; }

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

This div background color is #C1D9BD.

Border color

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

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

This div border color is #C1D9BD.

Opacity

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

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

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

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

This text has shadow with #C1D9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D9BD.

Preview

Color preview on black background

This text has color #C1D9BD on black background.


Color preview on white background

This text has color #C1D9BD on white background.


Black color preview on #C1D9BD background

This text has black color on #C1D9BD background.


White color preview on #C1D9BD background

This text has white color on #C1D9BD background.


Related colors

Complementary color

Complementary color for #hex is #3E2642.


I love getcolorcode.com

Triadic colors

1 #BDC1D9 and #D9BDC1 with #C1D9BD are triadic colors.

2 #BDD9C1 and #D9C1BD with #C1D9BD are triadic colors.