COLOR #C1D7BE

HEX: #C1D7BE RGB: (193,215,190)

Color info

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

RGB color model

#C1D7BE color RGB value is (193,215,190).

RGB: (193,215,190) (76%, 84%, 75%)

RGB channels and saturation

R 193 of 255 = 76%
G 215 of 255 = 84%
B 190 of 255 = 75%

193
215
190

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

Portions of RGB colors in percentages

R + G + B = 193 + 215 + 190 = 598 (100%)
R 193 of 598 ~ 32.27%
G 215 of 598 ~ 35.95%
B 190 of 598 ~ 31.77'%

%32.27
%35.95
%31.77

CMYK color model

#C1D7BE color CMYK value is (10,0,12,16).

  • cyan value is 10.23%
  • magenta value is 0.00%
  • yellow value is 11.63%
  • key color value is 15.69%

CMYK: (10,0,12,16)
C10M0Y12K16 (10%, 0%, 12%, 16%)
(0.10 / 0.00 / 0.12 / 0.16)

CMYK percentages

%10.23
%0
%11.63
%15.69

Codes

Color #C1D7BE in popluar color models

C1 D7 BE
RGB 193 215 190
HSL 113° 23.81% 79.41%
HSB/HSV 113° 11.63% 84.31%
CMYK 10.23% 0.00% 11.63%
15.69%

Color #C1D7BE in popluar number systems.

HEX C1 D7 BE
Decimal 193 215 190
Binary 11000001 11010111 10111110
Octal 301 327 276

Shades and tints

Shades of #C1D7BE

#C1D7BE
(193,215,190)
#B0C4AD
(176,196,173)
#9FB19C
(159,177,156)
#8E9E8B
(142,158,139)
#7D8B7A
(125,139,122)
#6C7869
(108,120,105)
#5B6558
(91,101,88)
#4A5247
(74,82,71)
#393F36
(57,63,54)
#282C25
(40,44,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #C1D7BE

#C1D7BE
(193,215,190)
#C6DAC3
(198,218,195)
#CBDDC8
(203,221,200)
#D0E0CD
(208,224,205)
#D5E3D2
(213,227,210)
#DAE6D7
(218,230,215)
#DFE9DC
(223,233,220)
#E4ECE1
(228,236,225)
#E9EFE6
(233,239,230)
#EEF2EB
(238,242,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D7BE; }

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

This text font color is #C1D7BE.

Background Color

.myBgColor { background-color: #C1D7BE; }

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

This div background color is #C1D7BE.

Border color

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

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

This div border color is #C1D7BE.

Opacity

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

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

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

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

This text has shadow with #C1D7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D7BE.

Preview

Color preview on black background

This text has color #C1D7BE on black background.


Color preview on white background

This text has color #C1D7BE on white background.


Black color preview on #C1D7BE background

This text has black color on #C1D7BE background.


White color preview on #C1D7BE background

This text has white color on #C1D7BE background.


Related colors

Complementary color

Complementary color for #hex is #3E2841.


I love getcolorcode.com

Triadic colors

1 #BEC1D7 and #D7BEC1 with #C1D7BE are triadic colors.

2 #BED7C1 and #D7C1BE with #C1D7BE are triadic colors.