COLOR #C2D2BE

HEX: #C2D2BE
RGB: (194,210,190)

Color info

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

RGB color model

#C2D2BE color RGB value is (194,210,190).

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

RGB channels and saturation

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

194
210
190

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

Portions of RGB colors in percentages

R + G + B =
194 + 210 + 190 = 594 (100%)
R 194 of 594 ~ 32.66%
G 210 of 594 ~ 35.35%
B 190 of 594 ~ 31.99%

%32.66
%35.35
%31.99

CMYK color model

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

  • cyan value is 7.62%
  • 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

%7.62
%0
%9.52
%17.65

Codes

Color #C2D2BE in popluar color models

C2D2BE
RGB194210190
HSL108°18.18%78.43%
HSB/HSV108°9.52%82.35%
CMYK7.62%0.00%9.52%
17.65%

Color #C2D2BE in popluar number systems.

HEXC2D2BE
Decimal194210190
Binary110000101101001010111110
Octal302322276

Shades and tints

Shades of #C2D2BE

#C2D2BE
(194,210,190)
#B1BFAD
(177,191,173)
#A0AC9C
(160,172,156)
#8F998B
(143,153,139)
#7E867A
(126,134,122)
#6D7369
(109,115,105)
#5C6058
(92,96,88)
#4B4D47
(75,77,71)
#3A3A36
(58,58,54)
#292725
(41,39,37)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #C2D2BE

#C2D2BE
(194,210,190)
#C7D6C3
(199,214,195)
#CCDAC8
(204,218,200)
#D1DECD
(209,222,205)
#D6E2D2
(214,226,210)
#DBE6D7
(219,230,215)
#E0EADC
(224,234,220)
#E5EEE1
(229,238,225)
#EAF2E6
(234,242,230)
#EFF6EB
(239,246,235)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D2BE; }

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

This text font color is #C2D2BE.


Background Color

.myBgColor { background-color: #C2D2BE; }

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

This div background color is #C2D2BE.


Border color

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

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

This div border color is #C2D2BE.


Opacity

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

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

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

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

This text has shadow with #C2D2BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D2BE on black background.


Color preview on white background

This text has color #C2D2BE on white background.



Black color preview on #C2D2BE background

This text has black color on #C2D2BE background.


White color preview on #C2D2BE background

This text has white color on #C2D2BE background.