COLOR #C2D1BE

HEX: #C2D1BE
RGB: (194,209,190)

Color info

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

RGB color model

#C2D1BE color RGB value is (194,209,190).

  • red value is 194;
  • green value is 209;
  • blue value is 190.
RGB:
(194,209,190)
(76%,82%,75%)

RGB channels and saturation

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

194
209
190

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

Portions of RGB colors in percentages

R + G + B =
194 + 209 + 190 = 593 (100%)
R 194 of 593 ~ 32.72%
G 209 of 593 ~ 35.24%
B 190 of 593 ~ 32.04%

%32.72
%35.24
%32.04

CMYK color model

#C2D1BE color CMYK value is (7,0,9,18).

  • cyan value is 7.18%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 18.04%
CMYK:
(7,0,9,18)
C7M0Y9K18 
(7%,0%,9%,18%)
(0.07/0.00/0.09/0.18)	

CMYK percentages

%7.18
%0
%9.09
%18.04

Codes

Color #C2D1BE in popluar color models

C2D1BE
RGB194209190
HSL107°17.12%78.24%
HSB/HSV107°9.09%81.96%
CMYK7.18%0.00%9.09%
18.04%

Color #C2D1BE in popluar number systems.

HEXC2D1BE
Decimal194209190
Binary110000101101000110111110
Octal302321276

Shades and tints

Shades of #C2D1BE

#C2D1BE
(194,209,190)
#B1BEAD
(177,190,173)
#A0AB9C
(160,171,156)
#8F988B
(143,152,139)
#7E857A
(126,133,122)
#6D7269
(109,114,105)
#5C5F58
(92,95,88)
#4B4C47
(75,76,71)
#3A3936
(58,57,54)
#292625
(41,38,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #C2D1BE

#C2D1BE
(194,209,190)
#C7D5C3
(199,213,195)
#CCD9C8
(204,217,200)
#D1DDCD
(209,221,205)
#D6E1D2
(214,225,210)
#DBE5D7
(219,229,215)
#E0E9DC
(224,233,220)
#E5EDE1
(229,237,225)
#EAF1E6
(234,241,230)
#EFF5EB
(239,245,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D1BE; }

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

This text font color is #C2D1BE.


Background Color

.myBgColor { background-color: #C2D1BE; }

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

This div background color is #C2D1BE.


Border color

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

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

This div border color is #C2D1BE.


Opacity

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

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

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

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

This text has shadow with #C2D1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D1BE on black background.


Color preview on white background

This text has color #C2D1BE on white background.



Black color preview on #C2D1BE background

This text has black color on #C2D1BE background.


White color preview on #C2D1BE background

This text has white color on #C2D1BE background.