COLOR #C2D8BE

HEX: #C2D8BE
RGB: (194,216,190)

Color info

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

RGB color model

#C2D8BE color RGB value is (194,216,190).

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

RGB channels and saturation

R 194 of 255 = 76%
G 216 of 255 = 85%
B 190 of 255 = 75%

194
216
190

R + G + B ~ 79%. #C2D8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 216 + 190 = 600 (100%)
R 194 of 600 ~ 32.33%
G 216 of 600 ~ 36%
B 190 of 600 ~ 31.67%

%32.33
%36
%31.67

CMYK color model

#C2D8BE color CMYK value is (10,0,12,15).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 15.29%
CMYK:
(10,0,12,15)
C10M0Y12K15 
(10%,0%,12%,15%)
(0.10/0.00/0.12/0.15)	

CMYK percentages

%10.19
%0
%12.04
%15.29

Codes

Color #C2D8BE in popluar color models

C2D8BE
RGB194216190
HSL111°25.00%79.61%
HSB/HSV111°12.04%84.71%
CMYK10.19%0.00%12.04%
15.29%

Color #C2D8BE in popluar number systems.

HEXC2D8BE
Decimal194216190
Binary110000101101100010111110
Octal302330276

Shades and tints

Shades of #C2D8BE

#C2D8BE
(194,216,190)
#B1C5AD
(177,197,173)
#A0B29C
(160,178,156)
#8F9F8B
(143,159,139)
#7E8C7A
(126,140,122)
#6D7969
(109,121,105)
#5C6658
(92,102,88)
#4B5347
(75,83,71)
#3A4036
(58,64,54)
#292D25
(41,45,37)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #C2D8BE

#C2D8BE
(194,216,190)
#C7DBC3
(199,219,195)
#CCDEC8
(204,222,200)
#D1E1CD
(209,225,205)
#D6E4D2
(214,228,210)
#DBE7D7
(219,231,215)
#E0EADC
(224,234,220)
#E5EDE1
(229,237,225)
#EAF0E6
(234,240,230)
#EFF3EB
(239,243,235)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D8BE; }

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

This text font color is #C2D8BE.


Background Color

.myBgColor { background-color: #C2D8BE; }

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

This div background color is #C2D8BE.


Border color

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

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

This div border color is #C2D8BE.


Opacity

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

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

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

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

This text has shadow with #C2D8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D8BE on black background.


Color preview on white background

This text has color #C2D8BE on white background.



Black color preview on #C2D8BE background

This text has black color on #C2D8BE background.


White color preview on #C2D8BE background

This text has white color on #C2D8BE background.