COLOR #C2D87B

HEX: #C2D87B
RGB: (194,216,123)

Color info

#C2D87B contains mainly red and green colors. Web safe color of #C2D87B is #CCCC66 (or #CC6).

RGB color model

#C2D87B color RGB value is (194,216,123).

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

RGB channels and saturation

R 194 of 255 = 76%
G 216 of 255 = 85%
B 123 of 255 = 48%

194
216
123

R + G + B ~ 70%. #C2D87B is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 216 + 123 = 533 (100%)
R 194 of 533 ~ 36.4%
G 216 of 533 ~ 40.53%
B 123 of 533 ~ 23.08%

%36.4
%40.53
%23.08

CMYK color model

#C2D87B color CMYK value is (10,0,43,15).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 43.06%
  • key color value is 15.29%
CMYK:
(10,0,43,15)
C10M0Y43K15 
(10%,0%,43%,15%)
(0.10/0.00/0.43/0.15)	

CMYK percentages

%10.19
%0
%43.06
%15.29

Codes

Color #C2D87B in popluar color models

C2D87B
RGB194216123
HSL74°54.39%66.47%
HSB/HSV74°43.06%84.71%
CMYK10.19%0.00%43.06%
15.29%

Color #C2D87B in popluar number systems.

HEXC2D87B
Decimal194216123
Binary11000010110110001111011
Octal302330173

Shades and tints

Shades of #C2D87B

#C2D87B
(194,216,123)
#B1C570
(177,197,112)
#A0B265
(160,178,101)
#8F9F5A
(143,159,90)
#7E8C4F
(126,140,79)
#6D7944
(109,121,68)
#5C6639
(92,102,57)
#4B532E
(75,83,46)
#3A4023
(58,64,35)
#292D18
(41,45,24)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #C2D87B

#C2D87B
(194,216,123)
#C7DB87
(199,219,135)
#CCDE93
(204,222,147)
#D1E19F
(209,225,159)
#D6E4AB
(214,228,171)
#DBE7B7
(219,231,183)
#E0EAC3
(224,234,195)
#E5EDCF
(229,237,207)
#EAF0DB
(234,240,219)
#EFF3E7
(239,243,231)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2D87B; }

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

This text font color is #C2D87B.


Background Color

.myBgColor { background-color: #C2D87B; }

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

This div background color is #C2D87B.


Border color

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

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

This div border color is #C2D87B.


Opacity

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

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

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

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

This text has shadow with #C2D87B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2D87B on black background.


Color preview on white background

This text has color #C2D87B on white background.



Black color preview on #C2D87B background

This text has black color on #C2D87B background.


White color preview on #C2D87B background

This text has white color on #C2D87B background.