COLOR #C1D2BE

HEX: #C1D2BE RGB: (193,210,190)

Color info

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

RGB color model

#C1D2BE color RGB value is (193,210,190).

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

RGB channels and saturation

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

193
210
190

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

Portions of RGB colors in percentages

R + G + B = 193 + 210 + 190 = 593 (100%)
R 193 of 593 ~ 32.55%
G 210 of 593 ~ 35.41%
B 190 of 593 ~ 32.04'%

%32.55
%35.41
%32.04

CMYK color model

#C1D2BE color CMYK value is (8,0,10,18).

  • cyan value is 8.10%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 17.65%

CMYK: (8,0,10,18)
C8M0Y10K18 (8%, 0%, 10%, 18%)
(0.08 / 0.00 / 0.10 / 0.18)

CMYK percentages

%8.1
%0
%9.52
%17.65

Codes

Color #C1D2BE in popluar color models

C1 D2 BE
RGB 193 210 190
HSL 111° 18.18% 78.43%
HSB/HSV 111° 9.52% 82.35%
CMYK 8.10% 0.00% 9.52%
17.65%

Color #C1D2BE in popluar number systems.

HEX C1 D2 BE
Decimal 193 210 190
Binary 11000001 11010010 10111110
Octal 301 322 276

Shades and tints

Shades of #C1D2BE

#C1D2BE
(193,210,190)
#B0BFAD
(176,191,173)
#9FAC9C
(159,172,156)
#8E998B
(142,153,139)
#7D867A
(125,134,122)
#6C7369
(108,115,105)
#5B6058
(91,96,88)
#4A4D47
(74,77,71)
#393A36
(57,58,54)
#282725
(40,39,37)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #C1D2BE

#C1D2BE
(193,210,190)
#C6D6C3
(198,214,195)
#CBDAC8
(203,218,200)
#D0DECD
(208,222,205)
#D5E2D2
(213,226,210)
#DAE6D7
(218,230,215)
#DFEADC
(223,234,220)
#E4EEE1
(228,238,225)
#E9F2E6
(233,242,230)
#EEF6EB
(238,246,235)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1D2BE; }

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

This text font color is #C1D2BE.

Background Color

.myBgColor { background-color: #C1D2BE; }

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

This div background color is #C1D2BE.

Border color

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

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

This div border color is #C1D2BE.

Opacity

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

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

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

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

This text has shadow with #C1D2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1D2BE.

Preview

Color preview on black background

This text has color #C1D2BE on black background.


Color preview on white background

This text has color #C1D2BE on white background.


Black color preview on #C1D2BE background

This text has black color on #C1D2BE background.


White color preview on #C1D2BE background

This text has white color on #C1D2BE background.


Related colors

Complementary color

Complementary color for #hex is #3E2D41.


I love getcolorcode.com

Triadic colors

1 #BEC1D2 and #D2BEC1 with #C1D2BE are triadic colors.

2 #BED2C1 and #D2C1BE with #C1D2BE are triadic colors.