COLOR #C2D6BE

HEX: #C2D6BE
RGB: (194,214,190)

Color info

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

RGB color model

#C2D6BE color RGB value is (194,214,190).

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

RGB channels and saturation

R 194 of 255 = 76%
G 214 of 255 = 84%
B 190 of 255 = 75%

194
214
190

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

Portions of RGB colors in percentages

R + G + B =
194 + 214 + 190 = 598 (100%)
R 194 of 598 ~ 32.44%
G 214 of 598 ~ 35.79%
B 190 of 598 ~ 31.77%

%32.44
%35.79
%31.77

CMYK color model

#C2D6BE color CMYK value is (9,0,11,16).

  • cyan value is 9.35%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 16.08%
CMYK:
(9,0,11,16)
C9M0Y11K16 
(9%,0%,11%,16%)
(0.09/0.00/0.11/0.16)	

CMYK percentages

%9.35
%0
%11.21
%16.08

Codes

Color #C2D6BE in popluar color models

C2D6BE
RGB194214190
HSL110°22.64%79.22%
HSB/HSV110°11.21%83.92%
CMYK9.35%0.00%11.21%
16.08%

Color #C2D6BE in popluar number systems.

HEXC2D6BE
Decimal194214190
Binary110000101101011010111110
Octal302326276

Shades and tints

Shades of #C2D6BE

#C2D6BE
(194,214,190)
#B1C3AD
(177,195,173)
#A0B09C
(160,176,156)
#8F9D8B
(143,157,139)
#7E8A7A
(126,138,122)
#6D7769
(109,119,105)
#5C6458
(92,100,88)
#4B5147
(75,81,71)
#3A3E36
(58,62,54)
#292B25
(41,43,37)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #C2D6BE

#C2D6BE
(194,214,190)
#C7D9C3
(199,217,195)
#CCDCC8
(204,220,200)
#D1DFCD
(209,223,205)
#D6E2D2
(214,226,210)
#DBE5D7
(219,229,215)
#E0E8DC
(224,232,220)
#E5EBE1
(229,235,225)
#EAEEE6
(234,238,230)
#EFF1EB
(239,241,235)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D6BE; }

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

This text font color is #C2D6BE.


Background Color

.myBgColor { background-color: #C2D6BE; }

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

This div background color is #C2D6BE.


Border color

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

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

This div border color is #C2D6BE.


Opacity

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

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

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

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

This text has shadow with #C2D6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D6BE on black background.


Color preview on white background

This text has color #C2D6BE on white background.



Black color preview on #C2D6BE background

This text has black color on #C2D6BE background.


White color preview on #C2D6BE background

This text has white color on #C2D6BE background.