COLOR #C1D1BE

HEX: #C1D1BE RGB: (193,209,190)

Color info

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

RGB color model

#C1D1BE color RGB value is (193,209,190).

RGB: (193,209,190) (76%, 82%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 209 of 255 = 82%
B 190 of 255 = 75%

193
209
190

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

Portions of RGB colors in percentages

R + G + B = 193 + 209 + 190 = 592 (100%)
R 193 of 592 ~ 32.6%
G 209 of 592 ~ 35.3%
B 190 of 592 ~ 32.09'%

%32.6
%35.3
%32.09

CMYK color model

#C1D1BE color CMYK value is (8,0,9,18).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%

CMYK: (8,0,9,18)
C8M0Y9K18 (8%, 0%, 9%, 18%)
(0.08 / 0.00 / 0.09 / 0.18)

CMYK percentages

%7.66
%0
%9.09
%18.04

Codes

Color #C1D1BE in popluar color models

C1 D1 BE
RGB 193 209 190
HSL 111° 17.12% 78.24%
HSB/HSV 111° 9.09% 81.96%
CMYK 7.66% 0.00% 9.09%
18.04%

Color #C1D1BE in popluar number systems.

HEX C1 D1 BE
Decimal 193 209 190
Binary 11000001 11010001 10111110
Octal 301 321 276

Shades and tints

Shades of #C1D1BE

#C1D1BE
(193,209,190)
#B0BEAD
(176,190,173)
#9FAB9C
(159,171,156)
#8E988B
(142,152,139)
#7D857A
(125,133,122)
#6C7269
(108,114,105)
#5B5F58
(91,95,88)
#4A4C47
(74,76,71)
#393936
(57,57,54)
#282625
(40,38,37)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #C1D1BE

#C1D1BE
(193,209,190)
#C6D5C3
(198,213,195)
#CBD9C8
(203,217,200)
#D0DDCD
(208,221,205)
#D5E1D2
(213,225,210)
#DAE5D7
(218,229,215)
#DFE9DC
(223,233,220)
#E4EDE1
(228,237,225)
#E9F1E6
(233,241,230)
#EEF5EB
(238,245,235)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1D1BE color. Also use rgb(193,209,190) instead hex code.

Text Font Color

.myTextColor { color: #C1D1BE; }

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

This text font color is #C1D1BE.

Background Color

.myBgColor { background-color: #C1D1BE; }

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

This div background color is #C1D1BE.

Border color

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

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

This div border color is #C1D1BE.

Opacity

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

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

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

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

This text has shadow with #C1D1BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D1BE.

Preview

Color preview on black background

This text has color #C1D1BE on black background.


Color preview on white background

This text has color #C1D1BE on white background.


Black color preview on #C1D1BE background

This text has black color on #C1D1BE background.


White color preview on #C1D1BE background

This text has white color on #C1D1BE background.


Related colors

Complementary color

Complementary color for #hex is #3E2E41.


I love getcolorcode.com

Triadic colors

1 #BEC1D1 and #D1BEC1 with #C1D1BE are triadic colors.

2 #BED1C1 and #D1C1BE with #C1D1BE are triadic colors.